← Registry

General Tools

bronjoy.com

Provides local business search and booking services for venues in Uzbekistan, including availability checks and booking codes.

2 endpoints8 known toolsFirst detected September 8, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.bronjoy.com/api/mcp

No auth detected

MCP server metadata

Name
Bronjoy Marketplace
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 6

search-venues

Search Bronjoy's catalogue of service businesses in Uzbekistan by keyword, city and category.

Inferred read-only
get-venue

Full public profile for one venue: address, opening hours, what it offers, amenities, payment methods, website and whether it can be booked online.

Potential side effects
reveal-phone

The venue's real phone number.

Inferred read-only
check-availability

Bookable services and open time slots for a venue on a given date.

Inferred read-only
request-booking-code

Send the user a 6-digit confirmation code, which book-appointment then requires.

Potential side effects
book-appointment

Book a slot, using the code the user received from request-booking-code.

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.bronjoy-marketplace]
url = "https://api.bronjoy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bronjoy-marketplace": {
      "type": "http",
      "url": "https://api.bronjoy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bronjoy-marketplace
Remote MCP URL: https://api.bronjoy.com/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": {
    "bronjoy-marketplace": {
      "url": "https://api.bronjoy.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bronjoy-marketplace": {
      "type": "http",
      "url": "https://api.bronjoy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bronjoy-marketplace",
  "transport": "streamable-http",
  "url": "https://api.bronjoy.com/api/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://docs.bronjoy.com/mcp

No auth detected

MCP server metadata

Name
MCP Server
Version
1.0.0
Capabilities
tools.listChanged

Known tools 2

get-page

Retrieves the full content and details of a specific documentation page.

Inferred read-only
list-pages

Lists all available documentation pages with their categories and basic information.

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.mcp-server]
url = "https://docs.bronjoy.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "type": "http",
      "url": "https://docs.bronjoy.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-server
Remote MCP URL: https://docs.bronjoy.com/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": {
    "mcp-server": {
      "url": "https://docs.bronjoy.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://docs.bronjoy.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-server",
  "transport": "streamable-http",
  "url": "https://docs.bronjoy.com/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.