Clover POS runs on your own machine — the client starts it, so there is no endpoint to ping. 167 installs a week from pypi. Last commit 22 Aug 2026.
Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes).
Today is the operative word: we check Clover POS every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add clover-mcp -- uvx clover-mcp
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.clover-mcp]
command = "uvx"
args = ["clover-mcp"]
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
CLOVER_MERCHANT_ID (Clover merchant ID), CLOVER_ACCESS_TOKEN (Clover API access token), CLOVER_REGION (Clover API region: na | eu | la), CLOVER_SANDBOX (Use the Clover sandbox host when true), CLOVER_AUTH_MODE (Auth mode: token | oauth_refresh), CLOVER_REFRESH_TOKEN (OAuth refresh token (oauth_refresh mode)), CLOVER_OAUTH_CLIENT_ID (OAuth app client ID (oauth_refresh mode)), CLOVER_OAUTH_CLIENT_SECRET (OAuth app client secret (oauth_refresh mode)).
The author declared them in the registry entry; get the values from the project itself.
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
Read store products, orders, customers, categories and coupons; adjust inventory and update orders.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
Manage products, orders, customers, inventory, and store configuration
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.
Answers built from our own checks of this server.