← kadro.co

INDIVIDUAL MCP TOOL

create_reservation

Book a specific photographer for a specific package, date/time, and address on the user's behalf — no login required.

kadro.conone authenticationAvailability not checked

LIVE ENDPOINT

https://www.kadro.co/mcp

No auth detected

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

kadro.co

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.kadro-booking]
url = "https://www.kadro.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kadro-booking": {
      "type": "http",
      "url": "https://www.kadro.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kadro-booking
Remote MCP URL: https://www.kadro.co/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": {
    "kadro-booking": {
      "url": "https://www.kadro.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kadro-booking": {
      "type": "http",
      "url": "https://www.kadro.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kadro-booking",
  "transport": "streamable-http",
  "url": "https://www.kadro.co/mcp"
}
MCP Inspector

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

Related tools

  • search_shoot_types — List the photography/videography service types Kadro offers (e.
  • search_photographers — Find real, bookable photographers for a given shoot_type_id (from search_shoot_types), optionally narrowed to a city_id.
  • get_photographer_packages — List the real, currently bookable packages (with prices, in Toman) a specific photographer offers for a given shoot_type_id.
  • get_payment_link — Get a URL for the human to open in their own browser to finish this reservation: verify their phone number by SMS code and pay.
  • get_reservation_status — Check whether a reservation has been paid and confirmed.