← tatilce.org

INDIVIDUAL MCP TOOL

get-categories

List active business categories on tatilce.org with names, slugs, and links.

tatilce.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://tatilce.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get-categories and invoke it with your own arguments.

Indexed 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 server

tatilce.org

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.tatilce-org]
url = "https://tatilce.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tatilce-org": {
      "type": "http",
      "url": "https://tatilce.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tatilce-org": {
      "type": "http",
      "url": "https://tatilce.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tatilce-org",
  "transport": "streamable-http",
  "url": "https://tatilce.org/mcp"
}
MCP Inspector

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

Related tools

  • search-businesses — Search for businesses on tatilce.org by text query, category, location, budget, or badges.
  • get-business-details — Get detailed information about a specific business by its slug, including description, rating, reviews, address, contact info, FAQ, and verification status.
  • get-nearby-businesses — Find businesses near a latitude/longitude within a radius (km).