{ "name": "@socialapis/mcp", "version": "1.0.4", "description": "MCP server and client for SocialAPIs - Access social media data in Claude, Cursor, and any MCP-compatible tool", "mcpName": "io.github.SocialAPIsHub/social-media-api", "type": "module", "bin": { "socialapis-mcp": "./mcp-wrapper.js" }, "main": "mcp-wrapper.js", "scripts": { "start": "node mcp-wrapper.js", "serve": "node server.js", "test": "node mcp-wrapper.js test-key" }, "keywords": [ "mcp", "model-context-protocol", "social-media", "api", "ai-agents", "claude", "cursor", "facebook", "instagram", "tiktok" ], "author": "SocialAPIs", "license": "MIT", "homepage": "https://socialapis.io", "repository": { "type": "git", "url": "https://github.com/SocialAPIsHub/mcp-server" }, "bugs": { "url": "https://github.com/SocialAPIsHub/mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "express": "^4.18.2", "cors": "^2.8.5" }, "engines": { "node": ">=18.0.0" } }