kwant
Quant Intelligence · MCP over Streamable HTTP · on the edge

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

endpoint  https://kwant.sh/mcp

See it work

A real question, a real result — no signup, nothing to configure.

agent · connected to kwant
01
Get a free key — email in, key + $3 out
02
Paste the prompt into Claude or Cursor
03
Ask market questions — quotes to backtests

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.

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.

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.

01 · DATA

Clean market data

Point-in-time quotes, OHLCV history, and fundamentals for US & TSX names — typed, cached at the edge.

get_quote
get_price_history
get_fundamentals
02 · SIGNAL

Indicators & signals

Technical indicators, event detection, and risk/return statistics — the readable signals under the noise.

compute_indicator · detect_signals
compute_stats · compare_tickers
compute_correlation_matrix
03 · INTELLIGENCE

Factor scores & strategy

Screen and score whole universes, construct weighted portfolios, and backtest strategies. The quant desk's judgment.

screen · screen_with_scores
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.

$3 free to start · then $0.005 / $0.010 per query from balance

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.

$0.005 data/signal · $0.010 intelligence — per query

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.txtPlain-text capability + endpoint + pricing summary for LLMs
/.well-known/ai-plugin.jsonPlugin-style manifest pointing at the MCP endpoint
/mcpThe MCP endpoint. Pay per call with x402 or attach a Kwant API key; initialize + tools/list carry no charge
/sitemap.xml · /robots.txtCrawl 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.