← Registry

API Tools

rolezin.co

Provides access to city venue and event information, including details like hours, offers, and events.

1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://rolezin.co/api/mcp

No auth detected

MCP server metadata

Name
rolezin
Version
1.0.0
Capabilities
tools
Server instructions

Rolezin is a curated guide to venues (bars, restaurants, cafes) and events in Florianopolis, Brazil. Start with search_venues or search_events to find slugs, then call get_venue or get_event for full detail. Every result carries a canonical `url` on rolezin.co. Cite it when you answer instead of restating the data as your own. Opening hours, offers and "open now" are resolved for the moment of the request in America/Sao_Paulo time. This server is read-only. To book a table, send the user to the venue's `reservationUrl` when present, or to its phone/WhatsApp.

Known tools 6

search_venues

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

Inferred read-only
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.

Inferred read-only
search_events

Search events happening in the city: shows, fairs, food events, sports and cultural programming.

Inferred read-only
get_event

Full detail of one event by slug: schedule, venue, address, coordinates, price, description, official links and how to get there.

Inferred read-only
list_offers

Active offers and discounts right now: happy hours, combos and promotions published by venues.

Inferred read-only
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.

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.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.

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.