Skip to main content
Glama

RFC MCP Server

by mjpitz

get_rfc

Fetch and retrieve RFC documents by their number in full text, metadata, or specific sections using the RFC MCP Server.

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" }

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