{"name":"AutoSearch","title":"AutoSearch — PRISMA 2020 systematic reviews as MCP tools","version":"1.0.0","protocolVersion":"2024-11-05","description":"PRISMA 2020 systematic review pipeline as MCP tools — verified citations by construction. Search 8 scholarly sources (OpenAlex, Crossref, PubMed, Semantic Scholar, arXiv, ClinicalTrials.gov, DBLP, DOAJ), verify every DOI live against Crossref, and generate IMRAD papers with a published citation-integrity benchmark (failures included).","icon":"https://exatoshi.uk/static/pwa/icon-512.png","homepage":"https://exatoshi.uk","server_url":"https://exatoshi.uk/mcp","documentation_url":"https://exatoshi.uk/developers","endpoints":[{"url":"https://exatoshi.uk/mcp","transport":"http","protocol":"json-rpc/2.0","capabilities":["tools"],"auth":{"type":"api_key","header_name":"x-api-key","key_prefix":"as_","get_key_url":"https://exatoshi.uk/account#api-keys"}}],"auth":{"type":"api_key","header_name":"x-api-key","key_prefix":"as_","get_key_url":"https://exatoshi.uk/account#api-keys"},"tools_count":6,"tools":[{"name":"autosearch_run_research","description":"Launch an AI scientific research run. Returns run_id immediately. Use get_run_status to poll.","inputSchema":{"type":"object","properties":{"prompt":{"type":"string","description":"Research question or topic"},"depth":{"type":"string","enum":["quick-scan","standard-review","deep-review"],"default":"standard-review"}},"required":["prompt"]},"credits":"4 (quick-scan) / 8 (standard-review) / 18 (deep-review)","example":{"input":{"prompt":"Retrieval-augmented generation for clinical decision support: evidence and limitations","depth":"standard-review"},"output":{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500","status":"starting","depth":"standard-review","credits_charged":8,"status_url":"https://exatoshi.uk/runs/knowledge-lab-rag-clinical-decision-support-20260610-101500"}}},{"name":"autosearch_get_run_status","description":"Get the current status of a research run. Returns status, frontier_score, n_experiments, summary.","inputSchema":{"type":"object","properties":{"run_id":{"type":"string"}},"required":["run_id"]},"credits":"free","example":{"input":{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500"},"output":{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500","status":"completed","frontier_score":81.1,"n_experiments":6,"summary":"Six experiments synthesized; evidence matrix covers 24 peer-reviewed sources.","research_question":"What is the documented evidence on RAG for clinical decision support?","started_at":"2026-06-10T10:15:00Z","last_heartbeat_at":"2026-06-10T10:52:00Z","report_url":"https://exatoshi.uk/runs/knowledge-lab-rag-clinical-decision-support-20260610-101500/report"}}},{"name":"autosearch_get_run_paper","description":"Get the generated paper for a completed run. Returns markdown, JSON metadata, or PDF download URL.","inputSchema":{"type":"object","properties":{"run_id":{"type":"string"},"format":{"type":"string","enum":["markdown","json","pdf_url"],"default":"markdown"}},"required":["run_id"]},"credits":"free","example":{"input":{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500","format":"pdf_url"},"output":{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500","format":"pdf_url","url":"https://exatoshi.uk/runs/knowledge-lab-rag-clinical-decision-support-20260610-101500/report.pdf"}}},{"name":"autosearch_verify_doi","description":"Verify a DOI via Crossref. Returns validity, title, authors, year, journal.","inputSchema":{"type":"object","properties":{"doi":{"type":"string","description":"DOI string with or without https://doi.org/ prefix"}},"required":["doi"]},"credits":"free","example":{"input":{"doi":"10.1038/s41586-020-2649-2"},"output":{"doi":"10.1038/s41586-020-2649-2","valid":true,"title":"Array programming with NumPy","authors":["Charles R. Harris","K. Jarrod Millman","Stéfan J. van der Walt"],"year":2020,"journal":"Nature","reason":""}}},{"name":"autosearch_search_evidence","description":"Search peer-reviewed evidence across academic sources without launching a full research run. Returns top N papers with metadata.","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"sources":{"type":"array","items":{"type":"string","enum":["arxiv","clinicaltrials","crossref","dblp","doaj","openalex","pubmed","semantic-scholar"]},"default":["openalex","crossref","pubmed","semantic-scholar"]},"limit":{"type":"integer","default":10,"maximum":50}},"required":["query"]},"credits":"1","example":{"input":{"query":"quantum dot solar cells efficiency","sources":["openalex","crossref"],"limit":2},"output":{"query":"quantum dot solar cells efficiency","sources":["openalex","crossref"],"limit":2,"results":[{"title":"Quantum dot solar cells: progress and prospects","authors":["A. Researcher","B. Scientist"],"year":2024,"journal":"Nature Energy","doi":"10.1038/s41560-024-00000-0","url":"https://doi.org/10.1038/s41560-024-00000-0","source":"openalex","snippet":"Recent certified efficiencies above 19% position quantum dot absorbers...","peer_reviewed":true}]}}},{"name":"autosearch_list_my_runs","description":"List the authenticated user latest research runs with status and frontier score.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":20,"maximum":100}}},"credits":"free","example":{"input":{"limit":2},"output":{"runs":[{"run_id":"knowledge-lab-rag-clinical-decision-support-20260610-101500","status":"completed","frontier_score":81.1,"n_experiments":6,"summary":"Six experiments synthesized; evidence matrix covers 24 peer-reviewed sources.","research_question":"What is the documented evidence on RAG for clinical decision support?","started_at":"2026-06-10T10:15:00Z","last_heartbeat_at":"2026-06-10T10:52:00Z","report_url":"https://exatoshi.uk/runs/knowledge-lab-rag-clinical-decision-support-20260610-101500/report"}]}}}],"pricing_url":"https://exatoshi.uk/pricing","links":{"documentation":"https://exatoshi.uk/developers","trust":"https://exatoshi.uk/trust","methodology":"https://exatoshi.uk/methodology","citation_benchmark":"https://exatoshi.uk/trust#benchmark","pricing":"https://exatoshi.uk/pricing","llms_txt":"https://exatoshi.uk/llms.txt","llms_full_txt":"https://exatoshi.uk/llms-full.txt"},"capabilities":{"protocols":["mcp/2024-11-05","json-rpc/2.0"],"async_jobs":true,"webhooks":false},"contact":"hello@autosearch.ch","citation_benchmark":{"claim":"0 fabricated DOIs by construction — every citation is Crossref-verified before it enters a deliverable.","dois_checked":99,"dois_resolved":99,"resolved_pct":100.0,"fabricated_count":0,"runs_analyzed":23,"generated_at":"2026-06-10","details_url":"https://exatoshi.uk/trust#benchmark"}}