{
  "name": "hostinger-api-mcp",
  "version": "1.48.0",
  "mcpName": "io.github.hostinger/hostinger-api-mcp",
  "description": "MCP server for Hostinger API",
  "repository": {
    "type": "git",
    "url": "https://github.com/hostinger/api-mcp-server.git"
  },
  "license": "MIT",
  "keywords": [
    "hostinger",
    "mcp",
    "server",
    "rest",
    "api"
  ],
  "type": "module",
  "main": "./src/servers/all.js",
  "bin": {
    "hostinger-api-mcp": "./src/servers/all.js",
    "hostinger-agency-hosting-mcp": "./src/servers/agency-hosting.js",
    "hostinger-billing-mcp": "./src/servers/billing.js",
    "hostinger-dns-mcp": "./src/servers/dns.js",
    "hostinger-domains-mcp": "./src/servers/domains.js",
    "hostinger-ecommerce-mcp": "./src/servers/ecommerce.js",
    "hostinger-horizons-mcp": "./src/servers/horizons.js",
    "hostinger-hosting-mcp": "./src/servers/hosting.js",
    "hostinger-mail-mcp": "./src/servers/mail.js",
    "hostinger-reach-mcp": "./src/servers/reach.js",
    "hostinger-vps-mcp": "./src/servers/vps.js",
    "hostinger-wordpress-mcp": "./src/servers/wordpress.js"
  },
  "scripts": {
    "start": "node src/servers/all.js",
    "build": "node build.js",
    "start:ts": "npx tsc && node dist/src/servers/all.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.0",
    "axios": "^1.8.0",
    "cors": "^2.8.5",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "minimist": "^1.2.8",
    "tus-js-client": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@types/express": "^5.0.0",
    "@types/cors": "^2.8.17",
    "@types/minimist": "^1.2.5",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}