Vibe Check Logo

Vibe Check

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
Scroll
How it works

Three steps to context

01

Track

The Overland iOS app sends your GPS location in the background. Set it and forget it.

02

Aggregate

Vibe Check combines your location with Discord presence via Lanyard into a single status.

03

Assist

Your AI assistants query the REST API or MCP server and get your full context instantly.

Features

Everything your AI needs

REST API

Simple GET request returns your full status as JSON. Cache-friendly with 30s TTL.

MCP Server

Native Model Context Protocol support. AI assistants get a get_status tool out of the box.

Discord Presence

Status, current activity, and Spotify track — all included automatically via Lanyard.

GPS Tracking

Background location from Overland iOS. One-tap setup from the dashboard.

API Response

See what your AI sees

GET /api/status/:apiKey
{
  "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 }
}

Your data, your rules.

Control exactly how much location precision your AI assistants receive. Change it anytime from the dashboard.

ExactRaw coords
City~1 km
Region~11 km
HiddenOmitted

Plus per-field controls: hide speed, altitude, battery, WiFi, device ID, and more.