INDIVIDUAL MCP TOOL
search_photographers
Find real, bookable photographers for a given shoot_type_id (from search_shoot_types), optionally narrowed to a city_id.
LIVE ENDPOINT
https://www.kadro.co/mcp
Connect to this endpoint to inspect the live schema for search_photographers 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
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.get_photographer_packages— List the real, currently bookable packages (with prices, in Toman) a specific photographer offers for a given shoot_type_id.create_reservation— Book a specific photographer for a specific package, date/time, and address on the user's behalf — no login required.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.