Stock Price — Real-Time Quotes, US & International
https://server.smithery.ai/axel-belfort/stock-price/mcp
● healthy
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.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/stock-price/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/stock-price/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/stock-price-x402