Pull the most recent statutory financial statements for any company — iXBRL / XHTML / PDF bytes directly from the registry.
Convenience workflow around get_financials + fetch_document. Returns the filing as bytes in the user's preferred format plus a parsed key-figures table (revenue, profit, assets, cash) when iXBRL is available.
Credit analysts, equity research, M&A financial modelling, auditors verifying management accounts.
| Parameter | Description |
|---|---|
company_name_or_id | Company. |
jurisdiction | ISO code (currently GB, FI, NL, KR expose structured financials). |
years | How many years back (default 1). |
Under the hood the prompt orchestrates these tool calls:
On any MCP client that supports prompts (Claude Desktop, Cursor, Cline, Goose, Zed):
https://openregistry.sophymarine.com/mcp.prompts/list — you'll see live_company_accounts_xbrl in the array.prompts/get with {"name":"live_company_accounts_xbrl","arguments":{…}}.This prompt is also distributed as a Claude Agent Skill in the docs repo:
github.com/sophymarine/openregistry/skills/live-company-accounts-xbrl