MCP Protocol
rfc-mcp exposes the Model Context Protocol on two transports, both served on port 8000.
Hosted instance:
https://rfc-mcp.connorw600.dev/mcp(Streamable HTTP) — free to use, no registration.
Transports
Streamable HTTP (recommended)
Or locally:
The current standard. Most MCP clients (opencode, etc.) prefer this.
SSE (legacy)
Or locally:
The original SSE-based transport. Kept for clients that don't yet support Streamable HTTP.
Tools
| Tool | Description | Input |
|---|---|---|
get_rfc |
RFC metadata + relations | number: int |
get_rfc_text |
Full plain-text body | number: int, max_chars?: int |
get_rfc_sections |
List of section headers | number: int |
get_rfc_section |
One section's content | number: int, section_id: str |
search_rfcs |
Full-text across docs | query: str, status?: str, limit?: int, offset?: int |
search_rfc_sections |
Full-text across sections | query: str, number?: int, limit?: int |
list_relations |
Relation links for an RFC | number: int |
list_rfcs |
Filter/paginate RFCs | status?: str, keyword?: str, author?: str, since?: str, until?: str, limit?: int, offset?: int |
Prompts
| Prompt | Description | Arguments |
|---|---|---|
summarize_rfc |
Structured summary | number: int |
compare_rfcs |
Side-by-side comparison | a: int, b: int |
check_deprecation |
Status check | number: int |