Token导航 LogoToken导航TokenDH.com
eRegulations MCP logo
AI代理stdio官方级别未说明来源级核验

eRegulations MCP

MCP Server

一个用于访问eRegulations API数据的模型上下文协议(MCP)服务器实现,提供结构化、AI友好的访问方式,使AI模型更容易回答用户关于行政程序的问题。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
API访问TypeScriptClaude数据分析Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

unctad-ai

提供方

unctad-ai

最后核验

2026/5/17 20:20

运行时

Docker

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

docker run -i --rm -e EREGULATIONS_API_URL ghcr.io/unctad-ai/eregulations-mcp-server

详细介绍

电子监管MCP服务器

![Verified on MseeP](https://mseep.ai/app/f22ecac1-122a-47ee-8605-f0952b1964fd)

](https://smithery.ai/server/@unctad-ai/eregulations-mcp-server)

一种用于访问电子监管API数据的模型上下文协议(MCP)服务器实现。该服务器提供对eRegulations实例的结构化、人工智能友好的访问,使人工智能模型更容易回答用户关于管理程序的问题。

](https://mseep.ai/app/unctad-ai-eregulations-mcp-server)

特性

  • 通过标准化协议访问电子监管数据
  • 查询程序、步骤、要求和成本
  • MCP提示模板,用于指导LLM工具的使用
  • 使用标准I/O连接简化实施

用法

使用Docker运行(推荐)

运行服务器的推荐方法是使用GitHub容器注册表(GHCR)中发布的Docker映像。这确保了环境的一致性和隔离性。

# Pull the latest image (optional)
docker pull ghcr.io/unctad-ai/eregulations-mcp-server:latest

# Run the server, providing the target eRegulations API URL
export EREGULATIONS_API_URL="https://your-eregulations-api.com"
docker run -i --rm -e EREGULATIONS_API_URL ghcr.io/unctad-ai/eregulations-mcp-server

替换 https://your-eregulations-api.com 使用您要连接到的eRegulations实例的实际基本URL(例如。, https://api-tanzania.tradeportal.org).

服务器在标准输入上监听MCP JSON请求,并向标准输出发送响应。

客户端配置示例

以下是一个客户端(如Claude)如何配置为通过Docker使用此服务器的示例:

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

(记得更换 EREGULATIONS_API_URL 价值在 env 部分也是。)

通过Smithery安装

或者,您可以使用Smithery安装并运行服务器:

访问 https://smithery.ai/server/@联合国贸易和发展会议ai/eregulations mcp服务器 对于安装命令。

通过npm注册表安装(已弃用)

~~直接使用运行服务器 npx 由于潜在的环境不一致,已弃用。~~

~~\\bash

弃用:设置环境变量并使用npx运行

导出EREGULATIONS_API_URL=https://example.com/api&&export NODE_ENV=生产&&&npx-y@unctad ai/eregulations-mcp-server@latest


## Configuration

The server requires the URL of the target eRegulations API.

### Environment Variables

- `EREGULATIONS_API_URL`: **(Required)** URL of the eRegulations API to connect to (e.g., `https://api-tanzania.tradeportal.org`). Passed to the Docker container using the `-e` flag.

## Available Tools

The MCP server provides the following tools:

### `listProcedures`

Lists all available procedures in the eRegulations system.

### `getProcedureDetails`

Gets detailed information about a specific procedure by its ID.

Parameters:

- `procedureId`: ID of the procedure to retrieve

### `getProcedureStep`

Gets information about a specific step within a procedure.

Parameters:

- `procedureId`: ID of the procedure
- `stepId`: ID of the step within the procedure

### `searchProcedures`

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`: The keyword or phrase to search for

## Prompt Templates

The server provides prompt templates to guide LLMs in using the available tools correctly. These templates explain the proper format and parameters for each tool. LLM clients that support the MCP prompt templates capability will automatically receive these templates to improve their ability to work with the API.

## Development

Run in development mode

npm run start

Run tests

npm test

Run tests with watch mode

npm run test:watch

Run test client

npm run test-client

目录标签

目录标签

API访问TypeScriptClaude数据分析本地部署行政程序AI集成数据查询协议服务器

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Docker

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP