Teapplix has started building out AI features and integrations so you can control your Teapplix using AI Agents. We just released our a MCP server (https://api.teapplix.com/mcp) that allows you to link your agent with your Teapplix account and issue commands to query your Teapplix account or ask it to perform tasks for you, using natural language. Currently, whatever functionality is defined in our REST API, is exposed through this MCP server.
You can ask questions like:
how many orders did I ship in Teapplix yesterday?
how many orders with today's payment date is left unshipped in Teapplix?
We just started and there could be endless usage, integration and automation scenarios using Agents. Please feel free to experiment and do let us know if there are additional use cases and scenarios that you want to achieve that we can enable.
To get started, add Teapplix MCP server to your Agent. Instruction varies depending on the Agent you use:
Example using Claude Desktop
Go to Calude -> Settings -> Connectors
click on "Add custom connector"
You can name it anything you want, the url to Teapplix MCP server is at: https://api.teapplix.com/mcp. In advanced section, you can optionally type in your Teapplix account name to remind yourself.
Once you save, you will be redirected to a browser login page. Follow instructions to login and agree to grant permissions. You will come back from the browser to Claude. After that, ask questions using the 'teapplix' keyword:
can you tell me how many unshipped teapplix order is in queue id 1 ?
to verify that it actually works
Example using Claude Code:
claude mcp add --transport http teapplix https://api.teapplix.com/mcp --header "X-Teapplix-API-Token: xxxx-xxxx-xxxx"
Here we added a tool called "teapplix" into Claude Code, and the mcp server address is https://api.teapplix.com/mcp, replace xxxx-xxxx-xxxx with your Teapplix API token. You can find it at Settings -> API page. After this you can ask Claude Code what capabilities is given in the teapplix mcp server and you can start asking questions or issue commands.
To verify that teapplix is loaded and working correctly inside claude, you can try the following command:
claude mcp list
You will see some output like this:
Checking MCP server health…
teapplix: https://api.teapplix.com/mcp (HTTP) - ✓ Connected
If you have any questions and comments and suggestions, please feel free to contact support.