# Geokeo — MCP server on mcp.ai > Connect your Geokeo account and use 2 tools for developer tools straight from your AI agent. Connect with your own API key. Geokeo provides geocoding services, converting addresses to coordinates and vice versa, with a free tier offering 2,500 daily API requests. By: mcp.ai · official Page: https://mcp.ai/geokeo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_geokeo?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/geokeo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/geokeo/ 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/geokeo/skill.md Postman collection (v2.1): https://mcp.ai/geokeo/postman.json ## Tools - geokeo_forward_geocoding(q: string, country?: string) — Convert an address or place name into geographic coordinates (latitude/longitude). Use this tool when you need to: - Find coordinates for a landmark (e.g., "Eiffel Tower", "Empire State Building") - G - geokeo_reverse_geocoding(api?: string, lat: number, lng: number, format?: string) — Convert geographic coordinates (latitude/longitude) to a human-readable address. Use this tool when you have GPS coordinates and need to find the corresponding street address, city, country, or nearby ## Example prompts - "What can I do in Geokeo?" - "Show me a summary of my Geokeo account" ## Links Docs: https://mcp.ai/docs/mcps/geokeo Website: https://mcp.ai/mcps/geokeo