Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Pokemon Server
  • sysauto Ask MCP Server
  • TxtAi Memory Vector Server
  • GitHub PR Comments MCP Server
  • Claude MCP Server
Back to MCP Servers
RFC MCP Server

RFC MCP Server

Public
mjpitz/mcp-rfc

Fetch, search, and extract sections from RFC documents programmatically using a Model Context Protocol server that parses HTML and TXT formats with caching for enhanced performance.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with RFC MCP Server

MCP Server

Unlock the full potential of RFC MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

RFC MCP Server

An MCP server for fetching, parsing, and reading RFCs from the ietf.org website. This server provides tools and resources to interact with RFC documents programmatically.

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

Installation

Configure your MCP settings file to use the server:

{ "mcpServers": { "rfc-server": { "command": "npx", "args": ["@mjpitz/mcp-rfc"], "disabled": false, "autoApprove": [] } } }

Available Tools

get_rfc

Fetch an RFC document by its number.

Parameters:

  • number (string, required): RFC number (e.g. "2616")
  • format (string, optional): Output format (full, metadata, sections), default: "full"

Example:

{ "number": "2616", "format": "metadata" }

search_rfcs

Search for RFCs by keyword.

Parameters:

  • query (string, required): Search keyword or phrase
  • limit (number, optional): Maximum number of results to return, default: 10

Example:

{ "query": "http protocol", "limit": 5 }

get_rfc_section

Get a specific section from an RFC.

Parameters:

  • number (string, required): RFC number (e.g. "2616")
  • section (string, required): Section title or number to retrieve

Example:

{ "number": "2616", "section": "Introduction" }

Available Resources

Resource Templates

  • rfc://{number}: Get an RFC document by its number
  • rfc://search/{query}: Search for RFCs by keyword

Development

  • Run in watch mode: npm run dev
  • Start the server: npm run start

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Implementation Details

The server implements two main components:

  1. RFC Service: Handles fetching, parsing, and extracting data from RFCs
  2. MCP Server: Implements the MCP protocol and exposes tools and resources

The RFC service supports both HTML and TXT format RFCs, attempting to use HTML first for better structure, then falling back to TXT format if needed.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation enabling interaction with the PokeAPI to fetch dynamic Pokémon data and...

    Added May 30, 2025
  • sysauto Ask MCP Server
    sysauto Ask MCP Server

    Integrates the Sonar API with Model Context Protocol to enable real-time, web-wide research and live...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol server offering advanced semantic search, persistent memory management, tag-b...

    Added May 30, 2025
  • GitHub PR Comments MCP Server
    GitHub PR Comments MCP Server

    Fetch GitHub Pull Request comments with detailed file paths, line ranges, and threaded replies via a...

    Added May 30, 2025
  • Claude MCP Server
    Claude MCP Server

    Lightweight Model Context Protocol server enabling real-time web search integration with Claude AI u...

    Added May 30, 2025