Analytics
kwant.sh
Provides financial market data including historical prices, quotes, fundamentals, and technical analysis indicators and signals.
ENDPOINT 1
https://kwant.sh/mcp
MCP server metadata
- Name
- kwant
- Version
- 0.1.0
Kwant returns quantitative analysis over US and TSX equities — quotes, indicators, signals, screens, factor scores, portfolios, and backtests — as structured JSON. Output is for research and informational purposes only. It is NOT investment, financial, or trading advice, and not a recommendation to buy or sell any security. Market data may be delayed or inaccurate; backtested results do not guarantee future performance. The user is responsible for any decision made using this output. See https://kwant.sh/terms. Pricing: initialize and tools/list are free; tools/call is paid ($0.005 per data/signal tool, $0.010 per intelligence tool — the price is in each tool's description). Two ways to pay: (1) keyless x402 pay-per-call — a priced call returns HTTP 402 with a base64 PAYMENT-REQUIRED header describing the amount (USDC on Base); sign it and retry the same call with a PAYMENT-SIGNATURE header. (2) A prepaid API key from https://kwant.sh — send it as `Authorization: Bearer kwant_…` and calls draw down the balance with no per-call signing.
Known tools 16
compute_indicatorCompute a technical indicator (RSI, MACD, SMA, EMA, BBANDS, ATR, ADX, STOCH) over a ticker's price history.
Inferred read-onlydetect_signalsDetect classic technical-analysis signals on a ticker's price history.
Inferred read-onlycompute_statsCompute quantitative statistics (volatility, sharpe, max_drawdown, returns, beta, correlation) over a ticker's daily price history.
Inferred read-onlycompare_tickersRank two or more tickers against each other by a single metric (total_return, volatility, sharpe, max_drawdown, last_price).
Inferred read-onlyscreenScreen a stock universe for tickers matching quantitative filters (logical AND).
Inferred read-onlyscreen_with_scoresRank a stock universe by a continuous cross-sectional signal score (rank 1 = highest z-score).
Inferred read-onlycompute_universe_scoresScore and rank a universe of tickers by a cross-sectional signal.
Inferred read-onlybuild_monthly_universeRank a universe of tickers by monthly dollar volume with trailing returns.
Inferred read-onlyconstruct_portfolioTurn a {ticker: score} mapping into long-only portfolio weights.
Inferred read-onlyrun_portfolio_backtestBacktest a rebalanced, multi-ticker, long-only quant portfolio.
Inferred read-onlycompute_portfolio_statsCompute portfolio-level statistics for a weighted basket of tickers.
Inferred read-onlycompute_correlation_matrixCompute the pairwise return-correlation matrix for a list of tickers.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kwant]
url = "https://kwant.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kwant": {
"type": "http",
"url": "https://kwant.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kwant
Remote MCP URL: https://kwant.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kwant": {
"url": "https://kwant.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kwant": {
"type": "http",
"url": "https://kwant.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kwant",
"transport": "streamable-http",
"url": "https://kwant.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kwant.sh was fetched 2026-07-26T18:08:22.385Z and is being refreshed.
kwant.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.