Back to Browse

Topolift MCP Server

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!