# Stock Price API MCP server

Real-time stock quotes â€” price, change, volume, market cap. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-stock-price
- Repository: https://github.com/Br0ski777/stock-price-x402
- Website: https://github.com/Br0ski777/stock-price-x402

## Install
- Endpoint: https://stock-price.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://stock-price.api.klymax402.com/mcp

## Tools
- 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. marketCap 6. exchange (NYSE, NASDAQ, etc.) 7. previousClose 8. dayHigh and dayLow.

Example output: {"symbol":"AAPL","companyName":"Apple Inc.","price":198.45,"change":2.30,"changePercent":1.17,"volume":54200000,"marketCap":3050000000000,"exchange":"NASDAQ","previousClose":196.15,"dayHigh":199.10,"dayLow":196.80}

Use this FOR portfolio monitoring, financial analysis, building stock dashboards, price alerts, and investment research.

Do NOT use for crypto prices -- use finance_get_token_price instead. Do NOT use for currency conversion -- use finance_convert_currency instead. Do NOT use for weather data -- use data_get_weather instead. Endpoint: https://stock-price.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
