{"id":28158533,"url":"https://github.com/mjpitz/mcp-rfc","last_synced_at":"2025-05-15T09:20:06.339Z","repository":{"id":287475706,"uuid":"964729780","full_name":"mjpitz/mcp-rfc","owner":"mjpitz","description":"An MCP server for fetching RFC related information.","archived":false,"fork":false,"pushed_at":"2025-04-11T23:07:23.000Z","size":29,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T00:22:28.867Z","etag":null,"topics":["ai","mcp-server","rfc","rfcs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjpitz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T17:31:16.000Z","updated_at":"2025-04-11T23:07:40.000Z","dependencies_parsed_at":"2025-04-12T00:22:30.473Z","dependency_job_id":"1cc54a9a-6869-4016-8d5b-d62fff06ce64","html_url":"https://github.com/mjpitz/mcp-rfc","commit_stats":null,"previous_names":["mjpitz/mcp-rfc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fmcp-rfc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fmcp-rfc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fmcp-rfc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fmcp-rfc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjpitz","download_url":"https://codeload.github.com/mjpitz/mcp-rfc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310501,"owners_count":22049471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","mcp-server","rfc","rfcs"],"created_at":"2025-05-15T09:19:47.896Z","updated_at":"2025-05-15T09:20:06.335Z","avatar_url":"https://github.com/mjpitz.png","language":"TypeScript","funding_links":[],"categories":["Search \u0026 Data Extraction","🤖 AI/ML"],"sub_categories":["How to Submit"],"readme":"# RFC MCP Server\n\nAn 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.\n\n## Features\n\n- Fetch RFC documents by number\n- Search for RFCs by keyword\n- Extract specific sections from RFC documents\n- Parse both HTML and TXT format RFCs\n- Caching for better performance\n\n## Installation\n\nConfigure your MCP settings file to use the server:\n\n```json\n{\n  \"mcpServers\": {\n    \"rfc-server\": {\n      \"command\": \"npx\",\n      \"args\": [\"@mjpitz/mcp-rfc\"],\n      \"disabled\": false,\n      \"autoApprove\": []\n    }\n  }\n}\n```\n\n## Available Tools\n\n### get_rfc\n\nFetch an RFC document by its number.\n\n**Parameters:**\n- `number` (string, required): RFC number (e.g. \"2616\")\n- `format` (string, optional): Output format (full, metadata, sections), default: \"full\"\n\n**Example:**\n```json\n{\n  \"number\": \"2616\",\n  \"format\": \"metadata\"\n}\n```\n\n### search_rfcs\n\nSearch for RFCs by keyword.\n\n**Parameters:**\n- `query` (string, required): Search keyword or phrase\n- `limit` (number, optional): Maximum number of results to return, default: 10\n\n**Example:**\n```json\n{\n  \"query\": \"http protocol\",\n  \"limit\": 5\n}\n```\n\n### get_rfc_section\n\nGet a specific section from an RFC.\n\n**Parameters:**\n- `number` (string, required): RFC number (e.g. \"2616\")\n- `section` (string, required): Section title or number to retrieve\n\n**Example:**\n```json\n{\n  \"number\": \"2616\",\n  \"section\": \"Introduction\"\n}\n```\n\n## Available Resources\n\n### Resource Templates\n\n- `rfc://{number}`: Get an RFC document by its number\n- `rfc://search/{query}`: Search for RFCs by keyword\n\n## Development\n\n- Run in watch mode: `npm run dev`\n- Start the server: `npm run start`\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n## Implementation Details\n\nThe server implements two main components:\n\n1. **RFC Service**: Handles fetching, parsing, and extracting data from RFCs\n2. **MCP Server**: Implements the MCP protocol and exposes tools and resources\n\nThe 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpitz%2Fmcp-rfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjpitz%2Fmcp-rfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpitz%2Fmcp-rfc/lists"}