Stock Price — Real-Time Quotes, US & International
AI & Memory
Remote
1 tool
Stock market price API for AI agents. Real-time quotes: current price, daily change %, volume, market cap, and company name. All major US exchanges (NYSE, NASDAQ) and international markets. Tools: finance_get_stock_price. Use this for portfolio monitoring, market analysis, financial research, or building trading dashboards. IMPORTANT: For crypto prices, use finance_get_token_price instead. Returns: {price, change, volume, marketCap, name}. No API key required — x402 micropayment $0.002/call on Base L2.
How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://stock-price--axel-belfort.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
finance_get_stock_priceUse this when you need a real-time stock price quote. Returns market data for any ticker symbol in JSON. Returns: 1. symbol and companyName 2. price (current) 3. change and changePercent 4. volume 5.