目录 / EquipDash
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
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://equipdash--equipdash.run.tools
{
"mcpServers": {
"EquipDash": {
"url": "https://equipdash--equipdash.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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). |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。