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

PathPriceSettlementBest for
x402$0.01 / callBase mainnet · USDC · per callAutonomous agents with their own wallets
Apify$0.005 / callApify monthly billingSubscription-style integrations

Tool surface

A representative slice. Full reference in the documentation.

ToolPurpose
get_quoteReal-time price, change, volume, market cap for a ticker
get_company_profileCompany description, sector, industry, exchange, IPO date
get_income_statementQuarterly or annual income statement
get_balance_sheetQuarterly or annual balance sheet
get_cash_flowQuarterly or annual cash flow statement
get_key_metricsP/E, P/B, ROE, debt-to-equity, dividend yield
get_analyst_estimatesConsensus EPS and revenue forecasts
get_earnings_calendarUpcoming earnings dates by ticker or window
search_symbolSymbol 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"
    }
  }
}