{
  "name": "@rampify/mcp-server",
  "version": "0.6.1",
  "description": "DEPRECATED: Use the hosted remote server instead — see https://www.rampify.dev/docs/integrations/mcp-server",
  "deprecated": "This package is deprecated. Use the hosted remote server at https://www.rampify.dev/api/mcp instead. See https://www.rampify.dev/docs/integrations/mcp-server for setup.",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "rampify-mcp": "build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x build/index.js",
    "dev": "tsc && node build/index.js",
    "watch": "tsc --watch",
    "test": "echo \"Tests coming soon\" && exit 0",
    "prepublishOnly": "npm run build && npm pack --dry-run"
  },
  "files": [
    "build/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "claude-seo-checker",
    "mcp-seo",
    "seo-checker",
    "claude-code",
    "cursor",
    "mcp",
    "seo",
    "ai-seo",
    "developer-tools",
    "google-search-console",
    "seo-audit",
    "meta-tags"
  ],
  "author": "Rampify",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rampify-dev/rampify-mcp.git"
  },
  "homepage": "https://github.com/rampify-dev/rampify-mcp#readme",
  "bugs": {
    "url": "https://github.com/rampify-dev/rampify-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "axios": "^1.6.2",
    "cheerio": "^1.1.2",
    "dotenv": "^16.3.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
