You're viewing a demo portfolio

Join the waitlist
PRSM

get_company_concept

Active

Tool 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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Sec Xbrl

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

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