← Registry

eCommerce

borntobanger.in

An MCP server for discovering and booking entertainment services, with pricing, occasion-based recommendations, and booking sync/email notifications.

1 endpoint7 known toolsFirst detected September 14, 2026Last detected September 14, 2026

ENDPOINT 1

https://www.borntobanger.in/api/mcp

No auth detected

MCP server metadata

Name
Born to Banger
Version
1.0.0
Capabilities
tools

Known tools 7

discover_services

Discover available entertainment services with optional filters

Inferred read-only
get_service_details

Get detailed information about a specific service

Inferred read-only
calculate_pricing

Calculate final price for a service at specific location

Inferred read-only
get_occasions

Get occasion-based service recommendations

Inferred read-only
create_booking

Create or update a booking (triggers Sheets sync and emails).

Potential side effects
list_workshops

List upcoming workshop events

Inferred read-only
list_locations

List all service locations with pricing multipliers

Inferred read-only

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.born-to-banger]
url = "https://www.borntobanger.in/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "born-to-banger": {
      "type": "http",
      "url": "https://www.borntobanger.in/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: born-to-banger
Remote MCP URL: https://www.borntobanger.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": {
    "born-to-banger": {
      "url": "https://www.borntobanger.in/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "born-to-banger": {
      "type": "http",
      "url": "https://www.borntobanger.in/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "born-to-banger",
  "transport": "streamable-http",
  "url": "https://www.borntobanger.in/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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