Skip to main content
Glama

RFC MCP Server

by mjpitz

search_rfcs

Find relevant RFC documents by entering keywords or phrases, specifying result limits to refine your search. Use this tool within the RFC MCP Server to access and manage IETF RFC content programmatically.

Instructions

Search for RFCs by keyword

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
queryYesSearch keyword or phrase

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "Search keyword or phrase", "type": "string" } }, "required": [ "query" ], "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