eRegulations MCP Server
@unctad-ai
关于 eRegulations MCP Server
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"eregulations-mcp-server-unctad-ai": {
"command": "docker",
"args": [
"pull",
"ghcr.io/unctad-ai/eregulations-mcp-server:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is eRegulations MCP Server?
A Model Context Protocol (MCP) server that provides structured, AI-friendly access to eRegulations API data. It enables AI models to answer user questions about administrative procedures by querying procedures, steps, requirements, and costs from eRegulations instances.
How to use eRegulations MCP Server?
Run the server with Docker, setting the required environment variable EREGULATIONS_API_URL to the target eRegulations API base URL. The server listens for MCP JSON requests on standard input and sends responses to standard output. Alternatively, install via Smithery (preferred) or use the now-deprecated npx command.
Key features of eRegulations MCP Server
- Access eRegulations data through a standardized MCP protocol
- Query procedures, steps, requirements, and costs
- MCP prompt templates to guide LLM tool usage
- Streamlined implementation using standard I/O connections
- Four built-in tools: listProcedures, getProcedureDetails, getProcedureStep, searchProcedures
Use cases of eRegulations MCP Server
- AI assistants answering citizens’ questions about administrative procedures
- Integrating eRegulations data into conversational agents and chatbots
- Automating retrieval of procedure details, requirements, and costs for reporting
- Searching procedures by keyword to find relevant administrative steps
FAQ from eRegulations MCP Server
What configuration is required to run the server?
You must set the EREGULATIONS_API_URL environment variable to the base URL of the eRegulations API you wish to connect to (e.g., https://api-tanzania.tradeportal.org).
How is the server typically deployed?
The recommended method is using a published Docker image from GitHub Container Registry (GHCR). The npm-based npx method is deprecated due to potential environment inconsistencies.
What tools does the server provide?
It provides four tools: listProcedures, getProcedureDetails, getProcedureStep, and searchProcedures. Each accepts parameters like procedureId, stepId, or keyword.
What are MCP prompt templates and why are they useful?
The server includes prompt templates that guide LLMs in using the available tools correctly. Client applications that support MCP prompt templates automatically receive these instructions, improving the AI’s ability to interact with the eRegulations API.
Does the server have any known limitations regarding search?
The searchProcedures tool currently searches related objectives based on the underlying API and may include results beyond direct procedure names.
常见问题
What configuration is required to run the server?
You must set the `EREGULATIONS_API_URL` environment variable to the base URL of the eRegulations API you wish to connect to (e.g., `https://api-tanzania.tradeportal.org`).
How is the server typically deployed?
The recommended method is using a published Docker image from GitHub Container Registry (GHCR). The npm-based `npx` method is deprecated due to potential environment inconsistencies.
What tools does the server provide?
It provides four tools: `listProcedures`, `getProcedureDetails`, `getProcedureStep`, and `searchProcedures`. Each accepts parameters like `procedureId`, `stepId`, or `keyword`.
What are MCP prompt templates and why are they useful?
The server includes prompt templates that guide LLMs in using the available tools correctly. Client applications that support MCP prompt templates automatically receive these instructions, improving the AI’s ability to interact with the eRegulations API.
Does the server have any known limitations regarding search?
The `searchProcedures` tool currently searches related objectives based on the underlying API and may include results beyond direct procedure names.
基本信息
其他 分类下的更多 MCP 服务器
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论