{ "name": "globalrules-mcp", "version": "1.1.2", "mcpName": "io.github.yk647/globalrules", "description": "MCP server for GlobalRules: verified country facts (VAT, public holidays, tipping, visas, ~55 topics x 120+ countries). Free tools work with zero setup (no wallet, no signup); paid tools return structured JSON with sources via automatic x402 micropayments (USDC on Base, $0.01-0.25/call).", "type": "module", "bin": { "globalrules-mcp": "index.mjs" }, "main": "index.mjs", "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "x402", "country-data", "vat", "holidays", "ai-agents" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yk647/globalrules-mcp.git" }, "homepage": "https://globalrules.org", "bugs": { "url": "https://github.com/yk647/globalrules-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "@x402/axios": "^2.18.0", "@x402/evm": "^2.18.0", "axios": "^1.13.2", "viem": "^2.39.0", "zod": "^3.24.2" } }