# rfc-server

Search and fetch RFCs by keyword or number. Jump directly to specific sections for precise citations. Speed up standards research and technical writing.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xiaobenyang-com/rfc-server

# Browse available tools
npx -y @smithery/cli@latest tool list xiaobenyang-com/rfc-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/rfc-server get_rfc

# Call a tool
npx -y @smithery/cli@latest tool call xiaobenyang-com/rfc-server get_rfc '{}'
```

## Direct MCP Connection

Endpoint: `https://rfc-server--xiaobenyang-com.run.tools`

## Tools (3)

- `get_rfc` — Fetch an RFC document by its number
- `search_rfcs` — Search for RFCs by keyword
- `get_rfc_section` — Get a specific section from an RFC

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/rfc-server <tool-name>
```

---

Source: https://github.com/xiaobenyang-com/1777316659312643
