← Back to Plugins
MCP Server MCP

io.github.yk647/globalrules

github By github 👁 3 views ▲ 0 votes

Verified country facts (VAT, holidays, visas; 70 countries), paid per call via x402 USDC on Base.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "globalrules-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your EVM wallet private key (0x + 64 hex), used to sign x402 USDC payments on Base mainnet. Use a dedicated low-balance wallet funded with a few USDC.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EVM_PRIVATE_KEY"
        },
        {
          "description": "Optional override of the GlobalRules API base URL. Default: https://globalrules-api.onrender.com",
          "format": "string",
          "name": "GLOBALRULES_API"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...