Pinata MCP

Official
{ "name": "pinata-mcp", "module": "index.ts", "version": "0.1.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "pinata-mcp": "./dist/index.js" }, "scripts": { "build": "tsc && chmod 755 dist/index.js" }, "files": [ "build" ], "devDependencies": { "@types/node": "^22.13.10" }, "peerDependencies": { "typescript": "^5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "form-data": "^4.0.2" } }