API Tools
rolezin.co
Provides access to city venue and event information, including details like hours, offers, and events.
ENDPOINT 1
https://rolezin.co/api/mcp
MCP server metadata
- Name
- rolezin
- Version
- 1.0.0
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
get_venueFull 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-onlysearch_eventsSearch events happening in the city: shows, fairs, food events, sports and cultural programming.
Inferred read-onlyget_eventFull detail of one event by slug: schedule, venue, address, coordinates, price, description, official links and how to get there.
Inferred read-onlylist_offersActive offers and discounts right now: happy hours, combos and promotions published by venues.
Inferred read-onlyget_directionsHow 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.