INDIVIDUAL MCP TOOL
get_company_profile
Registrant 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.
LIVE ENDPOINT
https://financials.page/api/mcp
Connect to this endpoint to inspect the live schema for get_company_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.
Related tools
search_companies— Search ~8,000 SEC-reporting companies by name or ticker.get_company_financials— Annual (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.