uk.exatoshi/autosearch
Official6 toolsPRISMA 2020 systematic reviews as MCP tools - verified citations, IMRAD papers
Access verified PRISMA 2020 systematic reviews and citations for research and analysis.
Captured live from the server via tools/list.
autosearch_run_research
Launch an AI scientific research run. Returns run_id immediately. Use get_run_status to poll.
Parameters (2)
- promptstringrequired
Research question or topic
- depthstring
autosearch_get_run_status
Get the current status of a research run. Returns status, frontier_score, n_experiments, summary.
Parameters (1)
- run_idstringrequired
autosearch_get_run_paper
Get the generated paper for a completed run. Returns markdown, JSON metadata, or PDF download URL.
Parameters (2)
- run_idstringrequired
- formatstring
autosearch_verify_doi
Verify a DOI via Crossref. Returns validity, title, authors, year, journal.
Parameters (1)
- doistringrequired
DOI string with or without https://doi.org/ prefix
autosearch_search_evidence
Search peer-reviewed evidence across academic sources without launching a full research run. Returns top N papers with metadata.
Parameters (3)
- querystringrequired
- sourcesarray
- limitinteger
autosearch_list_my_runs
List the authenticated user latest research runs with status and frontier score.
Parameters (1)
- limitinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"autosearch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://exatoshi.uk/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.