Sugra API MCP Server

Published in the official OpenAI Plugins Directory. Available for ChatGPT and Codex. Its 14 documented tools cover entity, endpoint, sugra.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #194 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Sugra API

before you install - you'll need

SUGRA_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add sugra-systems-sugra-api-mcp --transport http https://app.sugra.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sugra-systems-sugra-api-mcp": {
      "url": "https://app.sugra.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://app.sugra.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to app.sugra.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

pypi package sugra-api-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace ai.sugra - domain-verified with the official MCP registry

03 · What Sugra API can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the bundled endpoint catalog. Runtime search does not fetch /openapi.json, call a Sugra API operation by operation_id. Arbitrary path calls are no longer supported, and list catalog groups with endpoint counts and descriptions.

Capability map

Tools grouped from the project's README - what Sugra API lets an agent do.

read & search

6 tools - e.g. One-step: find best endpoint for a natural-language query and call it. Combines search + call in one round trip.; Search the bundled endpoint catalog. Runtime search does not fetch /openapi.json.; List…

fetch_data · search_endpoints · list_toolsets · list_sources · get_snapshot · get_timeseries

Endpoint

2 tools - e.g. Inspect an endpoint by operation_id, including path, method, parameters, required inputs, agent_hints, and request_body_schema for JSON-body POST operations.; Call a Sugra API operation by operation_id.…

describe_endpoint · call_endpoint

Sugra

2 tools - e.g. Screen a name against sanctions and watchlists (Sugra Entity).; Composed entity lookup by identifier - anchor is lei or vat, plus the identifier value; returns registry identity + screening (Sugra Entity).

sugra_entity_screen · sugra_entity_lookup

Resolve

1 tool - e.g. Free text (ticker, company, indicator, coin, currency pair) to a canonical market or macro entity. Ambiguous matches return ranked candidates, never a silent pi

resolve_entity

Duration

1 tool - e.g. fast (under ~2s, snapshot-backed), slow (live upstream proxying, occasionally 15s+), or heavy (per-item upstream work, large batches can exceed the gateway time

duration_class

Max

1 tool - e.g. advisory ceiling for parallel calls from one session

max_concurrency

Bulk

1 tool - e.g. on per-item bulk endpoints: 1 request credit per item in the request body (the API reports the total in the X-RateLimit-Cost response header)

bulk_cost

Latest releases

v0.9.1 · 2026-07-18

Catalog navigation and search quality release. · Twelve new toolsets (statistics, technical indicators, predictions, research, fixed income, transport, corporate registry, funds, energy, health, real estate, hazards)…

v0.9.0 · 2026-07-18

The protocol-completeness release: the server now speaks the full stable-spec surface - tools, prompts, and resources. · Six workflow prompts that compose the gateway tools into ready analysis flows: market snapshot…

v0.8.3 · 2026-07-18

The packaging release: the repository moves to its permanent home and the public surface catches up with the product. · Repository renamed to sugra-api-mcp; all metadata, links, and the MCP Registry entry point at the…

04 · Who maintains Sugra API

Sugra API is maintained by sugra-systems. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #194 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-18)
registry
ai.sugra/api-mcp (active, first published 2026-06-22 · 4 versions)
packages
pypi:sugra-api-mcp

06 · Sugra API FAQ

Is Sugra API still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Sugra API do?

With this server connected, an agent can search the bundled endpoint catalog. Runtime search does not fetch /openapi.json, call a Sugra API operation by operation_id. Arbitrary path calls are no longer supported, and list catalog groups with endpoint counts and descriptions.

How do I install Sugra API?

Run `uvx sugra-api-mcp`. The README documents one environment variable (SUGRA_API_KEY) to set first. SUGRA_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Sugra API require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Sugra API