AutoSearch exposes a complete systematic-review pipeline as 6 MCP tools — not a thin search wrapper. `autosearch_run_research` launches an async PRISMA 2020 run (multi-source academic search across OpenAlex, Crossref, PubMed, Semantic Scholar, arXiv, ClinicalTrials.gov, DBLP and DOAJ; screening with recorded inclusion/exclusion decisions; evidence synthesis; IMRAD paper with APA references and PRISMA flow counts). Companion tools poll status, fetch the finished paper (markdown/JSON/PDF), verify any DOI live against Crossref, run one-shot evidence searches, and list runs. Citations are verified by construction: every DOI is checked against the Crossref API before it enters a deliverable, and a re-runnable citation-integrity benchmark is published at https://exatoshi.uk/trust (latest: 99/99 DOIs resolved, 0 fabricated, across 23 real deliverables — failures would be published too). Auth is a single `x-api-key` header; free account includes 50 credits. Docs with schemas, JSON examples and credit costs: https://exatoshi.uk/developers
Server Config
{
"mcpServers": {
"autosearch": {
"type": "http",
"url": "https://exatoshi.uk/mcp",
"headers": {
"x-api-key": "YOUR_AUTOSEARCH_API_KEY"
}
}
}
}