MCP server exposing 5 tools for openalex.
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/openalex/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_works — Search scholarly/academic research across ALL fields — medicine, biology, neuroscience, genetics, chemistry, physics, materials science, computer science, economics, and beyond. Find recent studies, papers, and findings on any topic, gene, disease, drug, material, method, or theory by title, author, or keyword — e.g. "latest research on Kv7 potassium channels in epilepsy", "recent studies on semaglutide", "what has been published on X". Returns title, authors, journal, publication year, citation count, and abstract.search_authors — Find researchers by name or institution affiliation. Returns author name, ORCID, institution, publication count, and total citations.search_institutions — Find academic institutions by name or location (e.g., country code 'US', 'GB'). Returns institution name, country, type, publication count, and research areas.get_concept — Look up research fields or topics by name. Returns concept description, publication count, related concepts, and parent concepts in the academic hierarchy.get_scholarly_work — Fetch a single scholarly work from OpenAlex by its OpenAlex ID (e.g. "W2741809807") or DOI (e.g. "10.1038/s41586-021-03819-2"). Returns the full record + reconstructed abstract and the works it CITES (referenced_works) — for backward citation-graph navigation. Use after search_works, or whenever you have a DOI/ID. (Named get_scholarly_work to avoid colliding with Crossref get_work.)Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openalex/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io