
Booking
Let an agent browse Lightres venues, check lighting availability and pricing, preview effects, and complete architectural lighting bookings through MCP.
Overview
Lightres Booking is a MCP server for the Build phase that connects agents to Lightres so they can search venues, check lighting availability and pricing, and book through SSE.
What is this MCP server?
- Remote SSE MCP at https://app.lightres.com/api/mcp/sse
- Browse venues, availability, effects, pricing, and book architectural lighting
- Server version 1.0.0; MCP schema 2025-12-11
- Source: github.com/developermcconnected/lightrez
- Vertical booking MCP, not a general calendar or generic commerce scaffold
- One SSE remote endpoint documented in server.json
- Repository: github.com/developermcconnected/lightrez
What problem does it solve?
Building an agent that books architectural lighting means repeatedly hand-rolling Lightres catalog, pricing, and reservation calls instead of one MCP remote.
Who is it for?
Builders shipping agent demos or tools for venue lighting, events, or architectural experiences that must talk to live Lightres data.
Skip if: Generic SaaS founders who need Stripe, Cal.com, or broad ecommerce MCP with no tie to architectural lighting inventory.
What do I get? / Deliverables
After you register the Lightres SSE remote, your agent can query venues and drive bookings through MCP tools backed by app.lightres.com.
- Agent-driven venue browse and availability checks on Lightres
- Pricing lookup and booking actions exposed via MCP
Recommended MCP Servers
Journey fit
Build is where you wire domain-specific booking and catalog APIs into agent workflows before you ship a client or internal tool. Integrations fits a remote SSE MCP that fronts Lightres’s booking, availability, and pricing APIs for conversational agents.
How it compares
Niche venue lighting booking MCP, not a general reservation or CRM integration pack.
Common Questions / FAQ
Who is Lightres Booking for?
Developers and solo builders building AI assistants or internal tools that must browse and book architectural lighting on Lightres.
When should I use Lightres Booking?
Use it during build when you integrate real venue, effects, and pricing flows from Lightres into an MCP-enabled agent.
How do I add Lightres Booking to my agent?
Add the SSE remote https://app.lightres.com/api/mcp/sse in your MCP client configuration; follow Lightres app auth if required beyond the public remote.