FreshGate for Claude Desktop
io.github.franktherecensor-hash/freshgate
Paid MCP tool that checks whether a web page has changed. $0.001 per check via x402 on Base.
client:Claude Desktop
transport:sse
tools:1
Install FreshGate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"freshgate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://freshgate-api.franktherecensor.workers.dev/paid-mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs