MCP Server
MCP
io.github.nickymitnick/probo-connect-mcp
MCP server for Probo print-on-demand — search products, configure orders, track shipments.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "probo-connect-mcp",
"version": "2.13.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Probo reseller API key. Get yours from the Probo platform or contact Probo support.",
"isRequired": true,
"isSecret": true,
"name": "PROBO_API_KEY"
},
{
"description": "Order mode: 'test' (default, safe) or 'production' (places real orders).",
"default": "test",
"name": "PROBO_API_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment