Catalog
Probo Connect MCP
Officialby nickymitnick
MCP server for Probo print-on-demand — search products, configure orders, track shipments.
Print-on-demand integration to search products, configure orders, and track shipments.
README not available yet.
Install
Configuration
Environment variables
PROBO_API_KEYrequiredsecretProbo reseller API key. Get yours from the Probo platform or contact Probo support.
PROBO_API_MODEdefault testOrder mode: 'test' (default, safe) or 'production' (places real orders).
claude_desktop_config.json
{
"mcpServers": {
"probo-connect-mcp": {
"command": "npx",
"args": [
"-y",
"probo-connect-mcp@2.13.0"
],
"env": {
"PROBO_API_KEY": "<YOUR_PROBO_API_KEY>",
"PROBO_API_MODE": "test"
}
}
}
}