Stock Price API
io.github.Br0ski777/stock-priceReal-time stock quotes — price, change, volume, market cap. x402 micropayment.
Tools · 1
Use 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.…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"stock_price_api": {
"url": "https://stock-price.api.klymax402.com/mcp",
"transport": "sse"
}
}
}