Productivity
mercantry.org
Provides restaurant registry search and reservation booking capabilities.
ENDPOINT 1
https://mercantry.org/mcp
MCP server metadata
- Name
- registry
- Version
- 1.0.0
Known tools 9
search_merchantsFilter-based search over the restaurant registry (coverage cities + timezones in get_registry_meta).
Inferred read-onlyget_merchantEvery field the registry holds on one merchant: schema fields, structured hours, raw feedback history, platform-observed operational stats, and per-field provenance with timestamps.
Inferred read-onlyget_availabilityV1 does NOT hold live table availability — availability is checked on the phone call at booking time.
Inferred read-onlyget_booking_statusState machine position for a booking: pending → queued → in_progress → confirmed | failed | needs_input (plus cancelled).
Inferred read-onlycancel_bookingCancel a booking in any non-terminal state, or a confirmed reservation (the registry notifies the merchant).
Potential side effectsget_registry_metaEvaluate the registry itself: per-city coverage (with each city's IANA timezone), merchant/bookable counts, verification and freshness stats, feedback corpus size, schema version, and the documented deterministic ordering rule.
Inferred read-onlyCONNECT 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.registry]
url = "https://mercantry.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"registry": {
"type": "http",
"url": "https://mercantry.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: registry
Remote MCP URL: https://mercantry.org/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": {
"registry": {
"url": "https://mercantry.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"registry": {
"type": "http",
"url": "https://mercantry.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "registry",
"transport": "streamable-http",
"url": "https://mercantry.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mercantry.org was fetched 2026-08-03T14:00:52.169Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.