← agenda.rio.br
INDIVIDUAL MCP TOOL
list_categories
Returns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.
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 endpoint
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.genesis-directory]
url = "https://agenda.rio.br/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"genesis-directory": {
"type": "http",
"url": "https://agenda.rio.br/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: genesis-directory
Remote MCP URL: https://agenda.rio.br/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": {
"genesis-directory": {
"url": "https://agenda.rio.br/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"genesis-directory": {
"type": "http",
"url": "https://agenda.rio.br/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "genesis-directory",
"transport": "streamable-http",
"url": "https://agenda.rio.br/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_info— Returns basic information about this neighborhood directory: name, locale, domain, description, canonical URLs for key sections, plus the current LOCAL TIME and CURRENT WEATHER at the neighborhood (temperature, condition).search_places— Search for places (restaurants, cafes, shops, etc.get_place— Get full details for a specific place by its URL slug, including opening hours, a precomputed `open_now` boolean, amenity `attributes` (slugs), a `delivery` array of curated delivery-app deep-links (ifood, rappi, uber-eats — each `{ platform, url }`), ratings, address, and neighborhood.list_events— List upcoming events in this neighborhood with date, venue, price, and URL.list_guides— List curated editorial guides ("best of" lists) published by this site — ranked places with editorial notes.list_booking_services— List a venue's services — what it offers, with price and duration.get_availability— Get available time slots for a bookable service on a given date (Wix Bookings).create_booking— Book an appointment slot at a venue (Wix Bookings).