Skip to main content

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

ToolDescription
search_playroomsSearch playrooms
get_playroomGet playroom details
get_booking_optionsGet booking options
create_bookingCreate a booking
get_bookingGet booking details
create_payment_sessionCreate a payment session