Sugra API MCP
Connector between LLM agents and world data. 1,600+ endpoints aggregating 160+ primary sources across 36 data domains, served over the Model Context Protocol.
The Sugra API MCP server is listed in Anthropic's Connectors Directory.
Add to ClaudeThe Sugra API MCP server is listed in OpenAI's Plugins Directory for ChatGPT and Codex.
Add to ChatGPTSkills (optional)
Sugra API Skills are listed in OpenAI's Plugins Directory too.
The skills teach the agent how to find, call and cite Sugra endpoints.
Signed in to Claude Code with a claude.ai account? Add the Sugra API MCP server in Claude and it appears in /mcp on its own. Otherwise, add it with your API key.
Server
claude mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"claude mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $env:SUGRA_API_KEY"Your shell fills in the API key from the SUGRA_API_KEY environment variable when you run the command. In cmd.exe, write %SUGRA_API_KEY%. No key yet? Get API key
Skills (optional)
claude plugin marketplace add Sugra-Systems/sugra-api-skills claude plugin install sugra-api@sugra-api-skills
The skills teach the agent how to find, call and cite Sugra endpoints.
In the Codex app, install the Sugra API MCP server from OpenAI's Plugins Directory. In the Codex CLI, add it with your API key.
Server
codex mcp add sugra --url https://mcp.sugra.ai/mcp --bearer-token-env-var SUGRA_API_KEYReads your API key from the SUGRA_API_KEY environment variable. No key yet? Get API key
Skills (optional)
In the Codex app, install Sugra API Skills from OpenAI's Plugins Directory. In the Codex CLI, add them from GitHub.
codex plugin marketplace add Sugra-Systems/sugra-api-skills codex plugin add sugra-api@sugra-api-skills
The skills teach the agent how to find, call and cite Sugra endpoints.
Server
grok mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"grok mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $env:SUGRA_API_KEY"Your shell fills in the API key from the SUGRA_API_KEY environment variable when you run the command. In cmd.exe, write %SUGRA_API_KEY%. No key yet? Get API key
Skills (optional)
grok plugin install Sugra-Systems/sugra-api-skills#plugins/sugra-apiThe skills teach the agent how to find, call and cite Sugra endpoints.
Server
gemini mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"gemini mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $env:SUGRA_API_KEY"Your shell fills in the API key from the SUGRA_API_KEY environment variable when you run the command. In cmd.exe, write %SUGRA_API_KEY%. No key yet? Get API key
Skills (optional)
npx skills add https://mcp.sugra.aiThe skills teach the agent how to find, call and cite Sugra endpoints.
Reads your API key from the SUGRA_API_KEY environment variable. No key yet? Get API key
Or add to ~/.cursor/mcp.json
{ "mcpServers": { "sugra": { "url": "https://mcp.sugra.ai/mcp", "headers": { "Authorization": "Bearer ${env:SUGRA_API_KEY}" } } } }
Skills (optional)
npx skills add https://mcp.sugra.aiThe skills teach the agent how to find, call and cite Sugra endpoints.
Add to .vscode/mcp.json
{ "inputs": [ { "type": "promptString", "id": "sugra-api-key", "description": "Sugra API key", "password": true } ], "servers": { "sugra": { "type": "http", "url": "https://mcp.sugra.ai/mcp", "headers": { "Authorization": "Bearer ${input:sugra-api-key}" } } } }
VS Code asks for the key when the server starts.
Skills (optional)
npx skills add https://mcp.sugra.aiThe skills teach the agent how to find, call and cite Sugra endpoints.
Any MCP client that supports remote servers.
URL
https://mcp.sugra.ai/mcpSend the key in the Authorization header as Bearer followed by the key, from wherever your client keeps secrets. No key yet? Get API key
Skills (optional)
npx skills add https://mcp.sugra.aiThe skills teach the agent how to find, call and cite Sugra endpoints.