You're viewing a demo portfolio

Join the waitlist
PRSM

get_company_facts

Active

Tool of Sec Xbrl

declared in 0.1.0

List all XBRL taxonomies and concept tags filed by a company (CIK required). Returns entity name, taxonomy names (us-gaap, dei, etc.), concept count per taxonomy, and a sample of up to 20 tag names each. Use get_company_concept or get_company_financials to retrieve actual numeric values for a specific tag.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "cik": "320193"
    },
    {
      "cik": "789019"
    }
  ],
  "required": [
    "cik"
  ],
  "properties": {
    "cik": {
      "type": "string",
      "description": "SEC Central Index Key (e.g., \"320193\" for Apple, \"789019\" for Microsoft)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Sec Xbrl

https://github.com/pipeworx-io/mcp-sec-xbrl

2/7 registries
View full server →
get_company_facts — Sec Xbrl — PRSM MCP