EquipDash
EquipDash is a rental, booking, and experience management platform for equipment rental businesses. The MCP server provides 123 tools organized across 24 domains: - Bookings: Create, list, update, cancel bookings; manage notes and tags; track late pickups/returns - Products: Manage rental products, check availability, calculate pricing, track inventory - Experiences: Manage bookable experiences, check availability, view schedules - Customers: Full customer management with search, notes, and custom emails - Payments: Record payments, process Stripe refunds, apply promo codes/vouchers, send payment links - Staff: Manage staff members, create/edit shifts, view schedules - Store: Manage retail/store products, adjust inventory, track sales - Reports: Revenue summaries, booking stats/trends, inventory reports, top customers/products - Promotions: Create and validate promo codes and vouchers - Forms & Surveys: Manage waivers/forms and survey analytics - Categories & Tags: Organize products, experiences, and store items - Bundles: Check bundle availability - Campaigns: View campaign stats - Waitlist: Manage waitlist entries - Workshop: Track items in workshop/repair - Seasons: Manage seasonal pricing - Settings: View business hours and locations - Support: Create and manage support tickets - AI Agents: Run and manage automated agents
How to connect
https://equipdash--equipdash.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(15)-
get_agentGet details of a specific Dash Agent including its configuration, tools, trigger settings, and recent run history.
-
get_agent_runsGet the run history for a Dash Agent. Returns recent runs with status, summary, and token usage.
-
list_agentsList all Dash Agents for this supplier. Returns agent names, statuses, trigger types, and run stats.
-
run_agentTrigger a manual run of a Dash Agent. The agent will execute in the background.
-
toggle_agentEnable or disable a Dash Agent. Disabled agents will not run on schedule or respond to events.
-
get_ai_credit_balanceGet the current AI credit balance, including monthly plan credits remaining, purchased credit pack balance, and total available credits.
-
get_ai_credit_usageGet AI credit usage for the current month, including credits used, remaining, percentage used, number of requests, and breakdown by feature (e.g. assistant, descriptions).
-
add_booking_noteAdd an internal note to a booking. Use for any comments, reminders, or internal information about a booking.
-
add_booking_tagAdd a tag to a booking. Creates the tag if it does not exist.
-
cancel_bookingCancel a booking. First call without user_confirmed returns the applicable cancellation policy and refund preview — show this to the user and ask for confirmation. Second call with user_confirmed=true executes the cancellation.
-
create_bookingCreate a new booking. First call returns a preview — show it to the user and wait for confirmation. Second call with user_confirmed=true creates the booking. Handles rental, experience, and store product bookings. Store-only bookings (buying physical products) do not require dates. Store products can also be added as add-ons to rental/experience bookings. If products have require_participants=true or experiences have participants_required=true, participant details must be provided.
-
get_booking_notesGet all internal notes on a booking.
-
get_bookingGet detailed information about a specific booking by ID or reference number.
-
get_late_pickupsGet bookings with overdue pickups (confirmed but not yet picked up past start date).
-
get_late_returnsGet bookings with overdue returns (picked up but not returned past end date).