MCP server for querying 1,500+ Sugra API endpoints across markets, economics, companies, government, climate, maritime, and screening.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Sugra API MCP.
fetch_dataOne-step: find best endpoint for a natural-language query and call it. Combines search + call in one round trip.
search_endpointsSearch the bundled endpoint catalog. Runtime search does not fetch `/openapi.json`.
describe_endpointInspect an endpoint by `operation_id`, including path, method, parameters, required inputs, `agent_hints`, and `request_body_schema` for JSON-body POST operations.
call_endpointCall a Sugra API operation by `operation_id`. Arbitrary path calls are no longer supported.
list_toolsetsList catalog groups with endpoint counts and descriptions.
list_sourcesShow bundled catalog source metadata.
Published in the official OpenAI Plugins Directory. Available for ChatGPT and Codex.
Give any AI agent access to 1,500+ data endpoints across markets, economics, companies, government, news, climate, maritime and entity screening - through one MCP server.
Works with ChatGPT, Claude, Gemini, xAI, Cursor, VS Code and any MCP client.
Official Model Context Protocol server for the Sugra API: one connector, a bundled endpoint catalog, and structured tool results with source attribution on every answer.
An agent answering a real question end to end - resolving entities, pulling live snapshots and history, and citing the source and freshness on every number:

More examples:
Macro research - one prompt builds a full G7 inflation and policy-rate table, each cell dated and sourced, with the unavailable ones flagged rather than faked:

Cross-domain snapshot - Brent crude, marine weather and regional risk pulled together for a shipping desk, each with its source and timestamp:

Hosted MCP transcript (the three composed tools shown here run on the hosted endpoint). Captured example - wording and figures vary by run and as new BLS data is published:
Every tool result carries structured metadata - source attribution, freshness, and rate-limit cost - so agents can cite sources and budget requests instead of guessing.
Behind the gateway sits the Sugra API: 160+ primary sources - sovereign statistics agencies, central banks, intergovernmental bodies and more - feeding 1,500+ endpoints across 36 data domains. The server ships a bundled catalog of the full endpoint surface, so discovery (search, describe, toolsets) runs locally without network calls; only actual data requests hit the API.
Five official skills ship as MCP resources (sugra://skills/...) and as SKILL.md drop-ins for Claude, Codex, and Cursor: explore the catalog, envelope and attribution, auth and rate limits, hosted vs gateway, and a cross-domain briefing pattern. Copy a skill directory from sugra_api_mcp/skills/ into the client's skills folder, or resources/read the matching URI after connect.
Six workflow prompts ship with the server and turn these into one-click flows in clients that surface MCP prompts:
macro_briefing)market_snapshot)sanctions_screening)sector_compare)earth_conditions plus the transport and commodities catalog)source_overview)Every answer carries source attribution and freshness metadata, so agents cite instead of guessing.
No install. Point your client at the hosted Streamable HTTP endpoint:
resolve_entity, get_snapshot, get_timeseries)Authorization: Bearer sugra_xxx_... with an API keyRuns on your machine over stdio (or self-hosted HTTP) with an API key:
SUGRA_API_KEYGet a free API key at app.sugra.ai/settings/billing (Free tier: 50 req/day).
The same call through an agent: connect the server to your client (next section) and ask "What is AAPL trading at? Use Sugra." The agent finds quotes_symbol_price in the catalog and calls it with the symbol.
Supported clients:
Add to claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonpip install sugra-api-mcp and use Claude Code (CLI), an IDE client, or the hosted HTTP endpoint below.Restart Claude Desktop. Sugra tools appear in the tools menu.
Or edit ~/.claude/config.json manually with the same shape as Claude Desktop above.
Gemini CLI reads MCP servers from ~/.gemini/settings.json (user scope) or
.gemini/settings.json in the project. For a local stdio install, add:
If the console script is not on PATH, use "command": "python" with
"args": ["-m", "sugra_api_mcp"] instead. The equivalent Gemini CLI command
is:
Or connect to the hosted endpoint without installing the package:
Run gemini mcp list to check the connection, then enter /mcp in an
interactive session to inspect the available tools. A local stdio connection
shows the eight gateway tools in Tool reference; the hosted
endpoint also shows the three hosted-only agent tools.
If a local server does not connect from a new directory, review and trust that
workspace with gemini trust before retrying.
These examples were checked against the Gemini CLI MCP documentation and Gemini CLI v0.51.0.
Each of these has an MCP settings file (typically mcp.json or equivalent) with the same stdio config shape as Claude Desktop.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sugra-systems-sugra-api-mcp)<a href="https://allmcps.com/mcp/sugra-systems-sugra-api-mcp"><img src="https://allmcps.com/api/badge/sugra-systems-sugra-api-mcp?style=directory" alt="Sugra API MCP on AllMCPs" /></a>