eRegulations MCP 서버
eRegulations API 데이터 액세스를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버는 eRegulations 인스턴스에 대한 구조화되고 AI 친화적인 액세스를 제공하여 AI 모델이 행정 절차에 대한 사용자 질문에 더 쉽게 답변할 수 있도록 합니다.
특징
- 표준화된 프로토콜을 통해 eRegulations 데이터에 액세스하세요
- 쿼리 절차, 단계, 요구 사항 및 비용
- LLM 도구 사용을 안내하는 MCP 프롬프트 템플릿
- 표준 I/O 연결을 사용한 간소화된 구현
용법
Docker로 실행하기(권장)
서버를 실행하는 데 권장되는 방법은 GitHub 컨테이너 레지스트리(GHCR)에서 게시된 Docker 이미지를 사용하는 것입니다. 이렇게 하면 일관되고 격리된 환경이 보장됩니다.
지엑스피1
https://your-eregulations-api.com
연결하려는 eRegulations 인스턴스의 실제 기본 URL로 바꿉니다(예: https://api-tanzania.tradeportal.org
).
서버는 표준 입력에서 MCP JSON 요청을 수신하고 표준 출력으로 응답을 보냅니다.
클라이언트 구성 예
다음은 클라이언트(예: Claude)가 Docker를 통해 이 서버를 사용하도록 구성하는 방법의 예입니다.
( env
섹션에서 EREGULATIONS_API_URL
값도 바꾸는 것을 잊지 마세요.)
Smithery를 통한 설치
또는 Smithery를 사용하여 서버를 설치하고 실행할 수 있습니다.
설치 명령은 https://smithery.ai/server/@unctad-ai/eregulations-mcp-server 에서 확인하세요.
npm 레지스트리를 통한 설치(더 이상 사용되지 않음)
~~ npx
사용하여 서버를 직접 실행하는 것은 환경 불일치 가능성으로 인해 더 이상 사용되지 않습니다.~~
~~```배쉬
더 이상 사용되지 않음: 환경 변수를 설정하고 npx로 실행
EREGULATIONS_API_URL= https://example.com/api && export NODE_ENV=production && npx -y @unctad-ai/eregulations-mcp-server@latest를 내보냅니다.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 모델이 행정 절차에 대한 사용자 질문에 더 쉽게 답할 수 있도록, eRegulations 데이터에 대한 구조화되고 AI 친화적인 액세스를 제공하는 모델 컨텍스트 프로토콜 서버 구현입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that provides AI assistants with structured access to your Logseq knowledge graph, enabling retrieval, searching, analysis, and creation of content within your personal knowledge base.Last updated -19TypeScript
- -securityFlicense-qualityA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.Last updated -Python
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- -securityFlicense-qualityA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.Last updated -3TypeScript