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

  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:

{
  "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

Server tool list (2)

Raw names from tools/list. Only developers need these.

get_current_locationGet the most recent GPS location of the tracked device
get_location_historyGet location history for the tracked device. Returns up to 1000 entries, newest first.