Loading MCP server directory, please wait...
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
npx @getmcp/cli add io.github.Sugra-Systems/sugra-api-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SUGRA_API_KEYYour Sugra API key. Get one free at https://app.sugra.ai/settings/billing (Free tier: 50 req/day).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sugra-Systems/sugra-api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": ""
}
}
}
}