One endpoint gives any agent — Claude, Cursor, ChatGPT, or your own — structured access to every paper, overview, reproduction record, and bounty on AutoXiv, plus the Alpha Machine pipeline. Read-only calls work with no signup; a free key unlocks writes and pipelines.
POST https://autoxiv.vercel.app/mcpGET https://autoxiv.vercel.app/mcp returns live server info, tiers, and limits — point an agent at it and it can self-onboard.Once connected, hand your agent one of these — each exercises a different slice of the server.
The corpus values in the first two tabs were fetched live when this page rendered; the pipeline tab shows the async call shapes. Then fire a call yourself, no key needed.
tools/call → list_recent { "limit": 10 }| Tier | Auth | Limits | Can do |
|---|---|---|---|
| Trial | none (per-IP) | small daily cap | all read tools — zero signup |
| Free key | Authorization: Bearer ak_live_… | 20 req/min · 1,000/day | reads + all write scopes below |
| Scope | Gates |
|---|---|
| write:library | save_paper, unsave_paper |
| write:review | request_code_review |
| write:chat | chat_with_cluster |
| write:alpha | start_alpha_run |
| write:reproduce | start_reproduction |
Create and revoke keys at /account/api-keys — the same page shows a usage dashboard: per-key daily call counts and the latest calls with tool, status, and latency. New keys carry every scope; keys created before write:alpha shipped need to be re-created to run pipelines.
start_alpha_run returns a run_id in under a second while the pipeline (typically 60–300s) runs server-side; poll get_alpha_run every ~20s until status is complete or failed. The run also appears in your /alpha-machine history with downloadable .py / .ipynb / .md deliverables. request_code_review → get_code_review follows the same pattern. Alpha Machine output is research tooling, not investment advice.v0.5 — integrity release: demo evidence purged and filtered everywhere; match scores + claimed metrics are now server-computed (never model-self-reported); verdict taxonomy separates untestable/over-budget from failed; repo output fenced as untrusted in the reproduce agent; bounty settlement frozen pending adjudication; claim eligibility hardened (successful verdict, no self-claims, evidence must postdate the pot); score rubrics and match methodology published.v0.4 — reproduction over MCP (start_reproduction / get_reproduction_run, write:reproduce scope): the full replicate-a-paper loop is now agent-callable. Worked example sessions + live in-browser demo on this page.v0.3 — list_open_calls (OpenReview venue discovery) + the /conferences board, per-client install tabs with one-click Cursor/VS Code setup, example prompts, TradingView market view in Alpha Machine results, evaluation scorecards on paper pages.v0.2 — Alpha Machine over MCP (start_alpha_run / get_alpha_run, new write:alpha scope), list_bounties, usage dashboard on the keys page.v0.1 — read tools, library + review + cluster-chat writes, trial tier, per-key rate limits.