eRegulations MCP Server

by MCP-Mirror

283 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name eRegulations MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

Verified on MseeP

smithery badge

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.

MseeP.ai Security Assessment Badge

<a href="https://glama.ai/mcp/servers/@unctad-ai/eregulations-mcp-server">
eRegulations Server 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.