TweetBinder by Audiense MCP Server

Official
{ "name": "mcp-tweetbinder", "version": "0.1.0", "type": "module", "bin": { "tweetbinder": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "test": "jest" }, "files": [ "build", "src", "tsconfig.json" ], "keywords": ["mcp", "tweetbinder", "twitter", "social media analytics"], "author": "", "license": "APACHE 2.0", "description": "Model Context Protocol server for TweetBinder API analytics", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "node-fetch": "^3.3.2", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.12.0", "typescript": "^5.7.3" }, "engines": { "node": ">=18" } }