Now in beta · Tendeta for agents

Run the simple parts of your store with an agent.

The Tendeta MCP server gives your agent secure, store-scoped access to your catalogue and orders — always with you in control.

Agentic

Agentic store operations

Ask your preferred agent to review new orders, prepare product updates, and keep your catalogue accurate.

MCP-powered · live in beta
Developers

Build on Tendeta

Create store assistants, catalogue tools, and merchant experiences with OAuth, a public API, and webhooks.

OAuth API · coming soon
Automation teams

Connect the workflows around your store

Route new orders, sync availability, and introduce approvals wherever your team already works.

Webhooks and workflows · coming soon

Connect your agent

Install Tendeta in your favourite platform.

First, create an access token in your dashboard under Settings → Agents & MCP. Then add the Tendeta MCP server — https://mcp.tendeta.io/mcp — to your client and replace YOUR_TOKEN below with your token.

Claude

In Claude Code, run:

claude mcp add --transport http tendeta \
  https://mcp.tendeta.io/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Then ask Claude about your store. A one-click claude.ai connector (OAuth) is coming soon.

OpenClaw

Add Tendeta under mcp.servers in ~/.openclaw/openclaw.json:

{
  "mcp": {
    "servers": {
      "tendeta": {
        "url": "https://mcp.tendeta.io/mcp",
        "transport": "streamable-http",
        "headers": { "Authorization": "Bearer YOUR_TOKEN" }
      }
    }
  }
}

Restart with openclaw gateway restart and check openclaw mcp list.

Hermes

Add Tendeta under mcp_servers in ~/.hermes/config.yaml:

mcp_servers:
  tendeta:
    url: "https://mcp.tendeta.io/mcp"
    headers:
      Authorization: "Bearer YOUR_TOKEN"

Or use the CLI: hermes mcp add tendeta --url https://mcp.tendeta.io/mcp.

ChatGPT

ChatGPT custom connectors require an OAuth connection, which Tendeta is building now.

ChatGPT support is coming soon — the MCP endpoint is the same, so it will work without changes on our side once OAuth ships.

Other MCP clients

Cursor, VS Code, and most agent platforms accept a remote MCP server with a URL and headers:

{
  "url": "https://mcp.tendeta.io/mcp",
  "headers": { "Authorization": "Bearer YOUR_TOKEN" }
}

Streamable HTTP transport, stateless, JSON responses.

Available now in beta

Useful store work, with limits that are easy to understand.

The beta is deliberately narrow. It focuses on the repetitive work around products and local-order fulfilment, rather than giving an agent control of your whole business.

Read
Understand the store

Store details, products, availability, and recent orders.

Write
Keep the catalogue current

Create or update products and change availability.

Validated
Move an order forward

Orders only move through recognised fulfilment steps — invalid jumps are rejected.

Not included
Keep high-risk controls human

No billing, domains, account changes, deletes, or automatic customer messages.

Designed for how you work

From conversation to a well-defined store action.

Use a connected agent, your terminal, or an automation workflow. Tendeta keeps the rules on the server: prices, permissions, valid order transitions, and store ownership.

  1. 1
    Create a token

    In your dashboard, under Settings → Agents & MCP. Choose read-only or read-and-write.

  2. 2
    Add Tendeta to your agent

    One config entry in Claude Code, OpenClaw, Hermes, or any MCP client.

  3. 3
    Keep control

    Each token sees one store with the permissions you chose, and you can revoke it at any time.

Example requests

The kinds of jobs an agent makes lighter.

Once connected, ask your agent in plain language — it uses Tendeta's tools to do the work.

“Which new orders need attention today?”
“Make the Monstera unavailable until Tuesday.”
“Create a draft for our new lemon tart at €4.50.”

Developer preview

Build an integration around a merchant’s real permissions.

Connect once with OAuth, request only the scopes your app needs, and build on stable contracts rather than browser automation.

Merchant control first

One secure connection. Clear permissions. A complete trail.

Agents never receive blanket access to Tendeta. Every token is scoped to one store, tokens are stored hashed and can be revoked instantly, and sensitive operations — billing, domains, deletions, customer messages — are simply not exposed.

Is Tendeta for agents available today?

Yes. The Tendeta MCP server is available in beta. Create an access token in your dashboard and connect it from Claude Code, OpenClaw, Hermes, or any client that supports remote MCP servers. The public HTTP API, OAuth connections, and webhooks are still in development.

Will an agent have full access to my store?

No. Each token is limited to one store with the permissions you choose: read only, or read and write for products and orders. Billing, domains, account changes, and deletions are never available to agents, and you can revoke a token at any time.

Will I need to use an agent to run Tendeta?

No. Tendeta remains a simple store and order-management tool. Agent access is an optional layer for merchants and teams who want it.