← Registry

Productivity

yesmcp.com

Manages consultation bookings and availability for yesmcp's services.

1 endpoint10 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://mcp.yesmcp.com/mcp

No auth detected

MCP server metadata

Name
yesmcp
Version
0.1.0
Capabilities
tools.listChangedprompts.listChangedresources.listChanged

Known tools 10

list_availability

Lists yesmcp's genuinely bookable consultation windows — only real, future, unclaimed slots.

Inferred read-only
book_consult

Books one of yesmcp's consultation windows for the user.

Inferred read-only
cancel_booking

Cancels one of yesmcp's consultation bookings and frees the window for others.

Inferred read-only
reschedule_booking

Moves an existing yesmcp consultation booking to a different window, keeping the same reference.

Inferred read-only
get_services

Returns yesmcp's real services catalog: what is offered, how an engagement runs, and timeline expectations.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
services_widget

Shows yesmcp's services as an interactive card carousel right in the chat: what we build, hosting & monitoring, security, ownership.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.