get_company_facts
ActiveTool of Sec Xbrl
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Sec Xbrl
https://github.com/pipeworx-io/mcp-sec-xbrl
2/7 registries