INDIVIDUAL MCP TOOL
get_collections
The three coverage tiers (Essential, Signature, Full Experience), what every tier includes, and the pricing policy - for the US destination market, the local Jalisco market, or both.
LIVE ENDPOINT
https://lemusweddings.com/api/mcp
Connect to this endpoint to inspect the live schema for get_collections and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.lemus-weddings]
url = "https://lemusweddings.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lemus-weddings": {
"type": "http",
"url": "https://lemusweddings.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lemus-weddings
Remote MCP URL: https://lemusweddings.com/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": {
"lemus-weddings": {
"url": "https://lemusweddings.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lemus-weddings": {
"type": "http",
"url": "https://lemusweddings.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lemus-weddings",
"transport": "streamable-http",
"url": "https://lemusweddings.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_site— Full-text search across every published page and article in English and Spanish.get_destinations— The four destinations Lemus Weddings shoots in, the towns each one covers, and its all-inclusive USD collection range (travel inside Mexico included).answer_question— Answer a question about weddings in Mexico from the studio's published FAQ - cost, legal validity in the US, passports, safety, best season, delivery times - and return the source pages to cite.get_booking_process— The six-step booking process, the guarantees, and the right contact channel.read_page— Fetch any page of lemusweddings.com as clean markdown.list_articles— List the published wedding-planning articles, optionally filtered by language and keyword.