Skip to main content
Glama

Promokit Prestashop MCP Server

by promokit
0
1
  • Apple
  • Linux
package.json969 B
{ "name": "prestashop-mcp-server", "version": "0.1.0", "description": "Promokit MCP server for PrestaShop API integration", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node --inspect build/index.js", "dev": "tsx src/index.ts", "watch": "tsx --watch src/index.ts", "inspector": "npx @modelcontextprotocol/inspector node build/index.js" }, "keywords": [ "mcp", "prestashop", "api", "ecommerce" ], "author": "Promokit", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/inspector": "^0.15.0", "@modelcontextprotocol/sdk": "^1.15.1", "axios": "^1.6.0", "dotenv": "^17.2.0", "fast-xml-parser": "^4.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "prettier": "^3.6.2", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "bin": { "prestashop-mcp-server": "build/index.js" } }

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/promokit/prestashop-mcp'

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