UnoPim MCP Server

36 tools. 22 can modify or destroy data without limits.

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

Last updated:

22 can modify or destroy data
14 read-only
36 tools total

Community server · catalogue entry verified 29/06/2026

How to control UnoPim MCP Server ↓

What UnoPim MCP Server exposes to your agents

Read (14) Write / Execute (17) Destructive / Financial (5)
Critical Risk

The most dangerous UnoPim MCP Server tools

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

How to control UnoPim MCP Server

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

Deny destructive operations
{
  "unopim_delete_attribute": {
    "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
{
  "unopim_add_variant": {
    "limits": [
      {
        "counter": "unopim_add_variant_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "unopim_get_attribute_groups": {
    "limits": [
      {
        "counter": "unopim_get_attribute_groups_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 UnoPim 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 UNOPIM →

Instant setup, no code required.

All 36 UnoPim MCP Server tools

WRITE 17 tools
Write unopim_add_variant Add a variant (child product) to an existing configurable product. 🔴 CRITICAL: PARENT MUST EXIST FIRST! The Write unopim_bulk_create_products Batch create multiple products Write unopim_create_attribute Create a new attribute in UnoPim. IMPORTANT - Attribute Types: - type must be one of: text, textarea, boolean Write unopim_create_attribute_group Create a new attribute group. Groups organize attributes within families. WORKFLOW for setting up a product s Write unopim_create_attribute_options Create options for select/multiselect attributes. 🔴 CRITICAL: Option codes MUST be lowercase with underscore Write unopim_create_category Create a new category in the product catalog. Example: { Write unopim_create_category_field Create a custom field for categories (UnoPim v2.0+). Category fields let you add custom data to categories (s Write unopim_create_configurable_product Create a configurable product (parent product with variants like T-shirt with colors). 🔴 CRITICAL: CREATE PA Write unopim_create_family Create a product family. Families define which attributes a product type has. ⚠️ MANDATORY PRE-REQUISITES: 1. Write unopim_create_product Create a simple product in UnoPim. ⚠️ MANDATORY PRE-REQUISITES (in order): 1. Call unopim_get_schema() FIRST Write unopim_smart_create_product RECOMMENDED: Intelligently creates a product with automatic value structuring. Unlike basic create_product, t Write unopim_update_configurable_product Update an existing configurable product Write unopim_update_family Update an existing family with new attributes or labels Write unopim_update_product Update an existing product by SKU Write unopim_upload_category_media Upload an image or file to a category field AND automatically link it. EXAMPLE: { Write unopim_upload_product_media Upload an image or file to a product attribute AND automatically link it to the product. This is a COMPLETE w Write unopim_upsert_product Create or update a product. If SKU exists, updates it; otherwise creates new product. IMPORTANT - values stru
READ 14 tools
Read unopim_get_attribute_groups Get all attribute groups from UnoPim. Attribute groups are used to organize attributes in families. Use this Read unopim_get_attribute_options Get all options for a select/multiselect attribute. ⚠️ ALWAYS call this BEFORE using option values in product Read unopim_get_attributes List all attributes with optional filtering by type or group Read unopim_get_categories Fetch category tree with optional parent filtering Read unopim_get_category_fields Get all custom category fields defined in UnoPim (v2.0+). Category fields are like product attributes but for Read unopim_get_channels Get all channels configured in UnoPim. Channels define distribution targets with their own locales and currenc Read unopim_get_currencies Get all currencies configured in UnoPim. Shows available currencies for price attributes. Read unopim_get_families List all product families Read unopim_get_family_schema Get detailed schema for a product family. Returns: - All attributes in the family with their types and scopes Read unopim_get_guide Fetch a workflow or troubleshooting guide for UnoPim operations. Use when you need step-by-step direction beyo Read unopim_get_locales Get all locales configured in UnoPim. Shows available languages for locale-specific attributes. Read unopim_get_product Get a single product by SKU. Returns found=false if product does not exist. Read unopim_get_products List products with optional filtering by SKU, family, or type Read unopim_get_schema Fetch complete datamodel overview from UnoPim including attributes, families, categories, channels, and locale

Related servers

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

Questions about UnoPim MCP Server

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

Yes. The UnoPim MCP Server server exposes 5 destructive tools including unopim_delete_attribute, unopim_delete_attribute_group, unopim_delete_category. 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 UnoPim MCP Server? +

The UnoPim MCP Server server has 17 write tools including unopim_add_variant, unopim_bulk_create_products, unopim_create_attribute. 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 UnoPim MCP Server.

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

36 tools across 3 categories: Destructive, Read, Write. 14 are read-only. 22 can modify, create, or delete data.

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

Register the UnoPim 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 UnoPim MCP Server tool call.

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

Instant setup, no code required.

36 UnoPim MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.