Skip to main content

MCP Server

The easytools MCP server lets AI assistants act on your easytools account on your behalf — looking up orders, managing products, issuing refunds, reading your sales statistics, and more — driven by plain natural language.

It implements the Model Context Protocol (MCP), an open standard for connecting AI assistants to external tools. Any MCP-capable client — Claude Code, Claude Desktop, and a growing number of others — can connect to it.

  • Endpoint: https://mcp.easy.tools
  • Transport: Streamable HTTP
  • Authentication: your easycart API token

What it connects to

Today the server exposes your easycart store: products, orders, customers, transactions, invoices, promotion codes, subscriptions, and statistics. easymail support is coming.

How it works

You connect the server once in your AI client using your easycart API token. From then on, you ask the assistant to do things in natural language and it picks the right action for you:

"Show me this week's revenue compared to last week."

"Find my product called Masterclass and give me its checkout link."

The token you connect with is your own, so the assistant can reach only the stores you can already manage, and can do only what your account is allowed to do.

Next steps