TopoLift Negotiation
https://server.smithery.ai/joseph-geraci/topolift-negotiation/mcpAtom-grounded negotiation reasoning for AI agents. Send a scenario, receive a **bilingual** response: - A typed `topology` object — `regime`, `load_bearing_strategies[]`, `bridge_pivots[]`, `topology_signals{}`. Closed vocabulary, machine-parseable. - Prose fields with inline `[Cluster_X#strategy1,strategy2]` citation tokens anchoring every claim to the cluster + load-bearing atoms that drove it. - A `citation_grounding` audit — every inline citation is verified against the actual retrieval set + atom strings; hallucinations are surfaced as `issues`, so your agent can branch on `.grounded` to decide whether to trust the prose. ## Two tools - `topolift_dialect()` — fetch the closed vocabulary (regimes, strategies, signal keys, citation grammar). No auth required. - `topolift_negotiate(scenario, goals, ...)` — full structural analysis with primary + fallback recommendations, risk assessment, counterparty read, and topological reasoning. ## Pricing - **$10 for 10 calls** via Stripe (Bearer key, one-time, no subscription) — buy at <https://api.topolift.ai> - **$0.10 USDC per call** via x402 on Base mainnet — autonomous agents, no signup, no key required ## Why topology TopoLift's atom corpus stays on its GPU. What this server exposes is the **dialect** — the closed vocabulary in which TopoLift speaks. Agents fluent in the dialect read the typed topology slot and inline citations with full structural fluency. Atoms evolve continuously, so they're never shipped; the dialect is open and stable. Try the live dialect with no auth: `curl https://api.topolift.ai/v1/dialect`
How to connect
https://server.smithery.ai/joseph-geraci/topolift-negotiation/mcp
curl -X POST https://server.smithery.ai/joseph-geraci/topolift-negotiation/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'