Official MCP Server v1.3.2Streamable HTTP & SSE JSON-RPCDayPlay on Smithery

The local intelligence layer
for AI assistants.

Dayplay gives LLMs and autonomous agents real-time ground truth across the San Francisco Bay Area — curated places, verified operating hours, live events, and strictly walkable loops with zero cross-bay drift. Three free discovery tools out of the box; connect a free account and your agent can build full multi-stop outings, save them to your DayPlay account, and watch for sellouts and closures.

⚠️ Geographic Scope (Strictly Enforced)

Dayplay is strictly localized to the San Francisco Bay Area (San Francisco, Oakland, and Berkeley across 35 neighborhood centroids). Out-of-market locations (NYC, LA, London, etc.) are declined gracefully rather than returning hallucinated or unverified venues.

Quickstart Installation

Cursor (`.cursor/mcp.json` or Settings)Remote Streamable HTTP
{
  "mcpServers": {
    "dayplay": {
      "url": "https://www.dayplay.io/api/mcp"
    }
  }
}
Claude Desktop (`claude_desktop_config.json`)Zero-Config Proxy
{
  "mcpServers": {
    "dayplay": {
      "command": "npx",
      "args": ["-y", "@dayplayai/mcp-server"]
    }
  }
}
Smithery CLI (One Command)Terminal
npx -y @smithery/cli install @dayplayai/dayplay --client cursor

Available Tools

get_neighborhoods0 parameters

Returns all 35 San Francisco Bay Area neighborhood centroids (San Francisco, Oakland, Berkeley) with coordinates and boundary radii. Use to verify in-market locations and prevent geographic drift.

get_eventsdate, neighborhood, category, limit

Query verified, real-time event occurrences strictly filtered by date (YYYY-MM-DD) and SF Bay Area neighborhood pocket.

get_placesneighborhood, open_now, sort, newly_opened_days, limit

Query curated places filtered by neighborhood and live operating hours, with ratings and addresses from the verified dataset.

plan_outingFree account

Builds a complete multi-stop outing — dinner, drinks, events with walkable legs and timings — from verified real-time data, matched to vibe, interests, and budget. First call returns a free 2-stop preview plus a connect code; a free DayPlay account unlocks the full plan, saved to your account and visible in the DayPlay app.

manage_saved_plansFree account

Save itineraries, list your saved plans, and set alerts (sellouts, closures, weather) — all appearing in your DayPlay account across web and app. Requires the same free-account connect.