← Registry

Productivity

mercantry.org

Provides restaurant registry search and reservation booking capabilities.

1 endpoint9 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mercantry.org/mcp

No auth detected

MCP server metadata

Name
registry
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

search_merchants

Filter-based search over the restaurant registry (coverage cities + timezones in get_registry_meta).

Inferred read-only
get_merchant

Every 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-only
get_availability

V1 does NOT hold live table availability — availability is checked on the phone call at booking time.

Inferred read-only
place_booking

Request a table reservation.

Inferred read-only
get_booking_status

State machine position for a booking: pending → queued → in_progress → confirmed | failed | needs_input (plus cancelled).

Inferred read-only
modify_booking

Amend a booking before or after the call.

Inferred read-only
cancel_booking

Cancel a booking in any non-terminal state, or a confirmed reservation (the registry notifies the merchant).

Potential side effects
submit_feedback

Report how a confirmed reservation actually went.

Inferred read-only
get_registry_meta

Evaluate 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-only

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.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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.