Skip to main content
Glama

mcp-image-compression

by InhiblabCore
package.json1.13 kB
{ "name": "@inhiblab-core/mcp-image-compression", "version": "0.1.2", "description": "", "type": "module", "main": "index.js", "bin": { "@inhiblab-core/mcp-image-compression": "./bin/www.js" }, "files": [ "dist", "bin", "README.md" ], "scripts": { "watch": "rimraf dist && tsc --watch", "build": "rimraf dist && tsc && shx chmod +x dist/*.js", "test": "echo \"Error: no test specified\" && exit 1", "start": "pnpm build && node server.js", "inspector": "npx @modelcontextprotocol/inspector npx node dist/index.js" }, "keywords": [ "MCP server", "image compression" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3", "express": "^4.21.2", "file-type": "^20.4.1", "sharp": "^0.33.5", "shrinkpng": "1.2.0-beta.1", "shx": "^0.3.4", "typescript": "^5.8.2", "uuid": "^11.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "18.x", "rimraf": "^6.0.1" }, "repository": "https://github.com/InhiblabCore/mcp-image-compression", "author": "NelsonYong", "license": "MIT" }

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/InhiblabCore/mcp-image-compression'

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