Region Fetch for Cursor
dev.regionfetch/mcp
Fetch any public URL as a visitor in a chosen country, with a signed receipt of its origin.
client:Cursor
transport:stdio
runtime:npm
Install Region Fetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs