← tourism27.ru

INDIVIDUAL MCP TOOL

get_tour_catalog

Returns upcoming public Туризм27 tour summaries from published Drupal excursion nodes.

tourism27.runone 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

tourism27.ru

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • site_info — Returns public Туризм27 site metadata, contact email, account URLs, booking URLs, and MCP safety mode.
  • site_knowledge_pack — Returns a rich public AI crawl pack: site metadata, public pages, landing page sections/FAQ, and full public excursion details.
  • list_public_pages — Lists public Туризм27 pages available through this read-only MCP endpoint.
  • get_public_page — Returns one allowlisted public Туризм27 page summary by path, for example /ru/tours.
  • list_excursions — Lists public published excursions with rich descriptions, dates, route, type, program, equipment, price and availability fields.
  • get_excursion_detail — Returns one public excursion with all crawler-safe public description fields by path, URL, or title.
  • search_public_site — Searches public Туризм27 landing content and full public excursion text.