{
  "markdown": "# Hostinger Plugin for Claude Code\n\nDeploy, manage and monitor your Hostinger services directly from Claude Code.\n\nRuns as a **remote MCP server** — there is nothing to install on your machine. No\nNode.js, no npm, no local server process.\n\n## What's included\n\nA single remote Hostinger MCP server at `https://mcp.hostinger.com`, covering:\n\n| Service | Description |\n|---|---|\n| Websites | Deploy websites, manage hosting plans, SSH keys, build logs |\n| Domains & DNS | Search, register, manage domain portfolio, DNS records and snapshots |\n| Ecommerce | Online stores, product catalogs, ecommerce tools |\n| Email Marketing | Contacts, contact groups, segments, profiles |\n| Email | Mailboxes and email service management |\n| WordPress | WordPress site management |\n| Subscriptions & Payments | Subscriptions, payment methods, catalog, orders |\n| VPS | Virtual servers, firewalls, snapshots, monitoring |\n\nPlus seven **deployment skills** that let the agent push your project files to\nHostinger and deploy them:\n\n| Skill | Use for |\n|---|---|\n| `hosting-deploy-static-site` | Pre-built static site (no build step) |\n| `hosting-deploy-nodejs-app` | Node.js app — built on Hostinger |\n| `hosting-deploy-wordpress-site` | Import a WordPress site (archive + SQL dump) |\n| `hosting-deploy-wordpress-plugin` | Deploy a WordPress plugin |\n| `hosting-deploy-wordpress-theme` | Deploy a WordPress theme |\n| `agency-hosting-deploy-static-site` | Agency Plan static / node-static site |\n| `agency-hosting-deploy-php-site` | Agency Plan PHP app, deployed as-is |\n\nThe agent picks the right one from your request — you don't invoke them by name.\n\n## Installation\n\n```bash\n/plugin install hostinger@claude-plugins-official\n```\n\n## Authentication\n\nOn first use, the MCP server opens your browser for OAuth sign-in. No API token\nneeded.\n\nAlternatively, set an API token from [hPanel](https://hpanel.hostinger.com/api):\n\n```bash\nexport HOSTINGER_API_TOKEN=\"your-token-here\"\n```\n\n## Examples\n\n```\n> Deploy my static site to Hostinger\n> Deploy this Next.js app to example.com\n> List all my domains\n> Show VPS server metrics for the last 24 hours\n> Create an A record pointing example.com to 1.2.3.4\n> What hosting plans do I have?\n```\n\n## How deployment works\n\nThe remote server can't read files off your machine, so deploys run in three\nstages, all driven by the agent:\n\n1. **Get a short-lived upload URL** — `hosting_generateUploadURLV1` (or the\n   `agency-hosting` equivalent) returns a URL plus `auth_key` / `rest_auth_key`.\n2. **Upload the archive over TUS** — plain `curl`, authenticated with those keys.\n   This is the one step with no tool wrapper, because it talks to the file-storage\n   host directly.\n3. **Trigger the deploy or build** — an MCP tool call referencing the uploaded\n   filename.\n\nThe skills document each variant of this flow, including the destructive steps\nthat overwrite a site's contents.\n\n> **Deployment requires an agent with shell access**, since the upload step runs\n> `curl`. Everything else — domains, DNS, VPS, WordPress management, email —\n> works anywhere the plugin is available.\n\n## Links\n\n- [Hostinger API Documentation](https://developers.hostinger.com)\n- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=hostinger.hostinger-connector)\n- [Report Issues](https://github.com/hostinger/claude-plugin/issues)\n",
  "bytes": 3350,
  "sha": "f0e189f44a2626d8c03659ce2b5402608c2a8b6b4faa3adc6c620a403a159c19",
  "repo_slug": "hostinger/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_hostinger_claude_plugin_hostinger_3ae37456/readme"
}