Available as MCP tools:
wiki_search + wiki_read — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
wiki_search returns the most relevant Quant Wiki entries for a natural-language query — concepts, formulas, factors, and strategies. Use it as a research entry point: when an agent encounters a finance term mid-task (“what’s the Black-Scholes assumption?”, “explain pairs trading”), call wiki_search first to locate the right wikiItemIds, then wiki_read to load the full markdown body.
The hybrid ranker blends semantic similarity with keyword matching — so terse jargon and verbose questions both retrieve well.
Agent flow
Response
wiki_search response
WikiItem[]
required
Ranked array of wiki items (highest relevance first).
number
Credits consumed by this call (always
1 for search).number
Account credits remaining.
200 OK · wiki_search
wiki_read response
WikiItem
required
The full wiki entry.
number
Always
0 for read.number
Account credits remaining.
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
wiki_search — request parameters
wiki_search — request parameters
Related
Paper Search
Same two-step pattern over the academic paper corpus.
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.