An MCP server for AddressPenny address validation that enables users to validate postal addresses, bulk-clean address lists, and extract addresses from unstructured text through Claude Desktop, Cursor, and other MCP-compatible agents.
{
"mcpServers": {
"addresspenny": {
"command": "npx",
"args": [
"-y",
"@addresspenny/mcp"
]
}
}
}