Data Collection
verseweddings.com
Searches and retrieves public wedding vendor listings, profiles, categories, and destinations, and enables creation of enquiry drafts.
ENDPOINT 1
https://verseweddings.com/mcp
MCP server metadata
- Name
- verse-weddings
- Version
- 1.0.0
Use discovery tools to find public vendors. create_enquiry_draft creates a non-delivered draft only. OAuth-authorised tools may read and reply only within the signed-in couple’s own Verse enquiries. Never request or share direct contact details.
Known tools 9
search_vendorsSearch public wedding vendor listings by service, location, rating and market.
Inferred read-onlyget_vendorRetrieve a public wedding vendor profile by UUID or slug, including description, location, ratings, services, images, FAQs and canonical URL.
Inferred read-onlylist_categoriesList public wedding vendor categories and vendor counts for a market.
Inferred read-onlylist_destinationsList active destination-wedding locations with planning summaries and live vendor counts.
Inferred read-onlycreate_enquiry_draftCreate a private 24-hour enquiry draft for a selected vendor.
Potential side effectsmark_enquiry_readMark vendor messages in an enquiry as read for the signed-in couple.
Inferred read-onlysend_enquiry_messageSend a privacy-filtered message in an enquiry owned by the signed-in couple.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.