← Registry

Analytics

kwant.sh

Provides financial market data including historical prices, quotes, fundamentals, and technical analysis indicators and signals.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected September 7, 2026

ENDPOINT 1

https://kwant.sh/mcp

No auth detected

MCP server metadata

Name
kwant
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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

get_price_history

Get historical OHLCV price bars for a ticker.

Inferred read-only
get_quote

Get the latest available quote for a ticker.

Inferred read-only
get_fundamentals

Get fundamental data for a ticker (profile + key ratios).

Inferred read-only
compute_indicator

Compute a technical indicator (RSI, MACD, SMA, EMA, BBANDS, ATR, ADX, STOCH) over a ticker's price history.

Inferred read-only
detect_signals

Detect classic technical-analysis signals on a ticker's price history.

Inferred read-only
compute_stats

Compute quantitative statistics (volatility, sharpe, max_drawdown, returns, beta, correlation) over a ticker's daily price history.

Inferred read-only
compare_tickers

Rank two or more tickers against each other by a single metric (total_return, volatility, sharpe, max_drawdown, last_price).

Inferred read-only
screen

Screen a stock universe for tickers matching quantitative filters (logical AND).

Inferred read-only
backtest

Backtest a simple long-only technical strategy on daily price history.

Inferred read-only
screen_with_scores

Rank a stock universe by a continuous cross-sectional signal score (rank 1 = highest z-score).

Inferred read-only
compute_universe_scores

Score and rank a universe of tickers by a cross-sectional signal.

Inferred read-only
build_monthly_universe

Rank a universe of tickers by monthly dollar volume with trailing returns.

Inferred read-only
construct_portfolio

Turn a {ticker: score} mapping into long-only portfolio weights.

Inferred read-only
run_portfolio_backtest

Backtest a rebalanced, multi-ticker, long-only quant portfolio.

Inferred read-only
compute_portfolio_stats

Compute portfolio-level statistics for a weighted basket of tickers.

Inferred read-only
compute_correlation_matrix

Compute the pairwise return-correlation matrix for a list of tickers.

Inferred read-only

CONNECT 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.

Trust status Neutral

kwant.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.