HomeDevelopment › ForgeMesh Utility Grid MCP

ForgeMesh Utility Grid MCP

Discover and call 400+ practical APIs through six MCP tools with free search and x402 payments.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @forgemeshlabs/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "utility-grid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/[email protected]"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_VALUE>",
        "UTILITY_GRID_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WALLET_PRIVATE_KEY secret — Dedicated low-balance Base wallet private key for x402 USDC micropayments. Only required for the 3 paid tools (call_endpoint, daily_402, agent_service_directory) — the 3 discovery tools work without it. Never use your primary wallet.
  • UTILITY_GRID_BASE_URL — Utility Grid API origin override. Defaults to https://x402.forgemesh.io.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry