TopoLift Negotiation✓
io.github.TopoLift/topolift-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TopoLift/topolift-mcp",
"description": "Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.",
"title": "TopoLift Negotiation",
"repository": {
"url": "https://github.com/TopoLift/topolift-mcp",
"source": "github",
"id": "1232008632"
},
"version": "0.2.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "topolift-mcp",
"version": "0.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer 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.",
"isSecret": true,
"name": "TOPOLIFT_API_KEY"
},
{
"description": "API base URL. Override only if pointing at a non-default deployment.",
"default": "https://api.topolift.ai",
"name": "TOPOLIFT_API_URL"
},
{
"description": "Negotiate-call timeout in seconds. Default 600.",
"default": "600",
"name": "TOPOLIFT_TIMEOUT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}