com.bookingmaven/marketplace

MCPcomunidaden línea
v1.0.0com.bookingmavenUnknownActualizado hace 2 m

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

Estado del endpointen línea
comprobado hace 2 h · 602 ms
100 % de las últimas 3 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 2 mÚltima actualización
Paquete
Autorcom.bookingmaven
LicenciaUnknown
Versión1.0.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas11 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado4 jul 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

11 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor2h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://mcp.bookingmaven.com/mcp11 herramientas · 602 ms
search_businessesSearch 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.

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.

ParámetroTipoDescripción
location*stringCity, city+state, or zip code. E.g. 'Brooklyn NY', 'Austin, TX', '90210'
categorystringFilter by business type
limitnumberMax results (default 10)
get_businessGet 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.

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.

ParámetroTipoDescripción
slugstringThe business slug from search_businesses results
business_slugstringAlias for slug — the business slug from search_businesses results
get_availabilityGet 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.

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.

ParámetroTipoDescripción
business_slug*stringThe business slug from search_businesses results
date*stringDate to check in YYYY-MM-DD format
staff_idstringSpecific staff member ID (from get_business). Omit to check any available staff.
timezonestringIANA timezone string (e.g. 'America/New_York'). Defaults to business local time.
book_appointmentReserve 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.

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.

ParámetroTipoDescripción
business_slug*stringThe business slug from search_businesses results
service_id*stringThe service ID from get_business results
start_time*stringISO 8601 datetime for the appointment start (from get_availability)
end_time*stringISO 8601 datetime for the appointment end (from get_availability)
customer_name*stringCustomer full name
customer_email*stringCustomer email address
customer_phonestringCustomer phone number (optional)
staff_idstringStaff member ID (from get_business). Omit to auto-assign.
notesstringAny special requests or notes for the business
idempotency_key*stringUnique key to prevent duplicate bookings (e.g. UUID). Reuse the same key to safely retry.
get_bookingLook 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.

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.

ParámetroTipoDescripción
booking_id*stringThe booking_id returned from book_appointment
lookup_token*stringThe lookup_token returned from book_appointment for this booking
cancel_appointmentCancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.

Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.

ParámetroTipoDescripción
booking_id*stringThe booking_id returned from book_appointment
lookup_token*stringThe lookup_token returned from book_appointment for this booking
reschedule_appointmentMove 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.

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.

ParámetroTipoDescripción
booking_id*stringThe booking_id returned from book_appointment
lookup_token*stringThe lookup_token returned from book_appointment for this booking
new_start_time*stringISO 8601 datetime for the new appointment start (from get_availability)
new_end_time*stringISO 8601 datetime for the new appointment end (from get_availability)
create_accountGet 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.

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.

ParámetroTipoDescripción
email*stringCustomer email (use the same email used for booking)
name*stringCustomer full name
phonestringCustomer phone number (optional)
start_business_signupGet a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details.

Get a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details.

ParámetroTipoDescripción
business_namestringName of the business
categorystringType of business
emailstringBusiness owner email
list_my_bookingsList 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.

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.

No se publicó ningún esquema de entrada para esta herramienta.

link_accountLink 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.

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.

No se publicó ningún esquema de entrada para esta herramienta.

11 de 11 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.