# Leeway Financial Data API > European-first forecast and analytics market data API with MCP support for AI assistants (Cursor, Claude, ChatGPT). Leeway provides REST and MCP access to financial forecasts, fundamental screening, and historical market capitalization across 70+ exchanges and 100,000+ tickers. The full data API (quotes, fundamentals, dividends, macro, and more) is available to account holders — see the full reference below. ## Product - Name: Leeway Data API - Website: https://leeway.tech/data-api - API base: https://api.leeway.tech/api/v1/public - OpenAPI: https://api.leeway.tech/openapi.json - MCP (remote): https://mcp.leeway.tech/mcp - Auth: API token via `Authorization: Bearer YOUR_TOKEN` (MCP) or `?apitoken=` (REST) - Free tier: 100 request units/day after signup - Paid: 100,000 request units/day ## Coverage - 70+ exchanges (XETRA, Frankfurt, Euronext, LSE, NYSE, NASDAQ, ...) - 100,000+ tickers - Financial forecasts (revenue, net income, EPS) - Key figures, fundamental screening, relative move, benchmark performance - Historical market capitalization ## MCP Setup ### Remote (Streamable HTTP) — Cursor, VS Code, most MCP clients - URL: `https://mcp.leeway.tech/mcp` - Header: `Authorization: Bearer YOUR_TOKEN` ### Claude Desktop (stdio bridge via mcp-remote) Claude Desktop's "Add custom connector" UI only supports OAuth, which this API doesn't use. Bridge in via the `mcp-remote` npm package instead (runs via `npx`, no Leeway server to install): ```json { "mcpServers": { "leeway": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.leeway.tech/mcp", "--header", "Authorization:Bearer YOUR_TOKEN"] } } } ``` ## Key MCP Tools - `general_isin` — resolve ISIN or name to symbol/exchange listings - `general_symbols` — list symbols for an exchange - `general_screener` — filter stocks by fundamentals - `fundamentals_forecast` — financial forecasts for SYMBOL.EXCHANGE - `fundamentals_keyfigures` — calculated metrics as time series - `historicalquotes_marketcap` — historical market capitalization - `historicalquotes_benchmark` — performance vs. benchmark indices - `live_relative-move` — unusual price move detection - `general_dailyrequestsleft` — remaining daily request units ## Docs - API docs: https://leeway.tech/data-api - Full tool reference: https://leeway.tech/llms-full.txt - Account / token: https://leeway.tech/account ## Contact kontakt@leeway.tech