Region Fetch for Windsurf
dev.regionfetch/mcp
Fetch any public URL as a visitor in a chosen country, with a signed receipt of its origin.
client:Windsurf
transport:stdio
runtime:npm
Install Region Fetch in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs