# Leeway > Leeway is the KI-Analyst for stocks: Business-Rating, Market-Fit-Rating and Cycle-Rating combined in the Leeway-Score. The same platform exposes a financial data API and MCP server for AI assistants (Cursor, Claude, ChatGPT). ## Product - [Leeway](https://leeway.tech/): AI stock analysis for 25,000+ equities. Three ratings plus an aggregated Leeway-Score. - [Business-Rating](https://leeway.tech/hilfe/scores/business): LLM analysis of business-model quality (moat, scaling, customers, management, risks), independent of the current price. - [Business-Rating step by step](https://leeway.tech/hilfe/scores/business#reasoning): Context, Analyze, Reasoning, Fact-check, then a quality score — not a buy signal. - [Market-Fit-Rating](https://leeway.tech/hilfe/scores/marketfit): Machine-learning score from 18 fundamental KPIs (profitability, finances, price/value), regime-adaptive. - [Cycle-Rating](https://leeway.tech/hilfe/scores/cycle): Timing versus the stock's own valuation history (cheap/expensive zones). - [Leeway-Score](https://leeway.tech/hilfe/scores): Equal-weight aggregate of Business, Market-Fit and Cycle (each 1/3). - [How a stock hypothesis is formed](https://leeway.tech/hilfe/scores#hypothesis): quality, fundamentals, timing, then the CIO Perspective for the market regime — not a buy signal from one score. - [CIO Perspective](https://leeway.tech/hilfe/scores#cioview): market-regime judgment (stance, allocation, watchlist) distilled from the meta market hypothesis. The live view is in [Market Analysis](https://leeway.tech/analyse/marktanalyse). - [Help & methodology](https://leeway.tech/hilfe): How to screen, read the ratings, and decide. - [Plans & pricing](https://leeway.tech/payment/plans): Free (DAX-40), Investor and Trader analysis packages; separate API packages. - [MCP](https://leeway.tech/mcp): Connect Leeway data to Cursor, Claude or ChatGPT. - [Data API](https://leeway.tech/data-api): REST market data (quotes, fundamentals, forecasts, screener). ## Data API & MCP 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. - 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: OAuth 2.1 (MCP, auto-discovered) or API token via `Authorization: Bearer YOUR_TOKEN` (MCP) or `?apitoken=` (REST) - Free tier: 50 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 ### Claude, ChatGPT (OAuth) Add `https://mcp.leeway.tech/mcp` as a custom connector. The client discovers the OAuth endpoints automatically (RFC 9728 protected resource metadata) and opens a Leeway login + consent screen. No manual token handling required. ### Remote (Streamable HTTP) — Cursor, VS Code, most MCP clients - URL: `https://mcp.leeway.tech/mcp` - Header: `Authorization: Bearer YOUR_TOKEN` ### Claude Desktop / other stdio-only clients (bridge via mcp-remote) For clients without OAuth or remote HTTP support, 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 - MCP onboarding: https://leeway.tech/mcp - MCP setup guide: https://leeway.tech/mcp/setup - 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