← thewedstay.com

INDIVIDUAL MCP TOOL

get_vendor

Get full details for a specific WedStay wedding vendor including bio, pricing, portfolio, website, Instagram, and contact link.

thewedstay.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

thewedstay.com

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.thewedstay-com]
url = "https://www.thewedstay.com/api/ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thewedstay-com": {
      "type": "http",
      "url": "https://www.thewedstay.com/api/ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: thewedstay-com
Remote MCP URL: https://www.thewedstay.com/api/ai/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": {
    "thewedstay-com": {
      "url": "https://www.thewedstay.com/api/ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thewedstay-com": {
      "type": "http",
      "url": "https://www.thewedstay.com/api/ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thewedstay-com",
  "transport": "streamable-http",
  "url": "https://www.thewedstay.com/api/ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_venues — Search WedStay wedding venues by location, capacity, price range, venue type, and amenities.
  • get_venue — Get full details for a specific WedStay wedding venue including description, capacity, pricing, photos, testimonials, and a direct booking link.
  • calculate_pricing — Estimate total wedding venue buyout costs based on region, guest count, venue type, and season.
  • search_vendors — Search WedStay wedding vendors across 12 categories: Photography, Videography, Wedding Planning, Floral Design, Catering, DJ & Music, Hair & Makeup, Transportation, Cake & Desserts, Lighting & Decor, Jewelry, Other Services.
  • list_vendor_categories — Get all 12 wedding vendor service categories available on WedStay with the number of active vendors in each.
  • submit_venue_inquiry — Submit a booking inquiry for a WedStay wedding venue.
  • submit_vendor_inquiry — Send a contact request to a WedStay wedding vendor.
  • search_inspiration — Search WedStay wedding inspiration photos by style, setting, color palette, mood, or season.