TopoLift Negotiation MCP Server
io.github.TopoLift/topolift-mcp
What is the TopoLift Negotiation MCP server?
Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.
How to install TopoLift Negotiation
Copy-paste configuration for popular MCP clients.
TOPOLIFT_API_KEYsecretBearer key from topolift.ai (Stripe-provisioned). Required for topolift_negotiate; topolift_dialect works without it. Autonomous agents can pay per call via x402 directly against the API instead.
TOPOLIFT_API_URLAPI base URL. Override only if pointing at a non-default deployment.
TOPOLIFT_TIMEOUTNegotiate-call timeout in seconds. Default 600.
{
"mcpServers": {
"topolift-mcp": {
"command": "uvx",
"args": [
"topolift-mcp"
],
"env": {
"TOPOLIFT_API_KEY": "<YOUR_TOPOLIFT_API_KEY>",
"TOPOLIFT_API_URL": "<YOUR_TOPOLIFT_API_URL>",
"TOPOLIFT_TIMEOUT": "<YOUR_TOPOLIFT_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"topolift-mcp": {
"command": "uvx",
"args": [
"topolift-mcp"
],
"env": {
"TOPOLIFT_API_KEY": "<YOUR_TOPOLIFT_API_KEY>",
"TOPOLIFT_API_URL": "<YOUR_TOPOLIFT_API_URL>",
"TOPOLIFT_TIMEOUT": "<YOUR_TOPOLIFT_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"topolift-mcp": {
"command": "uvx",
"args": [
"topolift-mcp"
],
"env": {
"TOPOLIFT_API_KEY": "<YOUR_TOPOLIFT_API_KEY>",
"TOPOLIFT_API_URL": "<YOUR_TOPOLIFT_API_URL>",
"TOPOLIFT_TIMEOUT": "<YOUR_TOPOLIFT_TIMEOUT>"
}
}
}
}{
"servers": {
"topolift-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"topolift-mcp"
],
"env": {
"TOPOLIFT_API_KEY": "<YOUR_TOPOLIFT_API_KEY>",
"TOPOLIFT_API_URL": "<YOUR_TOPOLIFT_API_URL>",
"TOPOLIFT_TIMEOUT": "<YOUR_TOPOLIFT_TIMEOUT>"
}
}
}
}claude mcp add topolift-mcp --env TOPOLIFT_API_KEY=<YOUR_TOPOLIFT_API_KEY> --env TOPOLIFT_API_URL=<YOUR_TOPOLIFT_API_URL> --env TOPOLIFT_TIMEOUT=<YOUR_TOPOLIFT_TIMEOUT> -- uvx topolift-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.