# Google Address Validation — MCP server on mcp.ai > Connect your Google Address Validation account and use 2 tools for developer tools straight from your AI agent. Connect with your own API key. The Address Validation API allows developers to verify the accuracy of addresses by validating and standardizing them, and determining their geocode. By: mcp.ai · official Page: https://mcp.ai/google_address_validation ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_google_address_validation?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/google_address_validation/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/google_address_validation/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/google_address_validation/skill.md Postman collection (v2.1): https://mcp.ai/google_address_validation/postman.json ## Tools - google_address_validation_provide_validation_feedback(conclusion: string, responseId: string) — Tool to provide feedback on an address validation attempt. Use after completing an address validation sequence. - google_address_validation_validate_address(address: object, sessionToken?: string, enableUspsCass?: boolean, languageOptions?: object, previousResponseId?: string) — Tool to validate and standardize addresses. Use when you need detailed parsing, geocode, and deliverability verdict of an address. ## Example prompts - "What can I do in Google Address Validation?" - "Show me a summary of my Google Address Validation account" ## Links Docs: https://mcp.ai/docs/mcps/google_address_validation Website: https://mcp.ai/mcps/google_address_validation