Skip to main content
Glama

RFC MCP Server

by mjpitz

get_rfc_section

Extract a specific section from an RFC document by providing the RFC number and section details. Simplifies access to precise information within IETF RFCs.

Instructions

Get a specific section from an RFC

Input Schema

NameRequiredDescriptionDefault
numberYesRFC number (e.g. "2616")
sectionYesSection title or number to retrieve

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "number": { "description": "RFC number (e.g. \"2616\")", "type": "string" }, "section": { "description": "Section title or number to retrieve", "type": "string" } }, "required": [ "number", "section" ], "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