eRegulations MCP Server provides a standardized interface for accessing eRegulations API data, making administrative procedures information accessible to AI models. Developed by benmoumen, this TypeScript implementation transforms complex regulatory data into AI-friendly formats with features like procedure listing, detailed procedure information, and step-by-step guidance. The server supports both standard I/O and HTTP/SSE transport mechanisms, implements caching for performance optimization, and includes comprehensive error handling. It's particularly valuable for AI assistants that need to answer user questions about government administrative procedures without requiring context switching.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Lists all available procedures in the eRegulations system.
Gets detailed information about a specific procedure by its ID. Parameters: procedureId (string) - ID of the procedure to retrieve.
Gets information about a specific step within a procedure. Parameters: procedureId (string) - ID of the procedure, stepId (string) - ID of the step within the procedure.
Searches for procedures by keyword or phrase. Parameters: keyword (string) - The keyword or phrase to search for.