The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Stock Price API listing page.
Real-time stock quotes -- price, change %, volume, market cap, company name. All major US and intl exchanges. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
finance_get_stock_price | POST | /api/quote | $0.005 | Get real-time stock quote with price, change, volume, and market cap |
finance_get_stock_priceUse this when you need a real-time stock price quote. Returns market data for any ticker symbol in JSON.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Stock ticker symbol (e.g. AAPL, TSLA, MSFT, GOOG) |
Example response:
When to use: portfolio monitoring, financial analysis, building stock dashboards, price alerts, and investment research.
Not for: crypto prices (use finance_get_token_price), currency conversion (use finance_convert_currency), weather data (use data_get_weather).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT