INDIVIDUAL MCP TOOL
booking_widget
Opens yesmcp's interactive booking calendar right in the chat: the user browses real free consultation windows, picks one and books it with a short form — name, email and topic are collected by the form itself.
LIVE ENDPOINT
https://mcp.yesmcp.com/mcp
Connect to this endpoint to inspect the live schema for booking_widget and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.yesmcp]
url = "https://mcp.yesmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yesmcp": {
"type": "http",
"url": "https://mcp.yesmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yesmcp
Remote MCP URL: https://mcp.yesmcp.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": {
"yesmcp": {
"url": "https://mcp.yesmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yesmcp": {
"type": "http",
"url": "https://mcp.yesmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yesmcp",
"transport": "streamable-http",
"url": "https://mcp.yesmcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_availability— Lists yesmcp's genuinely bookable consultation windows — only real, future, unclaimed slots.book_consult— Books one of yesmcp's consultation windows for the user.cancel_booking— Cancels one of yesmcp's consultation bookings and frees the window for others.reschedule_booking— Moves an existing yesmcp consultation booking to a different window, keeping the same reference.get_services— Returns yesmcp's real services catalog: what is offered, how an engagement runs, and timeline expectations.advise_scenarios— Given a business type in the user's own words (for example `hair salon`, `restaurant`, `dental clinic`), returns yesmcp's curated playbook: what that business's customers could do inside AI chats, what the business's own team could run from their chat, what building it takes, and a concrete next step.demo_walkthrough— Returns yesmcp's demo sequence: the exact prompts a reviewer can replay, the tool call each one maps to, and what each should return.directory_census— Returns yesmcp's own dated, hand-counted census of the Anthropic Claude connector directory: how many connectors are listed in total, how many are in each category, the date of the count, and the week-over-week change when an earlier count exists.