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 ai.sugra/api-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SUGRA_API_KEYYour 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.sugra/api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": ""
}
}
}
}