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
{
"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