Available as MCP tools:
paper_search + paper_read — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
paper_search returns the most relevant Quant Paper knowledge cards for a natural-language query — research on factors, anomalies, microstructure, ML for finance, and more. Use it as a literature entry point: when an agent needs to ground a claim in academic work (“is the momentum crash effect real?”, “what does the factor zoo paper actually say?”), call paper_search to surface candidate paperCardIds + availableSections, then paper_read to load the exact sections that answer the question.
The vectors are built from title + abstract + summary + tags, so a card-level hit is a green light to call paper_read for sections — paper_search deliberately does not return full text.
Agent flow
Response
paper_search response
PaperCard[]
required
Ranked array of paper cards (highest relevance first).
number
Credits consumed by this call (always
1 for search).number
Account credits remaining.
200 OK · paper_search
paper_read response
PaperReadResult
required
The selected sections of one paper card.
number
Always
0 for read.number
Account credits remaining.
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
paper_search — request parameters
paper_search — request parameters
Related
Wiki Search
Same two-step pattern over the curated Quant Wiki corpus (concepts, formulas, factors).
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.