Agent Tools
Back to MCP servers
โ— degraded

# Geolocate Me **Give any AI assistant real-time access to your phone's GPS.** Ask *"where am I?"* or *"where was I yesterday at 3pm?"* and get real answers. ๐Ÿ”— **[geolocateme.app](https://geolocateme.app)** ยท Available on iOS & Android --- ## Use cases - ๐Ÿš— **"Where did I park?"** โ€” pull the last ping before you left the car - ๐Ÿ“Š **"Summarize my day"** โ€” reconstruct where you went and when - โฑ๏ธ **"How long was I at the office?"** โ€” slice history by time range - โœˆ๏ธ **"Draft a travel log for last week"** โ€” turn raw pings into a trip summary - ๐Ÿ  **"What time did I get home?"** โ€” find the first ping after your commute - ๐Ÿ“ **"Build a heatmap of this month"** โ€” feed the history into any analysis ## How it works 1. Install the app (iOS or Android) 2. Connect via OAuth โ€” paste your Device ID + Bot Token once 3. Background tracking at configurable intervals (30s โ€“ 60min) 4. Retention from 30 days โ†’ 1 year depending on subscription tier Your phone pushes pings; the assistant pulls them on demand. You control when tracking is on. ## Setup Use this config in any MCP-compatible client: ```json { "mcpServers": { "geolocate-me": { "type": "http", "url": "https://geolocateme.guleki.com/mcp" } } } ``` Or add as a custom connector URL in Claude.ai, ChatGPT, Grok, Windsurf, etc. ## Privacy - Your location history is yours โ€” only queryable with your OAuth token - OAuth 2.0 with PKCE; tokens expire and are revocable - Coordinates are reverse-geocoded via Google; no identifying data is shared - No ad tracking, no data sold **[Get the app โ†’ geolocateme.app](https://geolocateme.app)**

Transport
streamable-http
Auth
smithery_api_key
Cost
โ€”

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/guleki/geolocate-me/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/guleki/geolocate-me/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://guleki.com/geolocate-me
Listed at (smithery)
https://guleki.com/geolocate-me