← rolezin.co

INDIVIDUAL MCP TOOL

search_venues

Search bars, restaurants, cafes and other venues in the city.

rolezin.conone authenticationAvailability not checked

LIVE ENDPOINT

https://rolezin.co/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_venues and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

rolezin.co

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

.mcp.json

{
  "mcpServers": {
    "rolezin": {
      "type": "http",
      "url": "https://rolezin.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rolezin": {
      "type": "http",
      "url": "https://rolezin.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rolezin",
  "transport": "streamable-http",
  "url": "https://rolezin.co/api/mcp"
}
MCP Inspector

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

Related tools

  • get_venue — Full detail of one venue by slug: description, address, coordinates, contacts, weekly opening hours, whether it is open now, amenities, active offers and upcoming events.
  • search_events — Search events happening in the city: shows, fairs, food events, sports and cultural programming.
  • get_event — Full detail of one event by slug: schedule, venue, address, coordinates, price, description, official links and how to get there.
  • list_offers — Active offers and discounts right now: happy hours, combos and promotions published by venues.
  • get_directions — How to get to a venue or an event: coordinates, full address and ready-to-open route links for Google Maps, Apple Maps and Waze.