eCommerce
attractiontickets.com
Enables searching attractions and retrieving ticket product details, live pricing, deposits, and availability from AttractionTickets.
ENDPOINT 1
https://mcp.attractiontickets.com/mcp
MCP server metadata
- Name
- products-mcp
- Version
- 1.0.0
Known tools 3
search_attractionsSearch active theme parks and sightseeing attractions on AttractionTickets.
Inferred read-onlyget_attraction_detailsFetch full details for a specific attraction ID, including downstream ticket product structures.
Inferred read-onlyget_product_pricing_and_availabilityFetch live calendar pricing, deposits, and availability matrices for a specific ticket product ID.
Inferred read-onlyCONNECT 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.products-mcp]
url = "https://mcp.attractiontickets.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"products-mcp": {
"type": "http",
"url": "https://mcp.attractiontickets.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: products-mcp
Remote MCP URL: https://mcp.attractiontickets.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": {
"products-mcp": {
"url": "https://mcp.attractiontickets.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"products-mcp": {
"type": "http",
"url": "https://mcp.attractiontickets.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "products-mcp",
"transport": "streamable-http",
"url": "https://mcp.attractiontickets.com/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.