INDIVIDUAL MCP TOOL
get_financials
The 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.
LIVE ENDPOINT
https://api.toolfeeds.com/sec-edgar-mcp
Connect to this endpoint to inspect the live schema for get_financials and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
list_metrics— Publishes the canonical metric vocabulary this server normalizes SEC XBRL facts into: for each metric its key (revenue, net_income, assets, operating_cash_flow, .company_profile— Resolves 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.list_filings— Recent 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.get_concept— The 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.compare_companies— Compares 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.