# Aisle Wedding

Search destination wedding venues and vendors worldwide with Aisle. 10 tools for AI-assisted wedding planning:

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aisle/wedding

# Browse available tools
npx -y @smithery/cli@latest tool list aisle/wedding

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aisle/wedding search_venues

# Call a tool
npx -y @smithery/cli@latest tool call aisle/wedding search_venues '{}'
```

## Direct MCP Connection

Endpoint: `https://wedding--aisle.run.tools`

## Tools (10)

- `search_venues` — Search for destination wedding venues worldwide. Filter by country, venue type (villa, beach, castle, resort, hotel, es…
- `get_venue_details` — Get full details for a specific wedding venue including highlights, FAQs, travel information, cost estimates, sample ti…
- `list_venue_countries` — List all countries that have wedding venues available on Aisle, with the number of venues in each country.
- `search_vendors` — Search for wedding vendors by category and location. Categories include photographer, videographer, florist, caterer, D…
- `get_vendor_details` — Get full details for a specific wedding vendor including services offered, highlights, FAQs, ratings, and photo gallery.
- `list_vendor_categories` — List available wedding vendor categories with the number of vendors in each. Optionally filter by location.
- `get_budget_estimate` — Estimate a destination wedding budget based on guest count, destination country, and style tier. Returns a detailed bre…
- `get_planning_timeline` — Get a destination wedding planning checklist organized by months before the wedding. Covers everything from venue booki…
- `get_packing_list` — Get a destination wedding packing list tailored to climate and role. Includes outfits for each event, weather essential…
- `search_guides` — Search Aisle's wedding planning guides for advice on budgets, timelines, etiquette, legal requirements, packing, RSVPs,…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aisle/wedding <tool-name>
```

## Prompts (1)

- `plan-wedding` (destination, guest_count, budget) — Help plan a destination wedding by searching venues, vendors, estimating budgets, and creating timelines
