Sugra API
ai.sugra/api-mcp · v0.8.2 · MCP 2025-11-25
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Reachability
reachable
checked 2026-07-14 03:03 UTC
Registry status active
Tools pinned 11
576265d46dbc
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace ai.sugra
(domain verified by the official registry)
Repository
github.com/sugra-systems/prod-sugra-ai-mcp
Remote endpoints
https://app.sugra.ai/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:03 | first capture | 11 tools pinned |
Pinned tool definitions (11)
| Tool | Description |
|---|---|
| sugra_entity_screen | Screen a person or organization name against the Sugra sanctions corpus. Returns a SCREENING SIGNAL, not a compliance determination. Sugra is a technology provider, not a sanctions authority or consumer reporting agency. PEP and... |
| sugra_entity_lookup | Resolve an entity by identifier and return its composed KYB envelope. `anchor` is `lei` (Legal Entity Identifier, resolved via the GLEIF registry) or `vat` (EU VAT number, validated via the EU VIES service). The result weaves identity,... |
| search_endpoints | Search the bundled Sugra endpoint catalog by natural-language query. |
| describe_endpoint | Describe one Sugra API endpoint by operation_id. Includes agent_hints (duration_class fast/slow/heavy, max_concurrency, bulk billing) so you can budget timeouts and parallelism before calling. POST endpoints with a JSON body also carry... |
| call_endpoint | Call a Sugra API endpoint by operation_id from the bundled catalog. Plan calls with describe_endpoint's agent_hints: duration_class "fast" usually responds in under ~2s, "slow" usually 1-5s and occasionally 15s+ on a cold upstream,... |
| list_toolsets | List endpoint groups available in the bundled catalog. |
| fetch_data | One-step fetch: find the best Sugra endpoint for the query and call it. Combines search_endpoints + call_endpoint into a single round trip. Use this when you want data without manually picking an operation_id. The full search_endpoints... |
| list_sources | List endpoint source families derived from catalog metadata. |
| resolve_entity | Resolve free text to a canonical market or macro entity. Turns a ticker, company name, macro indicator, coin, or currency pair into the agent plane's ``{namespace, ids}`` entity for use with get_snapshot and get_timeseries. A... |
| get_snapshot | Composed current view of an entity via a named recipe. Executes a fixed server-side recipe (company_snapshot, etf_snapshot, quote_snapshot, macro_indicator_snapshot, macro_calendar, earnings_snapshot, debt_snapshot) and returns one... |
| get_timeseries | Bounded timeseries for an entity: price, macro_series, or etf_flows. Returns points oldest-first with an explicit downsampling flag when the raw series exceeded max_points. etf_flows is filing-cadence (one point per SEC filing... |
Status badge
[](https://toolpin.dev/servers/ai.sugra/api-mcp)
Maintain this server? Add the badge to your README — it links your users to this live status page.