Skip to content
Grok

Region Fetch for Grok

dev.regionfetch/mcp

Fetch any public URL as a visitor in a chosen country, with a signed receipt of its origin.

client:Grok transport:stdio runtime:npm

Install Region Fetch in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "regionfetch-mcp"
      ],
      "env": {
        "REGION_FETCH_WALLET_PRIVATE_KEY": "<REGION_FETCH_WALLET_PRIVATE_KEY>",
        "REGION_FETCH_MAX_PAYMENT": "<REGION_FETCH_MAX_PAYMENT>",
        "REGION_FETCH_BASE_URL": "<REGION_FETCH_BASE_URL>",
        "REGION_FETCH_PAYMENT_SIGNATURE": "<REGION_FETCH_PAYMENT_SIGNATURE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Region Fetch in other clients