@pipeworx/ietf-datatracker
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/ietf-datatracker’s. Install: one-click buttons
Connect to just the @pipeworx/ietf-datatracker pack
https://gateway.pipeworx.io/ietf-datatracker/mcp — only @pipeworx/ietf-datatracker’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 6
IETF Datatracker MCP — RFC + Internet-Draft metadata + working groups + people. Keyless.
Tools
rfc(number)— RFC by numberdocument(name)— document by name (e.g. “draft-ietf-quic-transport”)documents_search(states?, type?, name__contains?, limit?, offset?)— search documentswg(acronym)— working group by acronymwgs_search(limit?, offset?)— list working groupsperson(id)— person by id
Data source
https://datatracker.ietf.org/api/v1/ (Tastypie REST).
Tools
- 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.
Tools
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.person— Fetch an IETF Datatracker person record by numeric ID; returns name, email addresses, and affiliated organizations.rfc— Fetch IETF Datatracker metadata for an RFC by number (e.g. 9000); returns title, status, authors, publication date, and abstract.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.