← fly.ninja
INDIVIDUAL MCP TOOL
voucher_status
Look up the status of a fly.ninja gift voucher by its public gift-page reference or voucher id.
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
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.fly-ninja]
url = "https://fly.ninja/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fly-ninja": {
"type": "http",
"url": "https://fly.ninja/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fly-ninja
Remote MCP URL: https://fly.ninja/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": {
"fly-ninja": {
"url": "https://fly.ninja/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fly-ninja": {
"type": "http",
"url": "https://fly.ninja/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fly-ninja",
"transport": "streamable-http",
"url": "https://fly.ninja/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_experiences— Browse fly.ninja's bookable adventure experience catalog.get_experience— Fetch the full normalized record for a single experience by id (e.g.check_availability— Return available start times for an experience on a given date from cached availability schedules.list_booking_questions— Return the booking questions that must be answered to book an experience (traveler details, pickup, etc.).brief_to_options— Turn a free-text gift brief into 3-5 ranked experience recommendations with a one-sentence rationale for each.cart_quote— Compose a price quote for an experience and a traveler mix, and return a one-tap checkout_url.create_viator_checkout_hold— Create a real Viator cart hold and return a signed checkout_url for the buyer.create_direct_checkout_session— Start a headless ACP checkout session for a direct operator experience (direct:uuid).