Finance · MCP server
Real-time financial data for autonomous agents.
Stock fundamentals, market data, ratios, earnings, and global quotes — delivered to your agent over MCP, settled per call. US, EU, and APAC equities. Powered by Financial Modeling Prep.
Endpoint
Streamable HTTP · MCPPOST
https://mcp.toolstem.com/mcp/finance
Pricing
| Path | Price | Settlement | Best for |
|---|---|---|---|
| x402 | $0.01 / call | Base mainnet · USDC · per call | Autonomous agents with their own wallets |
| Apify | $0.005 / call | Apify monthly billing | Subscription-style integrations |
Tool surface
A representative slice. Full reference in the documentation.
| Tool | Purpose |
|---|---|
get_quote | Real-time price, change, volume, market cap for a ticker |
get_company_profile | Company description, sector, industry, exchange, IPO date |
get_income_statement | Quarterly or annual income statement |
get_balance_sheet | Quarterly or annual balance sheet |
get_cash_flow | Quarterly or annual cash flow statement |
get_key_metrics | P/E, P/B, ROE, debt-to-equity, dividend yield |
get_analyst_estimates | Consensus EPS and revenue forecasts |
get_earnings_calendar | Upcoming earnings dates by ticker or window |
search_symbol | Symbol search across global exchanges |
Quick start
Add to any MCP client. No account required for x402; an Apify token works for the subscription path.
Claude Desktop · claude_desktop_config.jsonx402
{
"mcpServers": {
"toolstem-finance": {
"transport": "streamable-http",
"url": "https://mcp.toolstem.com/mcp/finance"
}
}
}