MCP server exposing 5 tools for pangaea.
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/pangaea/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Full-text search of PANGAEA earth/environmental science datasets (oceanography, climate, geology, biology, paleo). Returns dataset title, DOI, authors, year, and topics. Use for questions like "ocean temperature datasets", "Arctic sea ice cores", "CO2 flux measurements".dataset — Full metadata for one PANGAEA dataset by its numeric ID (e.g. 921708).dataset_by_doi — Full metadata for one PANGAEA dataset by DOI (e.g. "10.1594/PANGAEA.921708" or the doi.org URL).recent — Most recently published PANGAEA datasets (newest DOI registrations first).facets — Aggregate matching datasets by a facet — top values of a category field (e.g. "agg-mainTopic", "agg-author", "agg-method", "agg-location", "agg-campaign") with counts. Optionally scoped to a full-text query.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pangaea/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io