Stock Price — Real-Time Quotes, US & International
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.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/stock-price
# Browse available tools
npx -y smithery tool list axel-belfort/stock-price
# Get full schema for a tool
npx -y smithery tool get axel-belfort/stock-price finance_get_stock_price
# Call a tool
npx -y smithery tool call axel-belfort/stock-price finance_get_stock_price '{}'Direct MCP Connection
Endpoint: https://stock-price--axel-belfort.run.tools
Tools (1)
finance_get_stock_price— Use this when you need a real-time stock price quote. Returns market data for any ticker symbol in JSON.
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/stock-price