{ "name": "moltbook-http-mcp", "version": "1.4.1", "description": "Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.", "private": false, "mcpName": "io.github.easingthemes/moltbook-mcp", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/easingthemes/moltbook-http-mcp.git" }, "keywords": [ "Moltbook", "MCP", "Model Context Protocol", "LLM", "AI agents", "TypeScript" ], "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "moltbook-mcp": "dist/cli.js" }, "files": [ "dist/**/*.js", "public", "README.md", "LICENSE" ], "scripts": { "build": "npm run build:types && npm run build:ts", "build:ts": "esbuild src/**/*.ts src/*.ts --outdir=dist --platform=node --minify", "build:types": "tsc --emitDeclarationOnly", "start": "node dist/cli.js --stdio=false" }, "dependencies": { "@modelcontextprotocol/sdk": "1.25.3", "cors": "^2.8.5", "dotenv": "17.2.3", "express": "5.1.0", "jose": "^6.1.3", "yargs": "18.0.0" }, "devDependencies": { "@types/cors": "2.8.19", "@types/express": "5.0.3", "@types/node": "24.3.0", "@types/yargs": "17.0.33", "esbuild": "0.25.9", "typescript": "5.9.2" }, "type": "module" }