MCP server exposing 5 tools for zenodo.
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/zenodo/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search Zenodo open-research repository for datasets, publications, software, and other research outputs by keyword query. Filterable by type, community, and sort order (mostrecent/bestmatch/mostviewed); returns metadata, DOI, and file links.record — Single record by Zenodo id.record_files — List files attached to a Zenodo record by its numeric id. Returns file names, sizes, checksums, and direct download URLs.communities — List or search Zenodo communities (thematic collections of records) by optional keyword query; returns community id, title, description, and record count.community_records — Fetch paginated records belonging to a Zenodo community by its slug id (e.g. "openaire"). Returns record metadata, DOIs, and file links for all items in the community.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/zenodo/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io