INDIVIDUAL MCP TOOL
get_reserve_with_google
How Rizzrv's Reserve with Google integration works: the booking button on Google Search and Maps, setup steps, how restaurants differ from barbers/salons and other appointment businesses, requirements and FAQ.
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 endpoint
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.rizzrv-com]
url = "https://rizzrv.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rizzrv-com": {
"type": "http",
"url": "https://rizzrv.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rizzrv-com
Remote MCP URL: https://rizzrv.com/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": {
"rizzrv-com": {
"url": "https://rizzrv.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rizzrv-com": {
"type": "http",
"url": "https://rizzrv.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rizzrv-com",
"transport": "streamable-http",
"url": "https://rizzrv.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product_overview— What Rizzrv is: audience, feature list, how onboarding works, supported languages and key links.get_pricing— Rizzrv subscription plans with monthly prices in EUR and the features included in each plan.get_faq— Frequently asked questions about Rizzrv, with answers.