MCP server for RegionFetch — locale-accurate web fetching with signed proof of origin. Pay per request over x402.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"regionfetch-mcp": {
"command": "npx",
"args": [
"-y",
"regionfetch/regionfetch-mcp"
]
}
}
}
Run in terminal:
claude mcp add regionfetch-mcp npx -y regionfetch/regionfetch-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"regionfetch-mcp": {
"command": "npx",
"args": [
"-y",
"regionfetch/regionfetch-mcp"
]
}
}
}