Agentic store operations
Ask your preferred agent to review new orders, prepare product updates, and keep your catalogue accurate.
MCP-powered · live in betaNow in beta · Tendeta 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 · live in betaCreate store assistants, catalogue tools, and merchant experiences with OAuth, a public API, and webhooks.
OAuth API · coming soonRoute new orders, sync availability, and introduce approvals wherever your team already works.
Webhooks and workflows · coming soonConnect your agent
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.
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.
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.
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.
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 beta/api/v1Versioned JSON API for products and orders — coming soonOAuth 2.1 + PKCEOne-click connections for ChatGPT and claude.ai — 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. 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.
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.