← Top 100 / Full directory (5,562)

EquipDash

Search & Web Remote 15 tools

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

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://equipdash--equipdash.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(15)
  • get_agent

    Get details of a specific Dash Agent including its configuration, tools, trigger settings, and recent run history.

  • get_agent_runs

    Get the run history for a Dash Agent. Returns recent runs with status, summary, and token usage.

  • list_agents

    List all Dash Agents for this supplier. Returns agent names, statuses, trigger types, and run stats.

  • run_agent

    Trigger a manual run of a Dash Agent. The agent will execute in the background.

  • toggle_agent

    Enable or disable a Dash Agent. Disabled agents will not run on schedule or respond to events.

  • get_ai_credit_balance

    Get the current AI credit balance, including monthly plan credits remaining, purchased credit pack balance, and total available credits.

  • get_ai_credit_usage

    Get 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_note

    Add an internal note to a booking. Use for any comments, reminders, or internal information about a booking.

  • add_booking_tag

    Add a tag to a booking. Creates the tag if it does not exist.

  • cancel_booking

    Cancel 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_booking

    Create 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_notes

    Get all internal notes on a booking.

  • get_booking

    Get detailed information about a specific booking by ID or reference number.

  • get_late_pickups

    Get bookings with overdue pickups (confirmed but not yet picked up past start date).

  • get_late_returns

    Get bookings with overdue returns (picked up but not returned past end date).

Related servers