Analytics
toolfeeds.com
An MCP server that provides normalized SEC XBRL financial data, company profiles, filing histories, and standardized financial statements for public companies.
ENDPOINT 1
https://api.toolfeeds.com/sec-edgar-mcp
MCP server metadata
- Name
- sec-edgar-mcp
- Version
- 1.0.0
Normalized SEC EDGAR company data. list_metrics publishes the metric vocabulary every other tool accepts and the XBRL tags behind each key; call it first when unsure which metric name to use. Every returned figure names the upstream tag it came from, because filers tag the same concept differently and a number without its tag cannot be reconciled against the filing it was drawn from.
Known tools 6
list_metricsPublishes the canonical metric vocabulary this server normalizes SEC XBRL facts into: for each metric its key (revenue, net_income, assets, operating_cash_flow, .
Inferred read-onlycompany_profileResolves an exchange ticker to its SEC filer and returns that filer's reference data in one call: the zero-padded ten-digit CIK that identifies it in EDGAR, its official registrant name, its SIC industry classification code with the code's description, the exchanges its securities trade on, and the fiscal year end that determines where its fiscal quarters fall.
Potential side effectslist_filingsRecent EDGAR filing history for one company, newest first: form type (10-K, 10-Q, 8-K, S-1 and the rest), filing date, the period end the document reports on, its accession number and a direct link to the document.
Inferred read-onlyget_conceptThe reported time series for a single normalized metric from one company's XBRL facts — every revenue, net_income or assets observation the filer has published, each with its value, unit, period start and end, and the filing it came from.
Inferred read-onlyget_financialsThe normalized financial statement view for one company across recent fiscal periods: revenue, gross profit, operating income, research and development, net income, diluted earnings per share, total and current assets and liabilities, stockholders equity, cash, operating cash flow and capital expenditures, plus the derived ratios gross_margin, operating_margin, net_margin and current_ratio.
Inferred read-onlycompare_companiesCompares one normalized metric across several filers in a single call, with reporting periods aligned so companies whose fiscal calendars end in different months still line up period by period.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sec-edgar-mcp]
url = "https://api.toolfeeds.com/sec-edgar-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sec-edgar-mcp": {
"type": "http",
"url": "https://api.toolfeeds.com/sec-edgar-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sec-edgar-mcp
Remote MCP URL: https://api.toolfeeds.com/sec-edgar-mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sec-edgar-mcp": {
"url": "https://api.toolfeeds.com/sec-edgar-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sec-edgar-mcp": {
"type": "http",
"url": "https://api.toolfeeds.com/sec-edgar-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sec-edgar-mcp",
"transport": "streamable-http",
"url": "https://api.toolfeeds.com/sec-edgar-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.