Agentic store operations
Ask your preferred agent to review new orders, prepare product updates, and keep your catalogue accurate.
MCP-powered · use your preferred agentTendeta for agents
The Tendeta MCP server gives your agent secure, store-scoped access to your catalogue and orders — always with you in control.
Ask your preferred agent to review new orders, prepare product updates, and keep your catalogue accurate.
MCP-powered · use your preferred agentCreate store assistants, catalogue tools, and merchant experiences with OAuth, a public API, and webhooks.
OAuth connections · secure and store-scopedRoute new orders, sync availability, and introduce approvals wherever your team already works.
Webhooks and workflows · coming soonConnect your agent
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.
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/mcpClaude 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.
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 TendetaFor headless or CI use, skip OAuth and pass a token instead: --header "Authorization: Bearer YOUR_TOKEN".
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.
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.
Enable developer mode (Settings → Apps & Connectors → Advanced), then create a connector with the endpoint URL:
https://mcp.tendeta.io/mcpChatGPT sends you to Tendeta to log in and approve access — no token needed. OAuth-powered.
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
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.
Store details, products, availability, and recent orders.
Create or update products and change availability.
Orders only move through recognised fulfilment steps — invalid jumps are rejected.
No billing, domains, account changes, deletes, or automatic customer messages.
Designed for how you work
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.
In your dashboard, under Settings → Agents & MCP. Choose read-only or read-and-write.
One config entry in Claude Code, OpenClaw, Hermes, or any MCP client.
Each token sees one store with the permissions you chose, and you can revoke it at any time.
Example requests
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
Connect once with OAuth, request only the scopes your app needs, and build on stable contracts rather than browser automation.
mcp.tendeta.io/mcpRemote MCP endpoint for agent clients — live in betaBearer tokensStore-scoped, revocable access tokens, hashed at rest — live in betaOAuth 2.1 + PKCEOne-click connections for ChatGPT and claude.ai, with dynamic client registration — live in beta/api/v1Versioned JSON API for products and orders — coming soonWebhooksEvents for orders and catalogue updates — coming soonMerchant control first
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.
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.
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.
No. Tendeta remains a simple store and order-management tool. Agent access is an optional layer for merchants and teams who want it.