← Registry

Content Tools

tatuape.sampa.br

Provides neighborhood directory information including places, categories, events, and local details.

1 endpoint28 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.tatuape.sampa.br/mcp

No auth detected

MCP server metadata

Name
genesis-directory
Version
1.0.0
Capabilities
tools
Server instructions

Tatuapé — 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_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).

Inferred read-only
list_categories

Returns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.

Inferred read-only
search_places

Search for places (restaurants, cafes, shops, etc.

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

Inferred read-only
list_events

List upcoming events in this neighborhood with date, venue, price, and URL.

Inferred read-only
list_guides

List curated editorial guides ("best of" lists) published by this site — ranked places with editorial notes.

Inferred read-only
list_booking_services

List a venue's services — what it offers, with price and duration.

Inferred read-only
get_availability

Get available time slots for a bookable service on a given date (Wix Bookings).

Inferred read-only
create_booking

Book an appointment slot at a venue (Wix Bookings).

Inferred read-only
reserve_event_tickets

Hold tickets for an event sold through this site (Wix Events) and return a checkout URL.

Inferred read-only
request_reservation

Request a table at a restaurant.

Inferred read-only
rsvp_event

RSVP to a free event on this site (Wix Events).

Inferred read-only
get_event_tickets

Get ticket types and prices for a specific event (Wix Events).

Inferred read-only
list_products

List products in this site's store (Wix Stores).

Inferred read-only
create_checkout

Create a direct checkout URL for one or more store products (Wix Stores).

Potential side effects
get_restaurant_menus

Get the food menu for a specific restaurant on this site.

Inferred read-only
search_dishes

Find which restaurants serve a dish in this neighborhood.

Inferred read-only
list_pricing_plans

List membership or subscription plans (Wix Pricing Plans).

Inferred read-only
get_reviews

Get published reviews for this site (Wix Reviews).

Inferred read-only
list_blog_posts

List recent published blog posts for this site (Wix Blog).

Inferred read-only
list_faqs

Get all FAQ questions and answers for this site (Wix FAQ).

Inferred read-only
list_forms

List available contact/signup forms on this site (Wix Forms).

Inferred read-only
submit_form

Submit a form on behalf of the user (Wix Forms).

Inferred read-only
get_loyalty_info

Get the loyalty/rewards program details for this site (Wix Loyalty).

Inferred read-only
list_offers

List active promotions and deals available in this neighborhood directory.

Inferred read-only
list_profiles

List solo service-provider profiles on this site — businesses without a fixed physical location (e.

Inferred read-only
list_movies

List movies available in this neighborhood (only on sites with movies_enabled).

Inferred read-only
get_showtimes

Get showtimes for a specific movie at cinemas in this neighborhood, for a given date.

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.genesis-directory]
url = "https://www.tatuape.sampa.br/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "genesis-directory": {
      "type": "http",
      "url": "https://www.tatuape.sampa.br/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: genesis-directory
Remote MCP URL: https://www.tatuape.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://www.tatuape.sampa.br/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "genesis-directory": {
      "type": "http",
      "url": "https://www.tatuape.sampa.br/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "genesis-directory",
  "transport": "streamable-http",
  "url": "https://www.tatuape.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.