INDIVIDUAL MCP TOOL
search_services
Ranks up to five services in one published Kirah business catalog against a short free-text query.
LIVE ENDPOINT
https://kirah.ai/api/mcp-registry-v1
Connect to this endpoint to inspect the live schema for search_services 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.kirah-local-services]
url = "https://kirah.ai/api/mcp-registry-v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kirah-local-services": {
"type": "http",
"url": "https://kirah.ai/api/mcp-registry-v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kirah-local-services
Remote MCP URL: https://kirah.ai/api/mcp-registry-v1
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": {
"kirah-local-services": {
"url": "https://kirah.ai/api/mcp-registry-v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kirah-local-services": {
"type": "http",
"url": "https://kirah.ai/api/mcp-registry-v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kirah-local-services",
"transport": "streamable-http",
"url": "https://kirah.ai/api/mcp-registry-v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— Returns one published Kirah business catalog with current services, providers, timezone, prices, durations, deposit requirements, intake-question definitions and derived booking capabilities.get_availability— Returns current open times for one exact service and optional provider over a YYYY-MM-DD range of up to 31 days, with at most 20 rows.search_businesses— Searches Kirah's eligible public business directory by service need or exact Kirah Agent Address, with optional coarse location, price and demo-mode filters.find_available_services— Checks up to five top matching eligible Kirah businesses for earliest current availability within an exact ISO-8601 window of up to 14 days.get_booking_status— Returns the current status, time, service and provider for one grant-authorized booking reference.get_reschedule_options— Returns up to five real alternate times and the current fee or approval consequences for one grant-authorized booking.reschedule_booking— Atomically moves one grant-authorized booking to a real open time after explicit user confirmation.cancel_booking— Cancels one grant-authorized booking after explicit user confirmation.