get_company_concept
ActiveTool of Sec Xbrl
declared in 0.1.0
Get a specific financial metric for a company across all filings. Use this to track revenue, net income, or any XBRL tag over time. Example: get_company_concept(cik: "320193", taxonomy: "us-gaap", tag: "Revenue").
Parameters schema
{
"type": "object",
"examples": [
{
"cik": "320193",
"tag": "Revenue",
"taxonomy": "us-gaap"
},
{
"cik": "789019",
"tag": "NetIncomeLoss",
"taxonomy": "us-gaap"
}
],
"required": [
"cik",
"taxonomy",
"tag"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC Central Index Key (e.g., \"320193\" for Apple)"
},
"tag": {
"type": "string",
"description": "XBRL concept tag (e.g., \"Revenue\", \"NetIncomeLoss\", \"Assets\", \"EarningsPerShareBasic\")"
},
"taxonomy": {
"type": "string",
"description": "XBRL taxonomy: \"us-gaap\", \"ifrs-full\", \"dei\", or \"srt\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Sec Xbrl
https://github.com/pipeworx-io/mcp-sec-xbrl
2/7 registries