sugra.ai

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 Claude

The Sugra API MCP server is listed in OpenAI's Plugins Directory for ChatGPT and Codex.

Add to ChatGPT

Skills (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

bash / zsh
claude mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"
PowerShell
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)

Terminal
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

Terminal
codex mcp add sugra --url https://mcp.sugra.ai/mcp --bearer-token-env-var SUGRA_API_KEY

Reads 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.

Terminal
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

bash / zsh
grok mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"
PowerShell
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)

Terminal
grok plugin install Sugra-Systems/sugra-api-skills#plugins/sugra-api

The skills teach the agent how to find, call and cite Sugra endpoints.

Server

bash / zsh
gemini mcp add --transport http sugra https://mcp.sugra.ai/mcp --header "Authorization: Bearer $SUGRA_API_KEY"
PowerShell
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)

Terminal
npx skills add https://mcp.sugra.ai

The skills teach the agent how to find, call and cite Sugra endpoints.

Add to Cursor

Reads your API key from the SUGRA_API_KEY environment variable. No key yet? Get API key

Or add to ~/.cursor/mcp.json

JSON
{
  "mcpServers": {
    "sugra": {
      "url": "https://mcp.sugra.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:SUGRA_API_KEY}"
      }
    }
  }
}

Skills (optional)

Terminal
npx skills add https://mcp.sugra.ai

The skills teach the agent how to find, call and cite Sugra endpoints.

Add to .vscode/mcp.json

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)

Terminal
npx skills add https://mcp.sugra.ai

The skills teach the agent how to find, call and cite Sugra endpoints.

Any MCP client that supports remote servers.

URL

URL
https://mcp.sugra.ai/mcp

Send 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)

Terminal
npx skills add https://mcp.sugra.ai

The skills teach the agent how to find, call and cite Sugra endpoints.