MCP server
The MCP server (Model Context Protocol) integrates My Playrooms with AI assistants.
Endpoint
The MCP endpoint is POST https://api.my-playrooms.de/mcp.
Read-only tools may be called without authentication. Booking and payment tools require X-API-Key.
Authentication
curl -X POST https://api.my-playrooms.de/mcp \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json"
Available tools
| Tool | Description |
|---|---|
search_playrooms | Search playrooms |
get_playroom | Get playroom details |
get_booking_options | Get booking options |
create_booking | Create a booking |
get_booking | Get booking details |
create_payment_session | Create a payment session |