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 · use your preferred agent
Developers

Build on Tendeta

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

OAuth connections · secure and store-scoped
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.

The Tendeta MCP server lives at https://mcp.tendeta.io/mcp. Claude Cowork, claude.ai, Claude Code, and ChatGPT connect with OAuth — add the endpoint, log in to Tendeta, and approve access. No token needed. For OpenClaw, Hermes, and other header-based clients, create an access token in Settings → Agents & MCP and replace YOUR_TOKEN below.

Claude Cowork & claude.ai

In Cowork (or claude.ai), open Customize → Connectors, click + to add a custom connector, name it Tendeta, and paste the URL:

https://mcp.tendeta.io/mcp

Claude sends you to Tendeta to log in and approve access — OAuth, no token needed. The connector then works across Cowork, claude.ai, and Claude Desktop.

Claude Code

Add the server, then sign in with OAuth from inside Claude Code:

claude mcp add --transport http tendeta \
  https://mcp.tendeta.io/mcp
# then inside Claude Code:
/mcp   # → authenticate with Tendeta

For headless or CI use, skip OAuth and pass a token instead: --header "Authorization: Bearer YOUR_TOKEN".

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

Enable developer mode (Settings → Apps & Connectors → Advanced), then create a connector with the endpoint URL:

https://mcp.tendeta.io/mcp

ChatGPT sends you to Tendeta to log in and approve access — no token needed. OAuth-powered.

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. Claude Cowork, claude.ai, Claude Code, and ChatGPT connect with one-click OAuth; OpenClaw, Hermes, and other clients connect with an access token from your dashboard. The public HTTP API 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.