eRegulations MCP ServerServer

unctad-ai
GitHub
Government DataAPIAI Integration

Loading subscription status...

💡 Description

An implementation of a Model Context Protocol (MCP) server that provides structured and AI-compatible access to eRegulations data, making it easier for AI models to answer user questions regarding administrative procedures.

📝 JSON Entries

{
  "mcpServers": [
    {
      "eregulations": {
        "env": {
          "EREGULATIONS_API_URL": "https://your-eregulations-api.com"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "EREGULATIONS_API_URL",
          "ghcr.io/unctad-ai/eregulations-mcp-server:latest"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

listProceduresgetProcedureDetailsgetProcedureStepsearchProcedures

Features

  • Access eRegulations data through a standardized protocol
  • Query procedures, steps, requirements, and costs
  • MCP prompt templates to guide the use of LLM tools
  • Optimized implementation using standard I/O connections

💬 Example Queries

  • List all available procedures in the eRegulations system.
  • Get detailed information about a specific procedure by its ID.
  • Search for procedures by keyword or phrase.