Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ERegulations Server

FreeNot checked

Provides structured access to eRegulations API data, enabling querying of administrative procedures, steps, requirements, and costs through natural language.

GitHubEmbed

About

Provides structured access to eRegulations API data, enabling querying of administrative procedures, steps, requirements, and costs through natural language.

README

smithery badge

A Model Context Protocol (MCP) server implementation for accessing eRegulations API data. This server provides structured, AI-friendly access to eRegulations instances, making it easier for AI models to answer user questions about administrative procedures.

Features

  • 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

Installation

Quick Installation with Smithery

The easiest way to install and run the eRegulations MCP Server is through Smithery:

Visit https://smithery.ai/server/@unctad-ai/eregulations-mcp-server for the installation command.

Installation via npm Registry

You can also run the eRegulations MCP Server directly using npx with the published npm package:

# Set environment variables and run with npx
export EREGULATIONS_API_URL=https://example.com/api && export NODE_ENV=production && npx -y @unctad-ai/eregulations-mcp-server@latest

Configuration

The server can be configured using command-line arguments (preferred) or environment variables:

Command-line Arguments

  • --api-url: URL of the eRegulations API to connect to

Environment Variables

  • EREGULATIONS_API_URL: URL of the eRegulations API to connect to (fallback if --api-url is not provided)

Note: Command-line arguments take precedence over environment variables.

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

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

from github.com/mcpflow/eregulations-mcp-server

Install ERegulations Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install eregulations-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add eregulations-mcp-server -- npx -y @unctad-ai/eregulations-mcp-server

FAQ

Is ERegulations Server MCP free?

Yes, ERegulations Server MCP is free — one-click install via Unyly at no cost.

Does ERegulations Server need an API key?

No, ERegulations Server runs without API keys or environment variables.

Is ERegulations Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install ERegulations Server in Claude Desktop, Claude Code or Cursor?

Open ERegulations Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare ERegulations Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs