INDIVIDUAL MCP TOOL
get_activity
Full details for one activity: description, durationSeconds, rating, catalog prices (cents), metadata (inclusions, meeting point, ...), location and bookability.
LIVE ENDPOINT
https://tourscanner.ai/api/mcp
Connect to this endpoint to inspect the live schema for get_activity 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
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.tourscanner]
url = "https://tourscanner.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tourscanner": {
"type": "http",
"url": "https://tourscanner.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tourscanner
Remote MCP URL: https://tourscanner.ai/api/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": {
"tourscanner": {
"url": "https://tourscanner.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tourscanner": {
"type": "http",
"url": "https://tourscanner.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tourscanner",
"transport": "streamable-http",
"url": "https://tourscanner.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_destinations— Find cities and points of interest (attractions) by name.search_activities— Search tours, tickets and experiences by keywords, city (id or name), attraction, tag, rating or open date.check_availability— Live time slots and prices from the supplier for a date and party.get_availability_calendar— Which dates in a range are open, with slot count and cheapest price per date.get_booking_options— Ticket types (product options), age bands, cancellation policy and the booking questions the supplier requires.create_checkout_session— DEMO MODE — nothing is reserved and no payment can be taken.get_booking_status— Live status, voucher and ticket links for one of the caller's bookings.get_cancellation_quote— Whether one of the caller's bookings can be cancelled and the refund it would receive.