UNAS
The UNAS connector lets your AI assistant directly manage your webshop: list and update products, track orders, manage stock, and handle newsletter subscribers.
Connected shops
Each shop has its own API key.
No shops connected yet.
Add shop
All data is protected on the server with AES-256-GCM encryption.
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.
Query (7)
These tools only read: they fetch data and never change anything.
get_shopGet shop information (name, URL, contact details, settings).
claude >What are my shop settings?get_productsGet products. Filter by ID, SKU, status, category, or date range.
claude >List all active productsget_ordersGet orders. Filter by ID, status, date range, or customer email.
claude >Show orders from this weekget_customersGet customers. Filter by ID, email, or date range.
claude >Find customer by email kovacs@example.comget_categoriesGet product categories. Filter by ID or parent category.
claude >Show the category treeget_storageGet storage/warehouse locations and stock levels.
claude >List my warehousesget_newsletter_subscribersGet newsletter subscribers. Filter by email or status.
claude >How many active subscribers do I have?
Actions (5)
These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.
set_productCreate or update a product. Set price, stock, status, description, category.
claude >Set product SKU-123 price to 9,990 HUFset_orderUpdate an order. Set status, tracking number, tracking URL, or add comments.
claude >Mark order #567 as shipped with trackingset_categoryCreate or update a product category.
claude >Create category "Summer Sale"set_storageCreate or update a storage/warehouse location.
claude >Add warehouse "Budapest raktar"set_newsletter_subscriberAdd or update a newsletter subscriber.
claude >Add newsletter subscriber peter@example.com
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.
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.