
Give your AI assistants eyes on the real world.
Share your real-time location and Discord presence with personal AI assistants—securely and on your terms.
Get Started→The Overland iOS app sends your GPS location in the background. Set it and forget it.
Vibe Check combines your location with Discord presence via Lanyard into a single status.
Your AI assistants query the REST API or MCP server and get your full context instantly.
Simple GET request returns your full status as JSON. Cache-friendly with 30s TTL.
Native Model Context Protocol support. AI assistants get a get_status tool out of the box.
Status, current activity, and Spotify track — all included automatically via Lanyard.
Background location from Overland iOS. One-tap setup from the dashboard.
{
"ok": true,
"user": { "name": "Tsuni" },
"location": {
"coordinates": { "lat": 43.06, "lng": -89.42 },
"speed": 0,
"motion": ["stationary"],
"battery_level": 85
},
"address": {
"place": "Madison",
"region": "Wisconsin",
"country": "United States"
},
"discord": {
"status": "online",
"spotify": { "song": "1-800", "artist": "bbno$, Ironmouse" }
},
"_meta": { "data_age_seconds": 30 }
}Control exactly how much location precision your AI assistants receive. Change it anytime from the dashboard.
Plus per-field controls: hide speed, altitude, battery, WiFi, device ID, and more.