Back to search
100
MCP live v0.3.3 streamable-http

Sugra API

io.github.Sugra-Systems/sugra-api-mcp

Connector between LLM agents and world data. 643 endpoints, 75+ primary sources.

Uptime
100.0%
2 probes
Response
480ms
last probe
Tools
6
callable

Tools · 6

search_endpoints

Search the bundled Sugra endpoint catalog by natural-language query.

describe_endpoint

Describe one Sugra API endpoint by operation_id.

call_endpoint

Call a Sugra API endpoint by operation_id from the bundled catalog.

list_toolsets

List endpoint groups available in the bundled catalog.

fetch_data

One-step fetch: find the best Sugra endpoint for the query and call it. Combines search_endpoints + call_endpoint into a single round trip. Use this when you want data without manually picking an ope…

list_sources

List endpoint source families derived from catalog metadata.

Similar MCP servers embedding-nearest

Sugra API
Connector between LLM agents and world data. 643 endpoints, 75+ primary sources.
0 tools · streamable-http
io.github.RubenTay/agent-vending-factory live
Pay-per-call MCP tools via x402 USDC: ZAR prices, data extraction, Python sandbox, SA flights.
6 tools · sse
Prediction Markets API live
Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
3 tools · sse
Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
3 tools · sse
dime-experiment-tools
Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment.
8 tools · sse
ATOM Pricing Intelligence live
The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes.
8 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sugra_api": {
      "url": "https://app.sugra.ai/mcp",
      "transport": "streamable-http"
    }
  }
}