An MCP server that parses RFC documents in XML format,
providing structured access to:
- Document structure and sections
- Normative requirements (MUST/SHOULD/MAY)
- RFC dependencies (normative/informative references)
- Implementation checklists
- Term definitions
Supports both RFC XML (RFC 8650+) and text fallback for older RFCs.
服务器配置
{
"mcpServers": {
"rfcxml": {
"command": "npx",
"args": [
"-y",
"@shuji-bonji/rfcxml-mcp"
]
}
}
}