mcp-rfc

mcp-rfc

3.4

If you are the rightful owner of mcp-rfc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server for fetching, parsing, and reading RFCs from the ietf.org website.

The RFC MCP Server is designed to facilitate the programmatic interaction with RFC documents hosted on the ietf.org website. It provides a suite of tools that allow users to fetch RFC documents by their number, search for RFCs using keywords, and extract specific sections from these documents. The server supports both HTML and TXT formats, prioritizing HTML for its structured format but falling back to TXT when necessary. Additionally, it includes caching mechanisms to enhance performance by reducing redundant data retrieval. The server is implemented with a focus on ease of integration, allowing developers to configure their MCP settings to utilize the server efficiently. It is built to support various development environments and is licensed under the Apache License 2.0.

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

Tools

  1. get_rfc

    Fetch an RFC document by its number.

  2. search_rfcs

    Search for RFCs by keyword.

  3. get_rfc_section

    Get a specific section from an RFC.