MCP Server
MCP
Swell MCP
Model Context Protocol server for Swell e-commerce platform integration with AI assistants
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "swell-mcp",
"version": "1.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Swell store ID",
"isRequired": true,
"name": "SWELL_STORE_ID"
},
{
"description": "Your Swell secret API key",
"isRequired": true,
"isSecret": true,
"name": "SWELL_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment