ENDPOINT 1
https://rosae.in/api/mcp
MCP server metadata
- Name
- rosae-theatres
- Version
- 1.0.0
Known tools 4
list_theatresList all ROSAE private theatres in Bangalore with capacity, base slot price (INR) and booking links.
Inferred read-onlyget_offersActive discounted date/slot offers across ROSAE theatres for the next 7 days (price below the regular slot rate).
Inferred read-onlyget_booking_linkDeep link to book a specific theatre (a human completes slot choice + Rs 750 advance payment there).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rosae.in was fetched 2026-08-24T03:05:01.749Z.
rosae.in 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.