Skip to content
Back to search
90
MCP live v1.1.0 sse

Stock Price API

io.github.Br0ski777/stock-price

Real-time stock quotes — price, change, volume, market cap. x402 micropayment.

Uptime
33.3%
6 probes
Response
211ms
last probe
Tools
1
callable

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. Returns: 1. symbol and companyName 2. price (current) 3. change and changePercent 4. volume 5.…

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"
    }
  }
}