Geolocate Me
Geolocate Me Give any AI assistant real-time access to your phone's GPS.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Get Current Location: Get the most recent GPS location of the tracked device
- Get Location History: Get location history for the tracked device. Returns up to 1000 entries, newest first.
What data it sees
Do you need an account
No: the server works without sign-in
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 Β· 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
- Install the app (iOS or Android)
- Connect via OAuth β paste your Device ID + Bot Token once
- Background tracking at configurable intervals (30s β 60min)
- 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:
{
"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
Server tool list (2)
Raw names from tools/list. Only developers need these.
| get_current_location | Get the most recent GPS location of the tracked device |
| get_location_history | Get location history for the tracked device. Returns up to 1000 entries, newest first. |