{ "name": "@pedrot95dev/twitterapi.mcp", "version": "0.1.0", "mcpName": "io.github.pedrot95dev/twitterapi", "publishConfig": { "access": "public" }, "description": "MCP server that exposes twitterapi.io endpoints (read + write) as tools for AI agents and MCP hosts.", "type": "module", "bin": { "twitterapi.mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE", ".env.example" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "twitter", "twitterapi", "x", "ai", "agent" ], "author": "Pedro Teixeira", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pedrot95dev/twitterapi.mcp.git" }, "homepage": "https://github.com/pedrot95dev/twitterapi.mcp#readme", "bugs": { "url": "https://github.com/pedrot95dev/twitterapi.mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^16.4.7", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.0.0", "typescript": "^5.7.0" } }