Skip to main content
Glama

RFC MCP Server

by mjpitz

get_rfc

Retrieve RFC documents by number in full, metadata, or sections format using the RFC MCP Server for programmatic access to IETF standards.

Instructions

Fetch an RFC document by its number

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (full, metadata, sections)full
numberYesRFC number (e.g. "2616")

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "format": { "default": "full", "description": "Output format (full, metadata, sections)", "enum": [ "full", "metadata", "sections" ], "type": "string" }, "number": { "description": "RFC number (e.g. \"2616\")", "type": "string" } }, "required": [ "number" ], "type": "object" }
Install Server

Other Tools from RFC MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjpitz/mcp-rfc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server