Smart lists in your AI assistant
Put every QuantApe smart list inside the assistant you already use. Connect ChatGPT, Claude, Cursor, VS Code, Gemini CLI or any other assistant that speaks the Model Context Protocol (MCP), and ask which lists a ticker is in, what changed overnight, or for a list with valuation, momentum and earnings metrics — and let it cross-reference them for you.
Put every QuantApe smart list inside the assistant you already use. Ask ChatGPT, Claude or any MCP-capable assistant which lists a ticker is in, what changed overnight, or to pull a list with valuation, momentum and earnings metrics — and let it cross-reference them for you.
Ask things like
- “What's going on with my watchlist today?”
- “How is the market doing today, and how is my watchlist doing against it?”
- “Which smart lists is NVDA in right now?”
- “Show me the oversold reversal list and tell me which names also have a golden cross.”
- “What moved into or out of the short-squeeze candidates since the last rebuild?”
- “Give me the contrarian value list with PEG, beta and next earnings date, and rank by the biggest drop from the 52-week high.”
- “Compare the high-alpha small-cap list with the momentum-breakout list and tell me what overlaps.”
MCP endpoint (Streamable HTTP)
https://mcp.quantape.com/mcp
MCP client config
{
"mcpServers": {
"quantape": {
"type": "http",
"url": "https://mcp.quantape.com/mcp"
}
}
}Paste into your client's MCP config (Cursor, VS Code, Claude Desktop, Windsurf, …).
Client examples
ChatGPT: Settings → Connectors → Add custom connector → paste the endpoint above.
Claude: Settings → Connectors → Add custom connector → paste the endpoint above.
Or, Claude Code:
claude mcp add --transport http quantape https://mcp.quantape.com/mcp
Cursor / VS Code: Use the client config JSON above.
Gemini CLI
gemini mcp add --transport http quantape https://mcp.quantape.com/mcp
Tools
| Tool | Description | Free per day | Then per call |
|---|---|---|---|
| list_smart_lists | Browse the catalog of QuantApe smart lists by category. | Unlimited | — |
| get_list_criteria | Metadata for one smart list — name, description, category. | Unlimited | — |
| get_smart_list | Symbols currently in a smart list. | 5 / 10 / 50 | $0.01 |
| get_smart_list_metrics | Per-symbol price, valuation, earnings-reaction and technical metrics for a list. | 5 / 10 / 50 | $0.05 |
| get_smart_list_changes | Symbols added to / removed from a list since its last recorded baseline. | 5 / 10 / 50 | $0.02 |
| find_symbol_lists | Which smart lists currently contain a given ticker. | 5 / 10 / 50 | $0.01 |
| get_my_watchlist | Your own watchlist with today's move, metrics and latest headlines per symbol (signed in only). | 5 / 10 / 50 | $0.05 |
| get_market_overview | Today's market read: daily overview, fear & greed (market and per sector), sector rotation and market-cycle phase, market-news analysis. Pick sections to keep it small. | 5 / 10 / 50 | $0.02 |
Free per day = anonymous (by IP) / signed in / power user. Beyond that, each call is paid in USDC via x402.
Informational only, not investment advice. Errors are never charged; no refunds for data quality. Terms of Service.
Listed on Smithery and the official MCP Registry as QuantApe Markets.
How billing works
Every client gets a free daily allowance — by IP address for anonymous connections, or a larger allowance tied to your account once you connect with your session token. Beyond the daily allowance, each metered call returns an x402 payment challenge settled in USDC. Billing currently runs on Base Sepolia, a test network, while the feature is in preview — no real funds are involved yet.
Disclaimer and payment terms
QuantApe data is informational only and not investment advice. Smart lists, metrics, market analyses and recommendations are generated by rules and models from third-party data and may be stale, incomplete or wrong — verify before acting. Metered tools charge USDC via x402 beyond the free daily allowance; tool errors are never charged and there are no refunds for data quality. Payments are final once settled on-chain. See our Terms of Service.