Sugra API
io.github.Sugra-Systems/sugra-api-mcpConnector between LLM agents and world data. 643 endpoints, 75+ primary sources.
Tools · 11
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 consu…
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 s…
Search the bundled Sugra endpoint catalog by natural-language query.
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 e…
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 occas…
List endpoint groups available in the bundled catalog.
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 ope…
List endpoint source families derived from catalog metadata.
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_snap…
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…
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-cadenc…
Resources · 4
Endpoint groups (toolsets) in the bundled Sugra catalog: name, description, and endpoint count per group. Same data as the list_toolsets tool.
sugra://catalog/domains
Source families in the bundled Sugra catalog with endpoint counts per family. Same data as the list_sources tool.
sugra://catalog/sources
How Sugra names data sources, where per-call attribution metadata appears, and where the full source list is published.
sugra://attribution
Self-contained MCP Apps HTML template (SEP-1865) that renders a line chart from a call_endpoint time-series result. Inline CSS and JS only - the template makes no external requests.
ui://sugra/price-chart.html
Prompts · 6
Build a sourced price and profile snapshot for one ticker symbol.
Brief the key macro indicators for a country from sovereign sources.
Screen a name against the sanctions corpus and report the signal.
Compare two sectors through ETF and valuation endpoints.
Report weather, air quality, and nearby hazards for a coordinate.
Explain what the catalog offers for a data domain, sources included.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sugra_api": {
"url": "https://app.sugra.ai/mcp",
"transport": "streamable-http"
}
}
}