General Tools
opuslumiere.com
Manages Opus Lumiere photography studio's services, availability, and booking links.
ENDPOINT 1
https://opuslumiere.com/wp-json/opus-booking/v1/mcp
MCP server metadata
- Name
- Opus Lumiere Booking
- Version
- 2.1.0
Public read-only booking tools for Opus Lumiere, a professional photography studio in London. Stateless server - no session header needed. Use list_services, get_business_hours and check_availability to answer questions; to actually book, send the customer to the booking_url where they complete checkout and secure payment on opuslumiere.com. Never collect card details.
Known tools 4
list_servicesList Opus Lumiere (London photography studio) services with prices in GBP, deposits, durations and category.
Inferred read-onlyget_business_hoursOpus Lumiere studio opening hours by weekday, with timezone (Europe/London).
Inferred read-onlycheck_availabilityLive open appointment slots for a service id (from list_services) over an optional date range (default next 5 weeks, max 62 days).
Inferred read-onlyget_booking_linkThe page where a customer completes an Opus Lumiere booking, including secure card payment and deposit options.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.opus-lumiere-booking]
url = "https://opuslumiere.com/wp-json/opus-booking/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"opus-lumiere-booking": {
"type": "http",
"url": "https://opuslumiere.com/wp-json/opus-booking/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: opus-lumiere-booking
Remote MCP URL: https://opuslumiere.com/wp-json/opus-booking/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"opus-lumiere-booking": {
"url": "https://opuslumiere.com/wp-json/opus-booking/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"opus-lumiere-booking": {
"type": "http",
"url": "https://opuslumiere.com/wp-json/opus-booking/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "opus-lumiere-booking",
"transport": "streamable-http",
"url": "https://opuslumiere.com/wp-json/opus-booking/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for opuslumiere.com was fetched 2026-08-23T20:56:54.744Z.
opuslumiere.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.