# Geolocate Me

# Geolocate Me

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add guleki/geolocate-me

# Browse available tools
npx -y @smithery/cli@latest tool list guleki/geolocate-me

# Get full schema for a tool
npx -y @smithery/cli@latest tool get guleki/geolocate-me get_current_location

# Call a tool
npx -y @smithery/cli@latest tool call guleki/geolocate-me get_current_location '{}'
```

## Direct MCP Connection

Endpoint: `https://geolocate-me--guleki.run.tools`

## Tools (2)

- `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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get guleki/geolocate-me <tool-name>
```
