package.jsonโข799 B
{
"name": "bigcommerce-api-mcp",
"version": "1.0.0",
"description": "BigCommerce API MCP server with tools for products, customers, and orders",
"main": "index.js",
"type": "module",
"scripts": {
"list-tools": "node index.js tools",
"start": "node mcpServer.js",
"start:http": "node mcpServer.js --streamable-http",
"start:sse": "node mcpServer.js --sse",
"test:agno": "node test-agno-compatibility.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"express": "^5.1.0"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"bigcommerce",
"mcp",
"api",
"ecommerce",
"orders",
"products",
"customers"
],
"author": "Developer",
"license": "MIT"
}