ENDPOINT 1
https://fly.ninja/api/mcp
MCP server metadata
- Name
- fly-ninja
- Version
- 1.0.0
fly.ninja adventure-experience catalog. Use brief_to_options for gifting, search_experiences to browse, get_experience for detail, check_availability and list_booking_questions before booking, cart_quote to price and get a checkout link, and voucher_status to track an order.
Known tools 10
get_experienceFetch the full normalized record for a single experience by id (e.g.
Inferred read-onlylist_booking_questionsReturn the booking questions that must be answered to book an experience (traveler details, pickup, etc.).
Inferred read-onlyvoucher_statusLook up the status of a fly.ninja gift voucher by its public gift-page reference or voucher id.
Inferred read-onlybrief_to_optionsTurn a free-text gift brief into 3-5 ranked experience recommendations with a one-sentence rationale for each.
Inferred read-onlycart_quoteCompose a price quote for an experience and a traveler mix, and return a one-tap checkout_url.
Inferred read-onlycreate_viator_checkout_holdCreate a real Viator cart hold and return a signed checkout_url for the buyer.
Potential side effectscreate_direct_checkout_sessionStart a headless ACP checkout session for a direct operator experience (direct:uuid).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fly.ninja was fetched 2026-09-18T11:58:42.236Z.
fly.ninja is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.