Probo Connect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm.
MCP server for Probo print-on-demand — search products, configure orders, track shipments.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
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 probo-connect-mcp -- npx -y probo-connect-mcp
{
"mcpServers": {
"probo-connect-mcp": {
"args": [
"-y",
"probo-connect-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.probo-connect-mcp]
command = "npx"
args = ["-y", "probo-connect-mcp"]
{
"mcpServers": {
"probo-connect-mcp": {
"args": [
"-y",
"probo-connect-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"probo-connect-mcp": {
"args": [
"-y",
"probo-connect-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PROBO_API_KEY (Probo reseller API key. Get yours from the Probo platform or contact Probo support.), PROBO_API_MODE (Order mode: 'test' (default, safe) or 'production' (places real orders).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
MCP server for Kaspi.kz Shop API -- orders and products.
E-commerce marketplace: search products, order, track shipments. 50+ countries.
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
ManaBuy MCP server for product search, order quote, and AI-assisted ordering.
Answers built from our own checks of this server.