Skip to main content

MCP server exposing TopoLift's atom-grounded negotiation reasoning to any MCP-compatible agent (Claude Code, Cursor, OpenAI Agents SDK, etc).

Project description

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 topology slot (regime, load_bearing_strategies[], bridge_pivots[], topology_signals{}) drawn from a closed vocabulary
    • Prose 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.

Install

pip install topolift-mcp

Set 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-mcp

Cursor / 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.server

Configuration

Environment variables:

Var Default Purpose
TOPOLIFT_API_KEY (required for negotiate) Bearer key; get one at https://topolift.ai
TOPOLIFT_API_URL https://api.topolift.ai API base URL
TOPOLIFT_TIMEOUT 600 Negotiate-call timeout in seconds
TOPOLIFT_LOG_LEVEL INFO 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/negotiate with no API key — see the API's 402 challenge for details.

How it works

  1. Your agent calls topolift_dialect once and learns the vocabulary.
  2. Your agent calls topolift_negotiate with a scenario.
  3. 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.
  4. Your agent parses topology for 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topolift_mcp-0.2.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

topolift_mcp-0.2.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file topolift_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: topolift_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for topolift_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 14ba0afc7a0f75f3dc2d0237ddd327240ffd75381ce9c7d7ed79891f5830f379
MD5 2b61ae64f5a2b49dabbd004c19b4515a
BLAKE2b-256 7b074f3c50c038f23aaaa3986c4c47418cc03855e29df6398e4ef6f01558281a

See more details on using hashes here.

File details

Details for the file topolift_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: topolift_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for topolift_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75caaebb48aaa30b7f33774f041f53b64ac74a9756515e8b58b8b4d69466fa99
MD5 92f870d28f0609d59e01e5e36bee0819
BLAKE2b-256 5f764bffa16ee3a7e06a5b76c527915a7bd648dae8c94f3e408db8deb1cc0a53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page