eRegulations MCP Server
About
eRegulations MCP Server is a Model Context Protocol (MCP) server that provides structured, AI‑friendly access to eRegulations API data, enabling AI models to answer user questions about administrative procedures.
Details
- Author
- MCP-Mirror
- Downloads
- 283
- Categories
- Other
Jump to
- Access eRegulations data through a standardized protocol.
- Query procedures, steps, requirements, and costs.
- MCP prompt templates to guide LLM tool usage.
- Streamlined implementation using standard I/O connections.
- Tools: listProcedures, getProcedureDetails, getProcedureStep, searchProcedures.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
eRegulations MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run via Docker (recommended): set the environment variable EREGULATIONS_API_URL to your eRegulations API base URL, then run the published Docker image from GHCR with docker run -i --rm -e EREGULATIONS_API_URL ghcr.io/unctad-ai/eregulations-mcp-server. The server listens for MCP JSON requests on stdin and sends responses to stdout. Installation via Smithery is also available; running directly with npx is deprecated.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"eregulations mcp server": {
"unctad-ai_eregulations-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/unctad-ai/eregulations-mcp-server:latest"
]
}
}
}
}
McpServers
{
"unctad-ai_eregulations-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/unctad-ai/eregulations-mcp-server:latest"
]
}
}
eRegulations MCP Server
A Model Context Protocol (MCP) server implementation for accessing eRegulations API data. This server provides structured, AI-friendly access to eRegulations instances, making it easier for AI models to answer user questions about administrative procedures.
<a href="https://glama.ai/mcp/servers/@unctad-ai/eregulations-mcp-server">
</a>
Features
- Access eRegulations data through a standardized protocol
- Query procedures, steps, requirements, and costs
- MCP prompt templates to guide LLM tool usage
- Streamlined implementation using standard I/O connections
Usage
Running with Docker (Recommended)
The recommended way to run the server is using the published Docker image from the GitHub Container Registry (GHCR). This ensures a consistent and isolated environment.
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




