{
  "name": "raven-mcp",
  "version": "1.14.1",
  "mcpName": "ai.ravenmcp/raven-mcp",
  "description": "Design intelligence and creative orchestration MCP server — principles, patterns, tokens, audits, brand guidance, local brand profiles, assets, campaign plans, and provider-agnostic image/video/3D/audio generation jobs.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "raven-mcp": "dist/index.js"
  },
  "files": [
    "dist/",
    "src/data/",
    "scripts/postinstall.cjs",
    "scripts/ios-audit.mjs",
    "scripts/rn-audit.mjs",
    "scripts/AccessibilitySnapshot.swift",
    "README.md",
    "LICENSE",
    "NOTICE",
    "SECURITY.md"
  ],
  "scripts": {
    "build": "tsc",
    "build:mcpb": "bash scripts/build-mcpb.sh",
    "release": "bash scripts/release.sh",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "pretest": "npm run build",
    "test": "node --test \"test/**/*.test.mjs\"",
    "postinstall": "node scripts/postinstall.cjs || true",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^3.24.0"
  },
  "optionalDependencies": {
    "playwright": "^1.50.0",
    "pngjs": "^7.0.0"
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.95.1",
    "@types/node": "^22.0.0",
    "resend": "^6.10.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "overrides": {
    "hono": "^4.12.18",
    "express-rate-limit": "^8.5.1"
  },
  "keywords": [
    "mcp",
    "design",
    "design-system",
    "tokens",
    "ux",
    "ui-patterns",
    "principles",
    "accessibility",
    "claude",
    "ai",
    "model-context-protocol",
    "content-design",
    "ux-writing",
    "voice-and-tone",
    "ux-research",
    "service-design",
    "service-blueprint",
    "brand",
    "visual-design",
    "branding",
    "creative-studio",
    "image-generation",
    "video-generation",
    "campaigns"
  ],
  "author": "Andrew Cunliffe",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rhinocap/raven-mcp"
  },
  "homepage": "https://ravenmcp.ai"
}
