Описание
An MCP server for fetching RFC related information.
README
An MCP server for fetching, parsing, and reading RFCs from the ietf.org website. This server provides tools and resources to interact with RFC documents programmatically.
Features
- Fetch RFC documents by number
- Search for RFCs by keyword
- Extract specific sections from RFC documents
- Parse both HTML and TXT format RFCs
- Caching for better performance
Installation
Configure your MCP settings file to use the server:
{
"mcpServers": {
"rfc-server": {
"command": "npx",
"args": ["@mjpitz/mcp-rfc"],
"disabled": false,
"autoApprove": []
}
}
}
Available Tools
get_rfc
Fetch an RFC document by its number.
Parameters:
number(string, required): RFC number (e.g. "2616")format(string, optional): Output format (full, metadata, sections), default: "full"
Example:
{
"number": "2616",
"format": "metadata"
}
search_rfcs
Search for RFCs by keyword.
Parameters:
query(string, required): Search keyword or phraselimit(number, optional): Maximum number of results to return, default: 10
Example:
{
"query": "http protocol",
"limit": 5
}
get_rfc_section
Get a specific section from an RFC.
Parameters:
number(string, required): RFC number (e.g. "2616")section(string, required): Section title or number to retrieve
Example:
{
"number": "2616",
"section": "Introduction"
}
Available Resources
Resource Templates
rfc://{number}: Get an RFC document by its numberrfc://search/{query}: Search for RFCs by keyword
Development
- Run in watch mode:
npm run dev - Start the server:
npm run start
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Implementation Details
The server implements two main components:
- RFC Service: Handles fetching, parsing, and extracting data from RFCs
- MCP Server: Implements the MCP protocol and exposes tools and resources
The RFC service supports both HTML and TXT format RFCs, attempting to use HTML first for better structure, then falling back to TXT format if needed.
Установка Rfc
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mjpitz/mcp-rfcFAQ
Rfc MCP бесплатный?
Да, Rfc MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rfc?
Нет, Rfc работает без API-ключей и переменных окружения.
Rfc — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Rfc в Claude Desktop, Claude Code или Cursor?
Открой Rfc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Rfc with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
