Skip to content
Cline

Region Fetch for Cline

dev.regionfetch/mcp

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

client:Cline transport:stdio runtime:npm

Install Region Fetch in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Region Fetch in other clients