Quant intelligence,
as an endpoint.
Backtest a strategy, pull signals, screen and score stocks — ask in plain English and your agent runs it. One URL, no data plumbing, no Python. US & TSX equities.
$3 free · no card · works with Claude, Cursor, or any MCP client
https://kwant.sh/mcpSee it work
A real question, a real result — no signup, nothing to configure.
backtest(TSLA, sma_cross, 5y)
Running the backtest against live market data…
View raw tool result
// loading…
Start free — $3 in credits
Drop your email, we'll send an API key with $3 of credits — about 600 data queries or 300 intelligence queries. No card. Fund more later with POST /topup or pay per query with x402.
Check your inbox — we sent your API key + setup instructions to .
1 · Add to Claude Desktop or Cursor — paste into your MCP config (key already filled in):
2 · Or drop this prompt into any agent — Claude, Cursor, your own code:
Then paste this into Claude, Cursor, or any agent — swap in the key from your email and it wires up the server and starts querying.
Use the Kwant quant-intelligence MCP server at https://kwant.sh/mcp. Auth: send the header Authorization: Bearer YOUR_KWANT_KEY on every request. It exposes 16 tools over MCP. `initialize` and `tools/list` are free; each `tools/call` costs $0.005 (data/signal) or $0.010 (intelligence), billed to my prepaid balance (I have $3 of free trial credit) or paid via x402. First call tools/list to see what's available, then use the tools to answer my market questions — quotes, indicators, signals, screens, factor scores, backtests, and portfolios over US & TSX stocks. Tickers: US bare (AAPL), TSX as RY.TO. When you answer, name the tool(s) and tickers you used. Start by listing the tools and fetching a quote for AAPL.
One key, any number of agents — paste it into Claude, Cursor, or your own code and they all draw on the same balance. See llms.txt for the machine-readable spec.
Three layers
Market data is a commodity. Kwant turns it into judgment — data becomes signal, signal becomes intelligence.
Clean market data
Point-in-time quotes, OHLCV history, and fundamentals for US & TSX names — typed, cached at the edge.
get_price_history
get_fundamentals
Indicators & signals
Technical indicators, event detection, and risk/return statistics — the readable signals under the noise.
compute_stats · compare_tickers
compute_correlation_matrix
Factor scores & strategy
Screen and score whole universes, construct weighted portfolios, and backtest strategies. The quant desk's judgment.
compute_universe_scores · construct_portfolio
backtest · run_portfolio_backtest
16 tools · one endpoint
Discover them over tools/list. Priced per query at call time. Show full list ▾
Built for humans & agents
For the quant dev
Skip the data plumbing — no scraping wrappers, pandas, or cron jobs to babysit. One endpoint returns clean, typed intelligence, from a single quote to a full monthly-rebalanced portfolio backtest. Start free with $3.
For the agent
A first-class MCP tool surface. Attach the key its human provisioned,
discover tools over tools/list, query them with JSON args, and draw on the
prepaid balance — or pay per query in USDC via x402. The handshake carries no charge.
Pricing & payment rails
Start free with $3 in credits. After that, per-query and metered at the edge: $0.005 data/signal, $0.010 intelligence.
Prepaid — start free, top up by card
Every key opens with $3 of trial credit — no card. When it runs out, top up a
balance with a Stripe Checkout link (POST /topup) and each query debits it.
Watch it at GET /balance. Best for a human developer running an agent.
x402 — pay in USDC
Per-query crypto payment settled on-chain (Base mainnet, real USDC via the CDP
facilitator) — no API key, no signup. The 402 carries the requirements in a
base64 PAYMENT-REQUIRED header (x402 transport v2); retry with
PAYMENT-SIGNATURE and get the tx hash back in
PAYMENT-RESPONSE. Built for autonomous agents with a wallet.
An unpaid priced query returns a unified HTTP 402 advertising every
enabled rail (Accept-Payment: x402, prepaid). Capability negotiation is
never charged.
For agents
If you are an autonomous agent or a crawler, everything you need is machine-readable. Your human operator provisions the key (start free); you consume the endpoint with it:
/llms.txt | Plain-text capability + endpoint + pricing summary for LLMs |
/.well-known/ai-plugin.json | Plugin-style manifest pointing at the MCP endpoint |
/mcp | The MCP endpoint. Pay per call with x402 or attach a Kwant API key; initialize + tools/list carry no charge |
/sitemap.xml · /robots.txt | Crawl map. All reputable AI crawlers allowed |
With the key your operator provisioned, discover tools dynamically, price each query against the table above, and draw on the balance or settle per call with x402 — no human in the loop at query time.
FAQ
How do I add quant tools to Claude or Cursor?
Grab a free key above ($3 credit, no card), paste one MCP config block pointing at https://kwant.sh/mcp, and ask market questions in plain English.
Can an AI agent backtest a strategy?
Yes — see the demo. Ask, and the agent calls run_portfolio_backtest + compute_portfolio_stats and reads back Sharpe, CAGR, drawdown.
What does it cost?
$3 free to start, no card. Then $0.005 data/signal, $0.010 intelligence per query. Connecting is always free.
Do I need Python or a data API?
No. Hosted MCP endpoint — no install, no Python, no data-provider keys. One URL returns clean typed JSON.