MCP server exposing 3 tools for elife.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/elife/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_articles — Search eLife — the open-access journal for life sciences & biomedicine — for articles by keyword (gene, disease, method, organism, author, etc.). Returns matching articles with id, title, type, DOI, publication date, authors, and subjects. Keyless.get_article — Get the full metadata and abstract for a single eLife article by its id (e.g. "107545"). Returns title, DOI, type, publication date, authors, abstract, and subjects. Keyless.latest_articles — List the most recently published eLife articles (newest first). eLife is the open-access journal for life sciences & biomedicine. Returns id, title, type, DOI, publication date, and authors. Keyless.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/elife/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io