eRegulations MCP Server
@MCP-Mirror
eRegulations MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"unctad-ai_eregulations-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/unctad-ai/eregulations-mcp-server:latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is eRegulations MCP Server?
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.
How to use eRegulations MCP Server?
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.
Key features of eRegulations MCP Server
- 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.
Use cases of eRegulations MCP Server
- AI assistants answering user questions about administrative procedures.
- Integrating eRegulations data into AI‑powered workflows.
- Searching for procedures by keyword or phrase.
- Retrieving detailed information about a specific procedure or step.
FAQ from eRegulations MCP Server
What environment variable is required?
EREGULATIONS_API_URL is required and must point to the base URL of the target eRegulations API (e.g., https://api-tanzania.tradeportal.org).
How do I run the server?
The recommended method is via Docker: set the environment variable and run docker run -i --rm -e EREGULATIONS_API_URL ghcr.io/unctad-ai/eregulations-mcp-server:latest. A client configuration example for using Docker is provided in the README.
What tools does the server provide?
The server exposes four tools: listProcedures (list all procedures), getProcedureDetails (get details by procedureId), getProcedureStep (get a step by procedureId and stepId), and searchProcedures (search by keyword; note: this searches related objectives and may include results beyond direct procedure names).
Is running via npx supported?
Running via npx is deprecated due to potential environment inconsistencies. The recommended approach is Docker (or installation via Smithery).
What are prompt templates for?
The server provides MCP prompt templates that guide LLMs in using the available tools correctly. Clients that support the prompt templates capability automatically receive them to improve API interaction.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント