Connectors / UNASUNAS

UNAS

The UNAS connector lets your AI assistant directly manage your webshop: list and update products, track orders, manage stock, and handle newsletter subscribers.

Add shop

All data is protected on the server with AES-256-GCM encryption.

Cancel

Write operations

Decide whether your assistant can only read, or also make changes through this connector.

Enable write tools

Read tools (lists, queries) are always available. When enabled, write tools (create, update, delete) become available too. Transactional calls are logged for 90 days.

Affected write tools (5)
  • set_product: Create or update a product. Set price, stock, status, description, category.
  • set_order: Update an order. Set status, tracking number, tracking URL, or add comments.
  • set_category: Create or update a product category.
  • set_storage: Create or update a storage/warehouse location.
  • set_newsletter_subscriber: Add or update a newsletter subscriber.

Available tools (12)

These are the tools your assistant can invoke on this connector, in plain language.

read-only

Query (7)

These tools only read: they fetch data and never change anything.

  • get_shop

    Get shop information (name, URL, contact details, settings).

    claude >What are my shop settings?
  • get_products

    Get products. Filter by ID, SKU, status, category, or date range.

    claude >List all active products
  • get_orders

    Get orders. Filter by ID, status, date range, or customer email.

    claude >Show orders from this week
  • get_customers

    Get customers. Filter by ID, email, or date range.

    claude >Find customer by email kovacs@example.com
  • get_categories

    Get product categories. Filter by ID or parent category.

    claude >Show the category tree
  • get_storage

    Get storage/warehouse locations and stock levels.

    claude >List my warehouses
  • get_newsletter_subscribers

    Get newsletter subscribers. Filter by email or status.

    claude >How many active subscribers do I have?
write

Actions (5)

These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.

  • set_product

    Create or update a product. Set price, stock, status, description, category.

    claude >Set product SKU-123 price to 9,990 HUF
  • set_order

    Update an order. Set status, tracking number, tracking URL, or add comments.

    claude >Mark order #567 as shipped with tracking
  • set_category

    Create or update a product category.

    claude >Create category "Summer Sale"
  • set_storage

    Create or update a storage/warehouse location.

    claude >Add warehouse "Budapest raktar"
  • set_newsletter_subscriber

    Add or update a newsletter subscriber.

    claude >Add newsletter subscriber peter@example.com
What is it for?

UNAS is one of Hungary's leading webshop platforms. The connector uses an API key and gives your AI agent full shop admin capabilities: products, orders, customers, category trees, warehouses, and newsletter, without manual login.

admin.unas.eu
UNAS interface

Usage

This is how to call this connector through the MCP endpoint.

MCP call example

{
  "connector": "unas",
  "action": "...",
  "params": { ... }
}

You can find the MCP endpoint URL on the API keys page.

Documentation

UNAS official docs

Having trouble? Email us at support@connectors.hu.

Installed the connectors CLI? After a connectors refresh the UNAS tools are automatically available in Claude Code.

Install the CLI →