← tatomamo.com

INDIVIDUAL MCP TOOL

get_game

Return the canonical content model for one TATO MAMO game page.

tatomamo.comnone authenticationAvailability not checked

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

tatomamo.com

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.tatomamo-site-mcp]
url = "https://www.tatomamo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tatomamo-site-mcp": {
      "type": "http",
      "url": "https://www.tatomamo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tatomamo-site-mcp
Remote MCP URL: https://www.tatomamo.com/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": {
    "tatomamo-site-mcp": {
      "url": "https://www.tatomamo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tatomamo-site-mcp": {
      "type": "http",
      "url": "https://www.tatomamo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tatomamo-site-mcp",
  "transport": "streamable-http",
  "url": "https://www.tatomamo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_site_context — Return the canonical public context for TATO MAMO, TATOMAMO OU, Food Festival 3, store links and social profiles.
  • list_public_pages — List canonical public pages that should be indexed and cited.
  • get_page_copy — Return short canonical copy for a public page path.
  • get_legal_document — Return one public legal document: privacy policy, terms of use, or arbitration agreement.
  • list_video_assets — List public TATO MAMO YouTube videos and thumbnails used on the site.
  • list_games — List TATO MAMO game entities, verified store links, coming-soon status and parent-facing promises.
  • list_parent_guides — List parent guide pages and their direct answers.
  • list_seo_landing_pages — List SEO landing pages, answers and target search intents.