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: sign in with your easytools account, or send an easycart API token

What it connects to

The server exposes both easytools products:

  • easycart — your store: products, orders, customers, transactions, invoices, promotion codes, subscriptions, and statistics.
  • easymail — your email marketing: contacts, lists, segments, custom fields, and campaigns.

One connection covers both.

How it works

You connect the server once in your AI client — by signing in, or with an 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."

You connect as yourself, so the assistant can reach only the data you can already manage, and can do only what your account is allowed to do.

Next steps