Skip to main content
Glama
modellers

ConsignCloud MCP Server

by modellers
package.json1.29 kB
{ "name": "mcp-consigncloud", "version": "1.0.0", "description": "Model Context Protocol server for ConsignCloud API - manage inventory, sales, and accounts", "type": "module", "main": "dist/index.js", "bin": { "mcp-consigncloud": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "dev:http": "tsx src/http-server.ts", "start": "node dist/index.js", "start:http": "node dist/http-server.js", "watch": "tsc --watch", "test": "npm run build && node dist/http-server.js --port 3001 & sleep 3 && curl -s http://localhost:3001/health && kill %1", "test:inspector": "echo 'Start server: npm run start:http' && echo 'In another terminal: npx @modelcontextprotocol/inspector http://localhost:3000/sse'" }, "keywords": [ "mcp", "model-context-protocol", "consigncloud", "inventory", "consignment", "retail", "pos" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "axios": "^1.13.2", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/modellers/mcp-consigncloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server