# Aurum Transfers — Jamaica Airport Transfers & Tourist Business Directory

Live price quotes and private airport transfers from MBJ, KIN, and OCJ airports to any Jamaica hotel, resort, villa, or attraction. Full chauffeur day trip packages. Plus: Jamaica's tourist business …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add info-4x29/aurum-transfers

# Browse available tools
npx -y @smithery/cli@latest tool list info-4x29/aurum-transfers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get info-4x29/aurum-transfers transfers.quote

# Call a tool
npx -y @smithery/cli@latest tool call info-4x29/aurum-transfers transfers.quote '{}'
```

## Direct MCP Connection

Endpoint: `https://aurum-transfers--info-4x29.run.tools`

**Optional config:**
- `aurumosKey` (query) — API key from aurum-transfers.com/referral-partners. Required for all tool calls.
- `defaultPassengers` (query) — Default number of passengers for quotes (optional, default: 2)
- `currency` (query) — Preferred currency for quotes (optional, default: USD)
- `preferredVehicle` (query) — Default vehicle type for quotes (optional)

## Tools (20)

- `transfers.quote` — Get a live price quote for any transfer in Jamaica. Supports airport pickups/dropoffs AND any hotel, resort, attraction…
- `transfers.destinations` — List all available transfer destinations from a specific Jamaica airport, with prices.
- `transfers.pricing` — Get detailed pricing for a specific route and vehicle type. Returns base price, vehicle name, capacity, and what's incl…
- `transfers.booking.status` — Check the status of an existing Aurum Transfers booking by reference number.
- `transfers.booking.create` — Create a new private airport transfer booking. Returns a booking reference and payment link. Requires customer name, co…
- `fleet.airports` — List Jamaica's three international airports with city, full name, and operational notes.
- `fleet.vehicles` — List all Aurum Transfers vehicle types with capacity and description.
- `fleet.chauffeur` — List Aurum Transfers chauffeur (hourly) packages for sightseeing, tours, and full-day private driving.
- `transfers.routes.popular` — List the most popular Aurum Transfers airport→destination routes by actual booking volume. Falls back to a curated list…
- `directory.listing.status` — Look up a directory business listing by slug, name, or contact email. Returns claim status, tier, missing fields, and u…
- `directory.listing.claim` — Start the claim flow for an unclaimed listing. Sends OTP verification and queues 24h reminder. Required: slug, email, p…
- `directory.listing.update` — Edit a claimed listing's text fields. MUST verify ownership first (the email must match the listing's primary contact).…
- `directory.images.upload` — Generate a presigned upload URL for a listing image (cover, gallery, or logo). Requires ownership verification. Gallery…
- `directory.images.confirm` — Confirm an image upload completed and apply it to the listing. Call after the user has PUT the file to the presigned UR…
- `directory.upgrade.options` — List directory subscription tiers (Enhanced $75, Featured $150, Premium $300) with benefits and PayPal plan IDs.
- `directory.upgrade.checkout` — Create a PayPal subscription checkout link for a listing upgrade. Returns the exact approval URL — do not modify it. Re…
- `directory.images.delete` — Remove an image from a listing's gallery. Requires ownership verification.
- `directory.analytics` — Get outreach and engagement analytics for a claimed listing (last 30 days). Requires ownership verification.
- `directory.listing.submit` — Submit a new business listing to the directory. Creates the listing with free tier and queues welcome/nurture emails. R…
- `transfers.routes.resort` — Look up transfer info for a specific Jamaica resort or hotel by name. Returns nearest airport, area, and drive time.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get info-4x29/aurum-transfers <tool-name>
```

## Prompts (3)

- `get_transfer_quote` (origin, destination, passengers) — Get a price quote for a Jamaica airport transfer
- `find_jamaica_business` (query) — Search the Jamaica Business Directory for hotels, restaurants, attractions, and services
- `list_my_business` (business_name, parish) — Get a new business listed in the Jamaica Business Directory

---

License: MIT
