mcp-rfc
4
The RFC MCP Server is designed to interact with RFC documents available on ietf.org, offering functionalities such as fetching, parsing, reading, and searching RFC documents programmatically. It supports both HTML and TXT formats for better accessibility and performance.
RFC MCP Server
An MCP server for fetching, parsing, and reading RFCs from the ietf.org website. It offers tools 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
Available Tools
get_rfc
Fetch an RFC document by its number with options for output format.
search_rfcs
Search for RFCs by keyword with an optional limit on results.
get_rfc_section
Retrieve a specific section from an RFC.
Available Resources
Resource Templates
rfc://{number}
: Fetch an RFC by numberrfc://search/{query}
: Search for RFCs by keyword.
License
Licensed under the Apache License 2.0.