Skip to main content
Glama

eRegulations MCP Server

by unctad-ai
package.json2.76 kB
{ "name": "@unctad-ai/eregulations-mcp-server", "version": "0.4.11", "description": "Model Context Protocol (MCP) server for eRegulations API", "main": "dist/index.js", "type": "module", "bin": { "eregulations-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "tsc && node dist/index.js", "logs": "echo \"Starting TCP log server on port 8099...\"; nc -kl 8099", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "mcp-inspector": "npx @modelcontextprotocol/inspector npx -y @unctad-ai/eregulations-mcp-server@latest --api-url https://api-tanzania.eregulations.org", "mcp-inspector-local": "npx @modelcontextprotocol/inspector node dist/index.js --api-url https://api-tanzania.tradeportal.org", "test-client": "node dist/test-client.js --api-url https://api-tanzania.eregulations.org", "prepublishOnly": "npm run build && npm run test", "docker:build": "docker build -t eregulations-mcp-server:latest .", "prerelease": "npm run test && npm run docker:build", "postbump": "git push && git push --tags", "release:patch": "npm run prerelease && standard-version --release-as patch", "release:minor": "npm run prerelease && standard-version --release-as minor", "release:major": "npm run prerelease && standard-version --release-as major", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/unctad-ai/eregulations-mcp-server.git" }, "bugs": { "url": "https://github.com/unctad-ai/eregulations-mcp-server/issues" }, "homepage": "https://github.com/unctad-ai/eregulations-mcp-server#readme", "npm": "https://www.npmjs.com/package/@unctad-ai/eregulations-mcp-server", "keywords": [ "eregulations", "mcp", "model-context-protocol", "llm", "api" ], "author": "benmoumen@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.6.2", "body-parser": "^1.20.3", "cors": "^2.8.5", "express": "^4.18.2", "uuid": "^11.1.0", "yargs": "^17.7.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.1" }, "devDependencies": { "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.0", "@types/uuid": "^10.0.0", "@types/yargs": "^17.0.33", "@vitest/coverage-v8": "^3.1.1", "standard-version": "^9.5.0", "ts-node": "^10.9.1", "tsx": "^4.19.2", "typescript": "^5.3.3", "vitest": "^3.1.1" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/unctad-ai/eregulations-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server