HomeDatabases & Data › Sugra API

Sugra API

Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

Official Python Cloud Remote
★ 2 stars Last pushed 2026-09-23 License: MIT

Topics: Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://app.sugra.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http sugra-api-mcp https://app.sugra.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "sugra-api-mcp": {
      "url": "https://app.sugra.ai/mcp"
    }
  }
}

Package (pypi 0.12.0)

uvx sugra-api-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "sugra-api-mcp": {
      "command": "uvx",
      "args": [
        "sugra-api-mcp"
      ],
      "env": {
        "SUGRA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUGRA_API_KEY required secret — Your Sugra API key (sugra_...). Required for data tools; catalog tools work without it. Free key: https://app.sugra.ai/settings/billing (50 req/day). Only env var needed for local installs and directory sandboxes.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry