mcpbeat

Marketplace MCP Server

com.bookingmaven/marketplace
answering

Marketplace is answering right now. Last checked 13 min ago. It exposes 11 tools.

Book, reschedule and cancel appointments at any business on the BookingMaven marketplace.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
365 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add marketplace --transport http https://mcp.bookingmaven.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://mcp.bookingmaven.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marketplace]
url = "https://mcp.bookingmaven.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://mcp.bookingmaven.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://mcp.bookingmaven.com/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

account
create_account
Get a BookingMaven signup link pre-filled with the customer's details. The customer visits the link to set their password and activate their account, which links their past bookings.
availability
get_availability
Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling book_appointment.
book
book_appointment
Reserve an appointment slot at a service business. Provide a unique idempotency_key to safely retry without double-booking. Get service_id from get_business and start_time/end_time from get_availability.
booking
get_booking
Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed.
bookings
list_my_bookings
List all appointments booked with your email address. Requires signing in (OAuth) — your AI must be connected with an authenticated account that has a verified email. Returns your upcoming and past bookings.
business
get_business
Get full details for a business including services (with IDs and prices), staff, and hours. You need service_id and optionally staff_id before calling book_appointment.
businesses
search_businesses
Search for service businesses by location. Returns businesses with their booking URLs, ratings, and descriptions. Use get_business to see services and get_availability to check open slots.
cancel
cancel_appointment
Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.
link
link_account
Link the guest bookings you made with your email to your signed-in account so you can manage them from your account. Requires signing in (OAuth) with a verified email.
reschedule
reschedule_appointment
Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availability). The new slot is checked for conflicts. No account needed.
start
start_business_signup
Get a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details.

Endpoints

URLTransportStateLatencyChecked
https://mcp.bookingmaven.com/mcp streamable-http answering 471 ms 13 min ago

Marketplace — questions

Answers built from our own checks of this server.

What can Marketplace do?
It exposes 11 tools, read directly from the server on our last check. Among them: book_appointment, cancel_appointment, create_account, get_availability, get_booking, get_business and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Marketplace working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 365 ms. The bar chart above shows every period we have measured.
How do I connect Marketplace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Marketplace need an API key?
No. Marketplace completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Marketplace?
It answers our handshake in 365 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.