topolift-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@topolift-mcpNegotiate the terms for the software licensing deal"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
topolift-mcp
MCP server exposing TopoLift's atom-grounded negotiation reasoning to any MCP-capable agent — Claude Code, Cursor, OpenAI Agents SDK, etc.
Listed on the official MCP Registry as
io.github.TopoLift/topolift-mcp.mcp-name: io.github.TopoLift/topolift-mcp
What you get
Two tools:
topolift_dialect— fetches TopoLift's published vocabulary (regimes, canonical strategies, signal keys, citation grammar). Call this once at session start; no auth required.topolift_negotiate— sends a negotiation context to TopoLift's reasoning engine and returns a bilingual response:A typed
topologyslot (regime,load_bearing_strategies[],bridge_pivots[],topology_signals{}) drawn from a closed vocabularyProse fields with inline
[Cluster_X#strategy1,strategy2]citation tokens anchoring every claim to the cluster + load-bearing atoms that drove it
Atoms stay on the TopoLift server. What travels is the grammar of the dialect — the vocabulary your agent uses to read structural reasoning.
Related MCP server: Comptox MCP Server
Install
pip install topolift-mcpSet your API key (get one at https://topolift.ai):
export TOPOLIFT_API_KEY=tl-...Claude Code
claude mcp add topolift-negotiation -- topolift-mcp…or, with the API key inline:
claude mcp add topolift-negotiation -e TOPOLIFT_API_KEY=tl-... -- topolift-mcpCursor / Continue / other MCP clients
Add to your MCP config (~/.cursor/mcp.json or equivalent):
{
"mcpServers": {
"topolift-negotiation": {
"command": "topolift-mcp",
"env": {
"TOPOLIFT_API_KEY": "tl-..."
}
}
}
}Running directly (no install)
TOPOLIFT_API_KEY=tl-... python -m topolift_mcp.serverConfiguration
Environment variables:
Var | Default | Purpose |
| (required for negotiate) | Bearer key; get one at https://topolift.ai |
|
| API base URL |
|
| Negotiate-call timeout in seconds |
|
| Python logging level |
The dialect tool works without TOPOLIFT_API_KEY — only topolift_negotiate requires it.
Pricing
Bearer key (this MCP server's path): one-time / monthly plans starting at $50. See https://topolift.ai.
x402 micropayment: agents can pay $0.10 USDC per call directly against
https://api.topolift.ai/v1/negotiatewith no API key — see the API's 402 challenge for details.
How it works
Your agent calls
topolift_dialectonce and learns the vocabulary.Your agent calls
topolift_negotiatewith a scenario.TopoLift retrieves the most relevant atom clusters from its server-side topology, runs a Mistral-Small-4-119B reasoning pass with a closed-vocabulary prompt, and returns the bilingual response.
Your agent parses
topologyfor machine-readable structure and reads the prose fields with citation-traceable evidence.
The atoms — the structural primitives — never leave TopoLift's servers. The dialect — the names and the grammar — is published openly so any agent can read structural reasoning fluently.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEquilibrium-aware primitives for AI agents — negotiation, auctions, mechanism design — exposed over MCP and importable as a Python library.Last updated10Apache 2.0
- Alicense-qualityAmaintenanceExposes EPA Computational Toxicology (CompTox) evidence federation through MCP, enabling chemical identity, hazard, exposure, and bioactivity data retrieval for AI agents.Last updated6Apache 2.0
- Flicense-qualityDmaintenanceConnects MCP-compatible agents with the OriginTrail Decentralized Knowledge Graph, enabling creation, retrieval, linking, and exchange of verifiable knowledge using natural language and SPARQL queries.Last updated1
- AlicenseAqualityCmaintenanceEnables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.Last updated10MIT
Related MCP Connectors
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TopoLift/topolift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server