{ "name": "pulse-mcp", "version": "0.12.0", "mcpName": "io.github.patwalls/pulse-mcp", "description": "MCP server for Pulse — free, agent-first social-post metrics (YouTube, X, TikTok, Bluesky, Mastodon, Instagram, LinkedIn). Tools: metrics, metrics_batch, history, profile, profile_batch.", "type": "module", "bin": { "pulse-mcp": "server.js" }, "files": [ "server.js", "server.json", "README.md", "LICENSE", "llms-install.md" ], "keywords": [ "agents", "ai", "bluesky", "claude", "fediverse", "instagram", "mastodon", "mcp", "model-context-protocol", "social-metrics", "tiktok", "youtube" ], "license": "MIT", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/patwalls/pulse-mcp.git" }, "homepage": "https://pulse.walls.sh", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" } }