Productivity
yesmcp.com
Manages consultation bookings and availability for yesmcp's services.
ENDPOINT 1
https://mcp.yesmcp.com/mcp
MCP server metadata
- Name
- yesmcp
- Version
- 0.1.0
Known tools 10
list_availabilityLists yesmcp's genuinely bookable consultation windows — only real, future, unclaimed slots.
Inferred read-onlycancel_bookingCancels one of yesmcp's consultation bookings and frees the window for others.
Inferred read-onlyreschedule_bookingMoves an existing yesmcp consultation booking to a different window, keeping the same reference.
Inferred read-onlyget_servicesReturns yesmcp's real services catalog: what is offered, how an engagement runs, and timeline expectations.
Inferred read-onlyadvise_scenariosGiven 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.
Inferred read-onlydemo_walkthroughReturns yesmcp's demo sequence: the exact prompts a reviewer can replay, the tool call each one maps to, and what each should return.
Inferred read-onlydirectory_censusReturns 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.
Inferred read-onlybooking_widgetOpens 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.
Potential side effectsservices_widgetShows yesmcp's services as an interactive card carousel right in the chat: what we build, hosting & monitoring, security, ownership.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.