← Registry

General Tools

rosae.in

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://rosae.in/api/mcp

No auth detected

MCP server metadata

Name
rosae-theatres
Version
1.0.0
Capabilities
tools.listChanged

Known tools 4

list_theatres

List all ROSAE private theatres in Bangalore with capacity, base slot price (INR) and booking links.

Inferred read-only
check_availability

Free slots for ROSAE theatres.

Inferred read-only
get_offers

Active discounted date/slot offers across ROSAE theatres for the next 7 days (price below the regular slot rate).

Inferred read-only
get_booking_link

Deep link to book a specific theatre (a human completes slot choice + Rs 750 advance payment there).

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for rosae.in was fetched 2026-08-24T03:05:01.749Z.

Trust status Trusted

rosae.in is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.