Odel
globalrules mcp

globalrules mcp

Local
@yk647JavaScriptMITUpdated 3 days ago

Verified country facts (VAT, holidays, visas; 114 countries). Free + paid (x402 USDC) tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmglobalrules-mcpv1.1.2

Run

npx -y globalrules-mcp

MCP client config

{
  "mcpServers": {
    "globalrules-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "globalrules-mcp"
      ]
    }
  }
}