Rfcxml Mcp
@shuji-bonji
关于 Rfcxml Mcp
An MCP server that parses RFC documents in XML format,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rfcxml": {
"command": "npx",
"args": [
"-y",
"@shuji-bonji/rfcxml-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Rfcxml Mcp?
Rfcxml Mcp is a Model Context Protocol (MCP) server for structured understanding of RFC documents. It leverages the semantic structure of RFCXML to extract normative requirements (MUST/SHOULD/MAY), build dependency graphs, manage definition scopes, and generate implementation checklists. It is designed for AI assistants and human developers who need precise analysis of RFC specifications.
How to use Rfcxml Mcp?
Add the server to your MCP configuration file (Claude Desktop or Claude Code) using the command npx -y @shuji-bonji/rfcxml-mcp. Optionally install globally via npm install -g @shuji-bonji/rfcxml-mcp and use rfcxml-mcp as the command. Tools are invoked through the MCP client.
Key features of Rfcxml Mcp
- RFC text retrieval and section extraction with structural awareness
- Normative requirements extraction (MUST/SHOULD/MAY) with structured output
- RFC dependency graph construction (normative/informative)
- Definition scope management and related sections
- Implementation checklist generation
- Automatic fallback to text format for legacy RFCs
Use cases of Rfcxml Mcp
- Extracting all MUST requirements from an RFC for compliance checking
- Building a dependency graph of referenced RFCs for impact analysis
- Generating an implementation checklist from a protocol specification
- Verifying if a statement complies with the normative requirements of an RFC
- Managing term definitions and their scope within a single RFC
FAQ from Rfcxml Mcp
How is Rfcxml Mcp different from existing text-based RFC MCP servers?
Unlike text-based servers, it uses RFCXML structural data to extract requirements, conditions, exceptions, dependencies, and checklists that are not available from plain text.
How does Rfcxml Mcp handle RFCs published before RFC 8650?
It has automatic fallback – when official RFCXML is not available, it parses the text format instead, with a note indicating reduced accuracy.
What source information is included in the response?
Every response includes a _source field ("xml" or "text") and a _sourceNote when text fallback is used, so you know the reliability of the data.
What tools does Rfcxml Mcp provide?
Tools include get_rfc_structure, get_requirements, get_definitions, get_rfc_dependencies, get_related_sections, validate_statement, and generate_checklist.
How do I configure Rfcxml Mcp with Claude Desktop or Claude Code?
Add the server entry to your MCP config file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS) with command npx -y @shuji-bonji/rfcxml-mcp.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论