package.json•1.41 kB
{
"name": "mcp-audiense-insights",
"version": "0.2.0",
"type": "module",
"bin": {
"audiense-insights": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod +x build/index.js",
"test": "jest",
"prepublishOnly": "npm run build"
},
"files": [
"build",
"README.md",
"LICENSE.md"
],
"keywords": [
"audiense",
"mcp",
"claude",
"ai",
"audience-analysis",
"marketing-insights",
"social-media-analytics"
],
"author": "Audiense",
"license": "Apache-2.0",
"description": "MCP server for Claude that provides marketing insights and audience analysis from Audiense reports, covering demographic, cultural, influencer, and content engagement analysis",
"repository": {
"type": "git",
"url": "git+https://github.com/AudienseCo/mcp-audiense-insights.git"
},
"homepage": "https://github.com/AudienseCo/mcp-audiense-insights#readme",
"bugs": {
"url": "https://github.com/AudienseCo/mcp-audiense-insights/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1",
"base-64": "^1.0.0",
"dotenv": "^16.4.7",
"node-fetch": "^3.3.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18"
}
}