INDIVIDUAL MCP TOOL
create_enquiry_draft
Create a private 24-hour enquiry draft for a selected vendor.
LIVE ENDPOINT
https://verseweddings.com/mcp
Connect to this endpoint to inspect the live schema for create_enquiry_draft and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.verse-weddings]
url = "https://verseweddings.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verse-weddings": {
"type": "http",
"url": "https://verseweddings.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verse-weddings
Remote MCP URL: https://verseweddings.com/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": {
"verse-weddings": {
"url": "https://verseweddings.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verse-weddings": {
"type": "http",
"url": "https://verseweddings.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verse-weddings",
"transport": "streamable-http",
"url": "https://verseweddings.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vendors— Search public wedding vendor listings by service, location, rating and market.get_vendor— Retrieve a public wedding vendor profile by UUID or slug, including description, location, ratings, services, images, FAQs and canonical URL.list_categories— List public wedding vendor categories and vendor counts for a market.list_destinations— List active destination-wedding locations with planning summaries and live vendor counts.list_my_enquiries— List the signed-in couple’s Verse enquiries.get_enquiry_thread— Read one enquiry conversation owned by the signed-in couple.mark_enquiry_read— Mark vendor messages in an enquiry as read for the signed-in couple.send_enquiry_message— Send a privacy-filtered message in an enquiry owned by the signed-in couple.