{
  "schema_version": "v1",
  "name_for_model": "kwant",
  "name_for_human": "Kwant — Quant Intelligence",
  "description_for_model": "Quant intelligence as an MCP endpoint for quantitative analysis on US and TSX equities, across three layers — data, signal, and intelligence. 16 tools: get_quote, get_price_history, get_fundamentals, compute_indicator, detect_signals, compute_stats, compare_tickers, compute_correlation_matrix, screen, screen_with_scores, build_monthly_universe, compute_universe_scores, construct_portfolio, compute_portfolio_stats, backtest, run_portfolio_backtest. Connect over the Model Context Protocol at the mcp endpoint. Every request (including initialize and tools/list) requires an API key; the handshake carries no charge. tools/call is charged per query ($0.005 data/signal, $0.010 intelligence) drawn from a prepaid balance or paid via an x402 X-Payment header (USDC on Base). See llms.txt for full details.",
  "description_for_human": "Quant intelligence for AI agents — signals, factor scores, screens, backtests and portfolios over US & TSX stocks, delivered as one MCP endpoint.",
  "api": {
    "type": "mcp",
    "url": "https://kwant.sh/mcp",
    "transport": "streamable-http",
    "is_user_authenticated": true
  },
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer",
    "instructions": "Every /mcp request requires Authorization: Bearer kwant_… (keys provisioned by Kwant). The handshake carries no charge; tools/call is charged from a prepaid balance or via an x402 X-Payment header (USDC on Base)."
  },
  "contact_email": "hello@kwant.sh",
  "legal_info_url": "https://kwant.sh/",
  "logo_url": "https://kwant.sh/favicon.svg"
}
