# Placekey — MCP server on mcp.ai > Connect your Placekey account and use 4 tools for analytics straight from your AI agent. Connect with your own API key. Placekey standardizes location data by assigning unique IDs to physical addresses, simplifying address matching and enabling data sharing across platforms. By: mcp.ai · official Page: https://mcp.ai/placekey ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_placekey?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/placekey/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/placekey/ 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/placekey/skill.md Postman collection (v2.1): https://mcp.ai/placekey/postman.json ## Tools - placekey_get_geocode_from_address(city: string, region: string, postal_code: string, street_address: string, iso_country_code: string) — This tool retrieves geocode information (latitude and longitude) for a given address using the Placekey API. It accepts address components (street_address, city, region, postal_code, iso_country_code) - placekey_get_placekey(city?: string, region?: string, options?: object, latitude?: number, query_id?: string, longitude?: number, postal_code?: string, location_name?: string, place_metadata?: object, street_address?: string, iso_country_code?: string) — Tool to get a Placekey for a single location using address, coordinates, or POI details. Use when you need to obtain a unique identifier for a physical place with support for address fields, coordinat - placekey_get_placekey_from_address(city: string, region: string, postal_code: string, location_name?: string, street_address: string, iso_country_code: string) — Convert a physical address into a unique Placekey identifier. The Placekey is a universal standard identifier for any physical place that helps in location matching, enrichment, and deduplication. - placekey_get_placekeys_bulk(options?: object, queries: object[]) — Get Placekeys for multiple locations in bulk (up to 100 queries per request). All queries must have the same iso_country_code. Supports address, coordinates, and POI queries with optional query_id for ## Example prompts - "What can I do in Placekey?" - "Show me a summary of my Placekey account" ## Links Docs: https://mcp.ai/docs/mcps/placekey Website: https://mcp.ai/mcps/placekey