MCP server exposing 6 tools for ietf-datatracker.
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/ietf-datatracker/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
rfc — Fetch IETF Datatracker metadata for an RFC by number (e.g. 9000); returns title, status, authors, publication date, and abstract.document — Document by name (e.g. "rfc9000", "draft-ietf-quic-transport").documents_search — Search IETF Datatracker documents with optional filters for state (e.g. "active"), type (draft | rfc | charter), or name substring; returns document names, titles, and statuses.wg — Working group by acronym.wgs_search — List all IETF working groups in Datatracker with pagination; returns acronyms, names, area, and charter status for every active and concluded WG.person — Fetch an IETF Datatracker person record by numeric ID; returns name, email addresses, and affiliated organizations.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ietf-datatracker/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io