Sugra API
io.github.Sugra-Systems/sugra-api-mcpConnector between LLM agents and world data. 643 endpoints, 75+ primary sources.
Tools · 6
Search the bundled Sugra endpoint catalog by natural-language query.
Describe one Sugra API endpoint by operation_id.
Call a Sugra API endpoint by operation_id from the bundled catalog.
List endpoint groups available in the bundled catalog.
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 endpoint source families derived from catalog metadata.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sugra_api": {
"url": "https://app.sugra.ai/mcp",
"transport": "streamable-http"
}
}
}