mcp-rfc-editor
Related Servers
Alternatives to mcp-rfc-editor
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceAn MCP server for obtaining, parsing and reading RFC documents from the ietf.org website, providing programmatic interactive tools.32Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server that enables programmatic access to IETF RFC documents, allowing users to fetch, search, and extract specific sections from RFCs.330 npm19Apache 2.0
- AlicenseBqualityBmaintenanceA Model Context Protocol (MCP) server for structured understanding of RFC documents.782 npm4MIT
- AlicenseCqualityDmaintenanceA Python-based text editor server built with FastMCP that provides tools for file operations. This server enables reading, editing, and managing text files through a standardized API following a multi-step process.1414MIT
- AlicenseBqualityCmaintenanceAn MCP server for reading, editing, and validating Microsoft Word documents with specialized support for track changes, comments, and footnotes. It enables structural auditing, heading extraction, and precise OOXML-level document manipulation through natural language tools.100411 PyPI50MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for analyzing, linting, formatting, and generating Markdown content. It enables users to programmatically manage Markdown files through features like table of contents generation, statistics calculation, and JSON-to-table conversion.22 npm1MIT
TDQS
Scored across 29 tools
Most tools have clearly distinct purposes, with getters/setters for specific fields and section operations. However, 'update_section' and 'set_section_by_title' are ambiguous as both update a section, and the distinction between them is unclear from descriptions.
The naming pattern is largely verb_noun with 'get_' and 'set_' for attributes, and 'add_', 'delete_', 'update_', 'list_' for sections. Deviations include 'to_dict' and 'set_section_by_title' which is a longer form, but overall consistent.
29 tools is relatively high for a document editor, with individual getters/setters for each field. While this provides clarity, it may be excessive; a more streamlined set with fewer, more generic tools could suffice.
The tool set covers core RFC editing operations: download, load, save, create, metadata fields, and section management. Minor gaps include lack of tools for section reordering or retrieving full document text directly.