mcpbeat Sign in

Marketplace MCP Server

by bookingmaven Your server? Claim it
answering

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

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

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
11
Tools
read from the server
354 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Marketplace every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 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 294 ms 5 min ago

Alternatives to Marketplace

same job, measured the same way
Acuity Scheduling
by usefulapi

Read appointments, types, calendars and availability; create, cancel or reschedule bookings.

18 tools answering
Bronjoy Marketplace
by bronjoy

Search and book appointments at service businesses across Uzbekistan.

6 tools answering
Appointment Booking
by hatchloop

Find real businesses and book appointments. Books via Cal.com; imports 12 platforms.

9 tools answering
Salonrunner MCP
by topness-msft

Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.

36 installs/wk local only
G Guest
by g-guest

Book a table, appointment or class at a real local business. Instant confirmation, no API key.

8 tools answering
Otto Travel
by ottotheagent

Plan, book, and manage business travel.

answering
Kirah Local Services
by kirubel

Discover local services and availability, then create, track, reschedule, or cancel bookings.

10 tools answering
The Service Marketing Guys Audit
by theservicemarketingguys

Read-only audit of any local service business, Open Service Profile conformance first.

answering

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 92 of 92 checks got a reply (100.0%), average response time 354 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 354 ms on average, which is faster than 44% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.