Shopmonkey MCP Server

64 tools. 30 can modify or destroy data without limits.

8 destructive tools with no built-in limits. Policy required.

Last updated:

30 can modify or destroy data
34 read-only
64 tools total

Community server · catalogue entry checked 03/07/2026

How to control Shopmonkey MCP Server ↓

What Shopmonkey MCP Server exposes to your agents

Read (34) Write / Execute (22) Destructive / Financial (8)
Critical Risk

The most dangerous Shopmonkey MCP Server tools

30 of Shopmonkey MCP Server's 64 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Shopmonkey MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Shopmonkey MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "create_payment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_canned_service": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_canned_service_fee": {
    "limits": [
      {
        "counter": "add_canned_service_fee_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_appointment": {
    "limits": [
      {
        "counter": "get_appointment_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Shopmonkey MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SHOPMONKEY →

Instant setup, no code required.

All 64 Shopmonkey MCP Server tools

WRITE 22 tools
Write add_canned_service_fee Add a fee line item to an existing canned service template. Write add_canned_service_labor Add a labor line item to an existing canned service template. Write add_canned_service_part Add a part line item to an existing canned service template. Write add_canned_service_subcontract Add a subcontract line item to an existing canned service template. Write add_canned_service_tire Add a tire line item to an existing canned service template. Write create_appointment Book a new appointment in Shopmonkey. Write create_canned_service Create a new canned service template in Shopmonkey. Canned services are reusable service bundles that can be a Write create_customer Create a new customer in Shopmonkey. Write create_order Create a new work order in Shopmonkey. Write create_vehicle Add a new vehicle to Shopmonkey, optionally linked to a customer. Write create_webhook Create a new webhook in Shopmonkey. Use this to register Make.com or other endpoint URLs that receive Shopmonk Write update_appointment Update or reschedule an existing appointment. Write update_canned_service Update an existing canned service template by ID. Write update_canned_service_fee Update a fee line item on a canned service template. Write update_canned_service_labor Update a labor line item on a canned service template. Write update_canned_service_part Update a part line item on a canned service template. Write update_canned_service_subcontract Update a subcontract line item on a canned service template. Write update_canned_service_tire Update a tire line item on a canned service template. Write update_customer Update an existing customer\ Write update_order Update fields on an existing work order. Write update_vehicle Update an existing vehicle\ Write update_webhook Update an existing webhook by ID.
READ 34 tools
Read get_appointment Get detailed information about a single appointment by its ID. Read get_canned_service Get detailed information about a single canned service template by its ID. Read get_customer Get detailed information about a single customer by their ID. Read get_inventory_part Get detailed information about a single inventory part by its ID. Read get_order Get detailed information about a single work order by its ID. Read get_payment Get detailed information about a single payment by its ID. Read get_user Get detailed information about a single shop user or technician by their ID. Read get_vehicle Get detailed information about a single vehicle by its ID. Read get_webhook Get details of a single webhook by ID. Read list_appointments List appointments from Shopmonkey. Supports filtering and pagination. Read list_canned_services List pre-built canned service templates from Shopmonkey. These are reusable service templates that can be adde Read list_customer_deferred_services List deferred services (recommended-but-not-yet-performed work) for a customer. Useful for revenue-opportunity Read list_inventory_parts List parts from Shopmonkey inventory. Supports pagination. Read list_inventory_tires List tires from Shopmonkey inventory. Supports pagination. Read list_labor List labor line items from Shopmonkey. Useful for tracking technician work on orders. Read list_locations List all shop locations in Shopmonkey. Useful for multi-location shops to identify location IDs for filtering Read list_orders List work orders from Shopmonkey. Filter by status, customer ID, date range, or location. Read list_payments List payments from Shopmonkey. Supports filtering and pagination. Read list_services List services on work orders in Shopmonkey. Read list_timeclock List technician time clock events. Track clock-in/clock-out for shop staff. Read list_users List shop users and technicians from Shopmonkey. Read list_vehicle_owners List all customers who own or are associated with a specific vehicle. Read list_vehicles_for_customer List all vehicles associated with a specific customer. Read list_webhooks List all registered webhooks in Shopmonkey. Read list_workflow_statuses List workflow/pipeline status stages from Shopmonkey. Shows the progression stages work orders move through. Read lookup_vehicle_by_plate Look up a vehicle in Shopmonkey by its license plate and region. Read lookup_vehicle_by_vin Look up a vehicle in Shopmonkey by its VIN (Vehicle Identification Number). Read report_appointment_summary Generate an appointment summary report for a date range. Counts appointments by confirmation status (Confirmed Read report_open_estimates List all open (unauthorized) estimates, showing their age in days. Useful for follow-up on stale estimates. Ca Read report_revenue_summary Generate a revenue summary report for a date range. Aggregates orders by status and splits paid vs. unpaid rev Read search_customers Search customers in Shopmonkey by query string. Supports full-body search with pagination. Read search_customers_by_email Search for a customer in Shopmonkey by email address. Read search_customers_by_phone Search for a customer in Shopmonkey by phone number. Read search_parts Search the parts catalog in Shopmonkey. Use for finding parts by name, number, or description.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Shopmonkey MCP Server

Can an AI agent move money through the Shopmonkey MCP Server MCP server? +

Yes. The Shopmonkey MCP Server server exposes 1 financial tools including create_payment. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Shopmonkey MCP Server MCP server? +

Yes. The Shopmonkey MCP Server server exposes 7 destructive tools including delete_canned_service, delete_webhook, remove_canned_service_fee. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Shopmonkey MCP Server? +

The Shopmonkey MCP Server server has 22 write tools including add_canned_service_fee, add_canned_service_labor, add_canned_service_part. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Shopmonkey MCP Server.

How many tools does the Shopmonkey MCP Server MCP server expose? +

64 tools across 4 categories: Destructive, Financial, Read, Write. 34 are read-only. 30 can modify, create, or delete data.

How do I enforce a policy on Shopmonkey MCP Server? +

Register the Shopmonkey MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Shopmonkey MCP Server tool call.

Deterministic rules across all 64 Shopmonkey MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

64 Shopmonkey MCP Server tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Shopmonkey MCP Server's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.