Analytics
financials.page
Provides tools to search SEC-registered companies and retrieve their profiles, industry classification, and multi-year financial statements.
ENDPOINT 1
https://financials.page/api/mcp
MCP server metadata
- Name
- financials-page
- Version
- 1.0.0
Look up SEC-reporting companies and their as-reported financials. Start with search_companies to resolve a name/ticker to a CIK, then call get_company_financials or get_company_profile. Money values are in the filer's reporting currency. Data refreshes daily from EDGAR; not investment advice.
Known tools 3
get_company_profileRegistrant profile for a company: industry (SIC), exchange and ticker, headquarters, state of incorporation, fiscal year end, filer category, website, and its most recent regulatory filings with links.
Inferred read-onlyget_company_financialsAnnual (up to 12 fiscal years) and quarterly (up to 12 quarters) financial series for a company, as reported to the SEC: revenue, margins inputs, net income, EPS (split-adjusted), cash flow, capex, buybacks, dividends, balance sheet items.
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.financials-page]
url = "https://financials.page/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"financials-page": {
"type": "http",
"url": "https://financials.page/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: financials-page
Remote MCP URL: https://financials.page/api/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": {
"financials-page": {
"url": "https://financials.page/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"financials-page": {
"type": "http",
"url": "https://financials.page/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "financials-page",
"transport": "streamable-http",
"url": "https://financials.page/api/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.