tizee_mcp-server-ietf
If you are the rightful owner of tizee_mcp-server-ietf 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.
A Model Context Protocol server for fetching IETF documents (RFCs) for Large Language Models.
The MCP-Server-IETF is a Model Context Protocol server designed to provide access to IETF RFC documents, enabling Large Language Models to retrieve RFC specifications through a standardized interface. The server is capable of downloading and caching RFC indexes and documents, searching RFCs by keywords in titles, accessing RFC documents with pagination support, and extracting metadata such as page numbers from documents. It is implemented in Python and requires Python 3.11 or higher, with dependencies specified in the pyproject.toml file. The server can be started directly or used with the MCP inspector for enhanced functionality.
Features
- Download and cache RFC index and documents
- Search RFCs by keyword in titles
- Access RFC documents with pagination support
- Extract metadata like page numbers from documents
Tools
list_docs_number
Get the total number of RFC documents available in the index
get_doc
Get documents through RFC numbers and support paging
search_rfc_by_keyword
Search RFC document titles by keyword