INDIVIDUAL MCP TOOL
get_booking_link
Deep link to book a specific theatre (a human completes slot choice + Rs 750 advance payment there).
LIVE ENDPOINT
https://rosae.in/api/mcp
Connect to this endpoint to inspect the live schema for get_booking_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.rosae-theatres]
url = "https://rosae.in/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rosae-theatres": {
"type": "http",
"url": "https://rosae.in/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rosae-theatres
Remote MCP URL: https://rosae.in/api/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": {
"rosae-theatres": {
"url": "https://rosae.in/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rosae-theatres": {
"type": "http",
"url": "https://rosae.in/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rosae-theatres",
"transport": "streamable-http",
"url": "https://rosae.in/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_theatres— List all ROSAE private theatres in Bangalore with capacity, base slot price (INR) and booking links.check_availability— Free slots for ROSAE theatres.get_offers— Active discounted date/slot offers across ROSAE theatres for the next 7 days (price below the regular slot rate).