Developers & AI agents
Miami's live nightlife catalogue, readable by machines. No key, no sign-up, read-only.
MCP server
Streamable HTTP at https://bluprnt.peopleplacesthingsmiami.com/api/mcp. Tools: whats_on_tonight, search_events, get_event, list_venues, list_artists, list_cities.
# Claude Code
claude mcp add --transport http bluprnt https://bluprnt.peopleplacesthingsmiami.com/api/mcp
# Claude Desktop / Cursor / Windsurf (mcp.json)
{
"mcpServers": {
"bluprnt": { "url": "https://bluprnt.peopleplacesthingsmiami.com/api/mcp" }
}
}
# stdio-only clients
npx -y mcp-remote https://bluprnt.peopleplacesthingsmiami.com/api/mcpJSON API
CORS open, cached five minutes. Times are wall-clock in the event's city; startsAt/endsAt carry the UTC offset.
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/events?date=today
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/events?q=house&date=weekend&neighborhood=Wynwood
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/events?free=1&from=2026-09-12&to=2026-09-14
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/events/{id}
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/venues
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/artists
GET https://bluprnt.peopleplacesthingsmiami.com/api/public/citiesSpec: /openapi.json · Site map for language models: /llms.txt
Rules
Link people back to the event page on BLUPRNT so they can RSVP or buy tickets here. Don't resell the data or pass it off as your own listings. Reasonable rate limits apply; if you need more, email support@peopleplacesthingsmiami.com.