{ "name": "instapdown-mcp", "version": "0.1.1", "description": "16 Instagram creator tools as an MCP server — Reels/Story/carousel downloaders, engagement audit, hashtag search, Reels hook generator, best-time-to-post, content calendar and more.", "type": "module", "mcpName": "io.github.farukkolip/instapdown-mcp", "keywords": [ "mcp", "model-context-protocol", "instagram", "reels", "creator-tools", "downloader", "hashtags", "engagement", "anthropic", "claude" ], "author": "Ömer Faruk Kolip ", "license": "MIT", "homepage": "https://instapdown.com", "repository": { "type": "git", "url": "git+https://github.com/farukkolip/instapdown-mcp.git" }, "bugs": { "url": "https://github.com/farukkolip/instapdown-mcp/issues" }, "bin": { "instapdown-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "dev": "tsc --watch", "start": "node dist/index.js", "test": "node --test dist/test/*.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.3" }, "engines": { "node": ">=20" } }