MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Topolift MCP Server

by TopoLift
Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.

About

Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.

Security Report

4.8
Use Caution4.8High Risk

A well-designed MCP server for TopoLift's negotiation reasoning API with proper authentication, clear permission boundaries, and secure credential handling. The server correctly requires API keys for sensitive operations (negotiate) while allowing unauthenticated access to the dialect tool. Code quality is solid with appropriate error handling and validation. Minor findings relate to logging practices and documentation clarity, but do not indicate security vulnerabilities. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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.Required

Environment variable: TOPOLIFT_API_KEY

API base URL. Override only if pointing at a non-default deployment.Optional

Environment variable: TOPOLIFT_API_URL

Negotiate-call timeout in seconds. Default 600.Optional

Environment variable: TOPOLIFT_TIMEOUT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-topolift-topolift-mcp": {
      "env": {
        "TOPOLIFT_API_KEY": "your-topolift-api-key-here",
        "TOPOLIFT_API_URL": "your-topolift-api-url-here",
        "TOPOLIFT_TIMEOUT": "your-topolift-timeout-here"
      },
      "args": [
        "topolift-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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:

VarDefaultPurpose
TOPOLIFT_API_KEY(required for negotiate)Bearer key; get one at https://topolift.ai
TOPOLIFT_API_URLhttps://api.topolift.aiAPI base URL
TOPOLIFT_TIMEOUT600Negotiate-call timeout in seconds
TOPOLIFT_LOG_LEVELINFOPython 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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodePyPI Package

Details

Published May 9, 2026
Version 0.2.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
521
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
37
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
22
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
19
Installs
10.0
Security
5.0
Local