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.
No reviews yet. Be the first to review!
Sign in to join the conversation
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. Note: This currently searches related objectives based on the underlying API and may include results beyond direct procedure names. Parameters: keyword (string) - The keyword or phrase to search for.