← Registry

eCommerce

fly.ninja

Browse and book adventure experiences from fly.ninja's catalog.

1 endpoint10 known toolsFirst detected May 30, 2026Last detected August 25, 2026

ENDPOINT 1

https://fly.ninja/api/mcp

No auth detected

MCP server metadata

Name
fly-ninja
Version
1.0.0
Capabilities
tools
Server instructions

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

search_experiences

Browse fly.ninja's bookable adventure experience catalog.

Inferred read-only
get_experience

Fetch the full normalized record for a single experience by id (e.g.

Inferred read-only
check_availability

Return available start times for an experience on a given date.

Inferred read-only
list_booking_questions

Return the booking questions that must be answered to book an experience (traveler details, pickup, etc.).

Inferred read-only
voucher_status

Look up the status of a fly.ninja gift voucher by its public gift-page reference or voucher id.

Inferred read-only
brief_to_options

Turn a free-text gift brief into 3-5 ranked experience recommendations with a one-sentence rationale for each.

Inferred read-only
cart_quote

Compose a price quote for an experience and a traveler mix, and return a one-tap checkout_url.

Inferred read-only
create_viator_checkout_hold

Create a real Viator cart hold and return a signed checkout_url for the buyer.

Potential side effects
create_direct_checkout_session

Start a headless ACP checkout session for a direct operator experience (direct:uuid).

Inferred read-only
complete_direct_checkout

Legacy alias for create_direct_checkout_session.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fly.ninja was fetched 2026-09-18T11:58:42.236Z.

Trust status Trusted

fly.ninja is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.