← mercantry.org

INDIVIDUAL MCP TOOL

get_availability

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

mercantry.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mercantry.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_availability 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

mercantry.org

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.

Related tools

  • search_merchants — Filter-based search over the restaurant registry (coverage cities + timezones in get_registry_meta).
  • 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.
  • place_booking — Request a table reservation.
  • get_booking_status — State machine position for a booking: pending → queued → in_progress → confirmed | failed | needs_input (plus cancelled).
  • modify_booking — Amend a booking before or after the call.
  • cancel_booking — Cancel a booking in any non-terminal state, or a confirmed reservation (the registry notifies the merchant).
  • submit_feedback — Report how a confirmed reservation actually went.
  • 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.