General Tools
vilamariana.sampa.br
Provides information about a neighborhood directory including site details, categories, places, and events.
ENDPOINT 1
https://vilamariana.sampa.br/mcp
MCP server metadata
- Name
- genesis-directory
- Version
- 1.0.0
Vila Mariana — neighborhood directory: local places, events, menus, offers, and services. Use the tools to search places, browse categories, find events, read menus, and TRANSACT. Transactional tools never complete a purchase on their own. create_booking, reserve_event_tickets and create_checkout return a URL a human must open and pay on — until they do, nothing is booked, held or bought. request_reservation and rsvp_event send a confirmation email to the address you supply and do nothing until that person clicks it, so use a real address belonging to the person you are acting for. Always tell the user what step is still theirs.
Known tools 28
get_site_infoReturns 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).
Inferred read-onlylist_categoriesReturns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.
Inferred read-onlyget_placeGet 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.
Inferred read-onlylist_eventsList upcoming events in this neighborhood with date, venue, price, and URL.
Inferred read-onlylist_guidesList curated editorial guides ("best of" lists) published by this site — ranked places with editorial notes.
Inferred read-onlylist_booking_servicesList a venue's services — what it offers, with price and duration.
Inferred read-onlyget_availabilityGet available time slots for a bookable service on a given date (Wix Bookings).
Inferred read-onlyreserve_event_ticketsHold tickets for an event sold through this site (Wix Events) and return a checkout URL.
Inferred read-onlycreate_checkoutCreate a direct checkout URL for one or more store products (Wix Stores).
Potential side effectsget_loyalty_infoGet the loyalty/rewards program details for this site (Wix Loyalty).
Inferred read-onlylist_offersList active promotions and deals available in this neighborhood directory.
Inferred read-onlylist_profilesList solo service-provider profiles on this site — businesses without a fixed physical location (e.
Inferred read-onlylist_moviesList movies available in this neighborhood (only on sites with movies_enabled).
Inferred read-onlyget_showtimesGet showtimes for a specific movie at cinemas in this neighborhood, for a given date.
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.genesis-directory]
url = "https://vilamariana.sampa.br/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"genesis-directory": {
"type": "http",
"url": "https://vilamariana.sampa.br/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: genesis-directory
Remote MCP URL: https://vilamariana.sampa.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://vilamariana.sampa.br/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"genesis-directory": {
"type": "http",
"url": "https://vilamariana.sampa.br/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "genesis-directory",
"transport": "streamable-http",
"url": "https://vilamariana.sampa.br/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.