← freetapmenu.app

INDIVIDUAL MCP TOOL

create_reservation

Create a future-dated table reservation after confirming availability.

freetapmenu.appnone authenticationAvailability not checked

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 endpoint

freetapmenu.app

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.freetapmenu-app]
url = "https://freetapmenu.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freetapmenu-app": {
      "type": "http",
      "url": "https://freetapmenu.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freetapmenu-app
Remote MCP URL: https://freetapmenu.app/api/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": {
    "freetapmenu-app": {
      "url": "https://freetapmenu.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freetapmenu-app": {
      "type": "http",
      "url": "https://freetapmenu.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freetapmenu-app",
  "transport": "streamable-http",
  "url": "https://freetapmenu.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_menu — Get the full menu (sections and dishes with prices) for a restaurant.
  • get_recommendations — Get a short list of recommended/popular/new dishes for a restaurant.
  • get_hours — Check whether a restaurant is open now and get its business hours.
  • check_waitlist — Check current walk-in waitlist availability and estimated wait.
  • join_waitlist — Add a guest to the walk-in waitlist.
  • check_reservation — Check table availability for a future date/time and party size.
  • get_floor_status — Get live table occupancy by zone (free vs occupied/reserved) for a restaurant.
  • check_table_availability — Check whether a real table (or merged group) that fits the party size is free at a date/time.