INDIVIDUAL MCP TOOL
book_strategy_session
Return the Calendly link where a contractor can book a free strategy session with Whet Dogs.
LIVE ENDPOINT
https://whet-systems.com/mcp
Connect to this endpoint to inspect the live schema for book_strategy_session 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.whet-dogs-mcp]
url = "https://whet-systems.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whet-dogs-mcp": {
"type": "http",
"url": "https://whet-systems.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whet-dogs-mcp
Remote MCP URL: https://whet-systems.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": {
"whet-dogs-mcp": {
"url": "https://whet-systems.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whet-dogs-mcp": {
"type": "http",
"url": "https://whet-systems.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whet-dogs-mcp",
"transport": "streamable-http",
"url": "https://whet-systems.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_info— Return the company name, mission, vision, unique value proposition, target audience, and core values for Whet Dogs.get_services— Return the list of AI services Whet Dogs builds for home service contractors.get_features— Return the reasons contractors trust Whet Dogs and how the team approaches building AI systems.