Sugra API
REMOTE · APP.SUGRA.AI · 2 COMPONENTS · SCANNED SEP 20
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security94
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
- The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability76
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 3646 tokens (~191/item across 19 items; 11 tools + 8 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage94
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 78% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Sugra API MCP server?
Sugra API is a hosted endpoint at https://app.sugra.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · app.sugra.ai
claude mcp add --transport http ai-sugra-api-mcp 'https://app.sugra.ai/mcp'
{
"mcpServers": {
"ai-sugra-api-mcp": {
"url": "https://app.sugra.ai/mcp"
}
}
} {
"servers": {
"ai-sugra-api-mcp": {
"type": "http",
"url": "https://app.sugra.ai/mcp"
}
}
} [mcp_servers.ai-sugra-api-mcp] url = "https://app.sugra.ai/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-sugra-api-mcp": {
"type": "remote",
"url": "https://app.sugra.ai/mcp",
"enabled": true
}
}
} openclaw mcp add ai-sugra-api-mcp --url 'https://app.sugra.ai/mcp' --transport streamable-http
mcp_servers:
ai-sugra-api-mcp:
url: "https://app.sugra.ai/mcp" {
"McpServers": {
"ai-sugra-api-mcp": {
"Transport": "http",
"Url": "https://app.sugra.ai/mcp"
}
}
} assistant mcp add ai-sugra-api-mcp -t streamable-http -u 'https://app.sugra.ai/mcp'
{
"mcpServers": {
"ai-sugra-api-mcp": {
"type": "http",
"url": "https://app.sugra.ai/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 15 Sept 26 0
- Tool coverage: 72% → 78% ▲ functional
- “get_snapshot” reworded the description of “entity” cosmetic
- “get_timeseries” reworded the description of “entity” cosmetic
- 13 Sept 26 0
- Schema quality: 163 → 190 ▼ functional
- Resource “price_chart_widget” was removed ▼ functional
- Schema quality: excellent → good functional
- “fetch_data” reworded the description of “limit” cosmetic
- “fetch_data” reworded the description of “fields” cosmetic
- “call_endpoint” reworded the description of “limit” cosmetic
- “call_endpoint” reworded the description of “fields” cosmetic
- 12 Sept 26 0
- Server version: 0.11.0 → 0.12.0 functional
- 11 Sept 26 0
- Schema quality: 209 → 163 ▲ functional
- New resource “skill_auth_limits” functional
- New resource “skill_cross_domain_briefing” functional
- New resource “skill_explore_catalog” functional
- New resource “skill_envelope_attribution” functional
- New resource “skill_hosted_vs_gateway” functional
- Server version: 0.10.0 → 0.11.0 functional
- 10 Sept 26 +2
- Tool “list_sources” rewrote its description, which is the text the model reads security
- Tool “list_toolsets” rewrote its description, which is the text the model reads security
- Tool “search_endpoints” rewrote its description, which is the text the model reads security
- Tool “describe_endpoint” rewrote its description, which is the text the model reads security
- Schema quality: 165 → 209 ▼ functional
- Tool coverage: 19% → 72% ▲ functional
- Schema quality: good → excellent functional
- “describe_endpoint” reworded the description of “operation_id” cosmetic
- “sugra_entity_lookup” reworded the description of “value” cosmetic
- “sugra_entity_screen” reworded the description of “country” cosmetic
- “sugra_entity_screen” reworded the description of “dob” cosmetic
- “sugra_entity_screen” reworded the description of “name” cosmetic
- “sugra_entity_screen” reworded the description of “nationality” cosmetic
- “sugra_entity_lookup” reworded the description of “include” cosmetic
- “fetch_data” reworded the description of “fields” cosmetic
- “fetch_data” reworded the description of “include_raw” cosmetic
- “fetch_data” reworded the description of “query” cosmetic
- “search_endpoints” reworded the description of “limit” cosmetic
- “search_endpoints” reworded the description of “query” cosmetic
- “search_endpoints” reworded the description of “source” cosmetic
- “search_endpoints” reworded the description of “toolset” cosmetic
- “sugra_entity_lookup” reworded the description of “anchor” cosmetic
- “call_endpoint” reworded the description of “fields” cosmetic
- “call_endpoint” reworded the description of “include_raw” cosmetic
- 5 Sept 26 −1
- Tool “get_timeseries” rewrote its description, which is the text the model reads security
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 +1
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Probed https://app.sugra.ai/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=app.sugra.ai | CN=YE1,O=Let's Encrypt,C=US | 16 Sept 2026 | 15 Dec 2026 | ECDSA 256 | ECDSA-SHA384 | 54bb1bb5bd11c6d5a347c038877f27700cb |
| SANs: app.sugra.ai, mcp.sugra.ai, status.sugra.ai | ||||||
| CN=YE1,O=Let's Encrypt,C=US (CA) | CN=Root YE,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | ECDSA 384 | ECDSA-SHA384 | 5ddd70dd31f801c85c186a7a04b80afe |
| CN=Root YE,O=ISRG,C=US (CA) | CN=ISRG Root X2,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | ECDSA-SHA384 | 872165fc34b6e5fba8add5b3705fb53a |
| CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | SHA256-RSA | 6c8f1dc727c7117f7baf853ac980f9cd |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of app.sugra.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| sugra.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication Enforced and verified
The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.
| Result | Enforced and verified |
|---|---|
| Enforced | On tool calls |
| HTTP status | 200 |
WWW-Authenticate challenge Bearer resource_metadata="https://app.sugra.ai/.well-known/oauth-protected-resource"
Bearer resource_metadata="https://app.sugra.ai/.well-known/oauth-protected-resource" | Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
Protected resource metadata
| Document | https://app.sugra.ai/.well-known/oauth-protected-resource |
|---|---|
| Retrieved | Yes |
| Resource | https://app.sugra.ai/mcp |
| Authorisation server | https://app.sugra.ai |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://app.sugra.ai/mcp | Verified | 200 | |
| http (plaintext) | http://app.sugra.ai/mcp | HTTPS enforced | 301 | https://app.sugra.ai/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
call_endpoint ~560
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, "heavy" can exceed the gateway timeout - keep parallel calls within max_concurrency and prefer small batches. Bulk endpoints bill 1 request credit per body item. Failures return structured errors {error, reason, status_code, elapsed_ms, retry_hint}; after "upstream_timeout" a single retry often succeeds because the aborted attempt warms upstream caches.
| Name | Type | Req | Description |
|---|---|---|---|
| body | – | – | JSON request body for a POST operation, matching the request_body_schema returned by describe_endpoint(operation_id): a JSON object for most operations, or a JSON array when that schema's top-level t… |
| fields | – | – | Optional projection of keys to keep on each record of the records list: the data list, a bare top-level array, or the list inside an object data when exactly one of these keys holds a list: data, ent… |
| include_raw | boolean | – | If true, attach the original unshaped payload under raw when it fits the size cap; otherwise meta.raw_omitted explains why. Default false. |
| limit | – | – | Bounds ONLY the records list: the data list, a bare top-level array, or the list inside an object data when exactly one of these keys holds a list: data, entries, events, history, items, observations… |
| operation_id | string | yes | – |
| params | – | – | Query and path parameters for this operation_id. Keys and types are operation-specific - call describe_endpoint(operation_id) first to get the exact parameter names, types, and examples. Omit if the… |
Structured output declared, but exposes no named fields.
No examples provided.
describe_endpoint ~136
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 request_body_schema (the resolved JSON schema) - construct the `body` argument from it instead of guessing key names. Call this after search_endpoints and before call_endpoint when you need the exact parameter names and examples.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_id | string | yes | Catalog operation_id from search_endpoints (or from list_toolsets drill-down). Unknown ids return error unknown_operation_id. |
Structured output declared, but exposes no named fields.
No examples provided.
fetch_data ~721
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 + describe_endpoint + call_endpoint dance is still available when you need explicit control, but for most natural-language queries this tool is enough. Behavior: 1. Search the bundled catalog for the query. Top match wins. 2. If the matched endpoint has required parameters and they are all provided in `params`, call it and return the response. 3. If required parameters are missing, return the candidate endpoints and the missing-params list so the LLM can retry with the correct `params` dict on the next call. Examples: - `fetch_data("US CPI inflation", params={"series_id": "CPIAUCSL"})` → calls /api/v1/fred/series/CPIAUCSL, returns observations. - `fetch_data("Bitcoin price", params={"coin_id": "bitcoin"})` → calls /api/v1/crypto/bitcoin/price. - `fetch_data("Latest financial news")` → news_latest has no required params, returns latest news directly.
| Name | Type | Req | Description |
|---|---|---|---|
| body | – | – | JSON body for an auto-selected POST operation; the tool returns the request_body_schema to fill when the match needs one. Pass a JSON object or a JSON array as that schema's top-level type dictates. |
| fields | – | – | Optional projection of keys to keep on each record of the records list: the data list, a bare top-level array, or the list inside an object data when exactly one of these keys holds a list: data, ent… |
| include_raw | boolean | – | If true, attach the original unshaped payload under raw when it fits the size cap; otherwise meta.raw_omitted explains why. Default false. |
| limit | – | – | Bounds ONLY the records list: the data list, a bare top-level array, or the list inside an object data when exactly one of these keys holds a list: data, entries, events, history, items, observations… |
| params | – | – | Parameters for the auto-selected endpoint. If omitted and the best-match endpoint has required parameters, the tool returns that endpoint's required_parameters and examples so you can retry with them… |
| query | string | yes | Natural-language request for data (examples: 'US CPI', 'Bitcoin price', 'latest news'). The tool picks the top catalog match and calls it. If required params are missing it returns needs_params inste… |
Structured output declared, but exposes no named fields.
No examples provided.
get_snapshot ~186
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 envelope with freshness, provenance, per-component coverage, and billing. Composed calls charge the recipe's fixed cost (1-2 units) from the daily quota. status "partial" means an optional component was unavailable - the present components are still trustworthy; honor the freshness block (stale=true means the data aged past its budget). Args: recipe: Recipe name from the fixed manifest. entity: Entity dict from resolve_entity ({"namespace": ..., "ids": ...}).
| Name | Type | Req | Description |
|---|---|---|---|
| entity | object | yes | Entity dict from resolve_entity ({namespace, ids}). Extra keys are ignored. |
| recipe | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_timeseries ~413
Bounded timeseries for an entity: price, macro_series, etf_flows or etf_monthly_flows. Returns points oldest-first with an explicit downsampling flag when the raw series exceeded max_points. Times are UTC. Costs 1 unit per call. The two ETF flow metrics answer different questions and are not interchangeable. ``etf_flows`` is an ESTIMATE at filing cadence: one point per SEC filing refresh, so ``t`` is a filing date and even a wide window yields a handful of points. ``etf_monthly_flows`` is the fund's own creations and redemptions from its NPORT-P filing, so ``t`` is a calendar month (``YYYY-MM``) and each point carries the three filed components - sales, reinvestment, redemption - beside the net. Two things to read before quoting etf_monthly_flows. NPORT-P is filed per SERIES, so for a fund with more than one share class the figures cover every class and the payload says so in ``multi_class_series``; where the class count is unknown it says ``class_scope`` instead of staying silent. And a fund that files no NPORT-P at all, such as a commodity trust, is not an error: the call returns status ``partial`` with an empty point list and a ``reason``. Args: metric: One of price / macro_series / etf_flows / etf_monthly_flows. entity: Entity dict from resolve_entity ({"namespace": ..., "ids": ...}). granularity: Requested point granularity (default "1d"). max_points: Hard cap on returned points (default 500).
| Name | Type | Req | Description |
|---|---|---|---|
| entity | object | yes | Entity dict from resolve_entity ({namespace, ids}). Extra keys are ignored. |
| granularity | string | – | – |
| max_points | integer | – | – |
| metric | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
list_sources ~42
List source families in the bundled catalog with endpoint counts. Use the family names as the source filter on search_endpoints. This does not call the Sugra API.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
list_toolsets ~49
List catalog groups with endpoint counts and short descriptions. Use the group names as the toolset filter on search_endpoints. This does not call the Sugra API; it reads the bundled catalog.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
resolve_entity ~261
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 cross-namespace collision (e.g. a ticker that is both an equity and a coin) returns status "ambiguous" with ranked candidates and NEVER silently picks one; pass type_hint (e.g. "equity", "etf", "coin") to narrow the universe. Crypto aliases resolve too (e.g. "bitcoin" -> the BTC coin entity). Status "low_confidence" means the best match cleared resolution but scored weakly - verify the returned entity before building on it, or re-query with a more specific name or type_hint. For compliance KYB lookups by LEI/VAT or sanctions screening use sugra_entity_lookup / sugra_entity_screen instead - this tool is for market-data entities. Args: query: Free-form text - ticker, company, indicator, coin, or pair. type_hint: Optional namespace hint narrowing resolution.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | – |
| type_hint | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
search_endpoints ~332
Search the bundled Sugra endpoint catalog by natural-language query. Use this to pick an operation_id. It does not fetch data. Typical loop: 1. search_endpoints(query) -> ranked hits with required_parameters 2. describe_endpoint(operation_id) -> params, request_body_schema, agent_hints 3. call_endpoint(operation_id, params=..., body=...) or fetch_data(query, params=...) Filter with toolset or source only after list_toolsets / list_sources; a misspelled filter is an error, not a silent empty result. Examples: - search_endpoints("US CPI inflation") - search_endpoints("AAPL price", toolset="markets") - search_endpoints("container ship AIS", toolset="network")
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum ranked hits to return. Default 10. Does not call the Sugra API; this only bounds the catalog search list. |
| query | string | yes | Natural-language search over the bundled catalog. Name the instrument, series, place, or task (examples: 'US CPI', 'AAPL quote', 'North Sea AIS'). Returns ranked operation_id hits with required_param… |
| source | – | – | Optional source-family filter as listed by list_sources (macro, markets, ...). An unknown value returns error unknown_source with known_sources. |
| toolset | – | – | Optional catalog group filter (markets, macro, news, network, ...). Call list_toolsets for the live names. An unknown value returns error unknown_toolset with known_toolsets rather than an empty hit… |
Structured output declared, but exposes no named fields.
No examples provided.
sugra_entity_lookup ~392
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, a sanctions screening signal, and - on request - ownership and adverse-media slices. The screening verdict is a SCREENING SIGNAL, not a compliance determination, and any PEP / adverse-media content is supplementary and non-comprehensive. The `disclaimer` field carries this and is always present. Output is COMPACT by default to protect the agent context budget: `{entity:{name, anchor, value, status, country}, screening:{status, top_matches:[...3], hit_count}, ids:{...}, disclaimer}`. Pass `include` to opt INTO fuller per-slice detail, e.g. `include=["ownership","adverse_media"]` adds those slices in full form. On a bad anchor or an API error this returns a clean `{error, detail}` dict rather than raising, so the agent can branch on `result.get("error")`. Args: anchor: Identifier type, one of `lei` or `vat`. value: The identifier value (the 20-char LEI code or the VAT number). include: Optional list of fuller slices to add, e.g. `["ownership", "adverse_media"]`. Omit for the compact default.
| Name | Type | Req | Description |
|---|---|---|---|
| anchor | string | yes | Identifier type: lei (GLEIF) or vat (EU VIES). |
| include | – | – | Optional fuller slices to add, e.g. ownership, adverse_media. Omit for the compact default. profile and screening are already in the compact core and are not extra slices. |
| value | string | yes | The identifier value: 20-character LEI or the VAT number. |
Structured output declared, but exposes no named fields.
No examples provided.
sugra_entity_screen ~296
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 adverse-media coverage is supplementary and non-comprehensive - a `clear` result is not proof of absence, and a `hit` is a candidate match to review, not a finding. Output is COMPACT to protect the agent context budget: `{status, matches:[{name, score, list, type}], disclaimer}`. The verdict `status` is one of `clear`, `review`, or `hit`. The heavy raw fields (match rationale, source ids, publish dates) are dropped; use the Sugra API directly when the full screening envelope is needed. Args: name: The person or organization name to screen (required). country: Optional ISO 3166-1 alpha-2 country to narrow the match. dob: Optional date of birth (YYYY-MM-DD) for a person. nationality: Optional nationality to narrow the match.
| Name | Type | Req | Description |
|---|---|---|---|
| country | – | – | Optional ISO 3166-1 alpha-2 country to narrow the match. |
| dob | – | – | Optional date of birth for a person, YYYY-MM-DD. |
| name | string | yes | Person or organization name to screen (required). |
| nationality | – | – | Optional nationality to narrow the match. |
Structured output declared, but exposes no named fields.
No examples provided.
What is the Sugra API MCP server?
Sugra API is an MCP server listed in the public MCP registry as ai.sugra/api-mcp. Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog. This page covers its hosted endpoint (https://app.sugra.ai/mcp).
Is the Sugra API MCP server safe to use?
Sugra API scores 93 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Sugra API MCP server expose?
Sugra API exposes 11 tools: sugra_entity_screen, sugra_entity_lookup, search_endpoints, describe_endpoint, call_endpoint, and 6 more. Their descriptions and schemas cost roughly 3,388 tokens of context every time the server is loaded.
Does the Sugra API MCP server require authentication?
Yes. Sugra API asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.
Is the Sugra API MCP server still maintained?
Sugra API is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.