← istanbulprimepass.com

INDIVIDUAL MCP TOOL

get_pass_info

Overview of the Istanbul PRIME Pass: what it is, how many attractions are included, durations, pricing model, and how it is redeemed.

istanbulprimepass.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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • check_pass_pricing — PRIME Pass prices in EUR for every duration.
  • list_included_venues — List attractions/experiences in the PRIME Pass, with district, category, individual value, opening hours, and whether each is included or an optional add-on.
  • search_attractions — Search the attractions/experiences included in the PRIME Pass by keyword (and optionally district/category).
  • get_attraction_details — Full detail for one included attraction: description, opening hours, address, highlights, important info, things to know, and FAQs.
  • get_checkout_link — Get a checkout link to purchase the PRIME Pass.