Address Validator API for Claude Desktop
io.github.br0ski777/address-validator
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
client:Claude Desktop
transport:sse
Install Address Validator API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"address-validator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://address-validator.api.klymax402.com/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