mcpserver.lol
registry/api-mcp
Connection check verified live · 20h ago

api-mcp

Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

11 tools

Read from the running server on 20h ago.

call_endpoint read-only bodylimitfieldsparamsinclude_rawoperation_id*
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" us…
describe_endpoint read-only operation_id*
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 be…
fetch_data read-only bodylimitquery*fieldsparamsinclude_raw
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 man…
get_snapshot read-only entity*recipe*
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_calenda…
get_timeseries read-only entity*metric*max_pointsgranularity
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…
list_sources read-only
List endpoint source families derived from catalog metadata.
list_toolsets read-only
List endpoint groups available in the bundled catalog.
resolve_entity read-only query*type_hint
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 f…
search_endpoints read-only limitquery*sourcetoolset
Search the bundled Sugra endpoint catalog by natural-language query.
sugra_entity_lookup read-only value*anchor*include
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, validat…
sugra_entity_screen read-only dobname*countrynationality
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 sanction…