ClawLink

How to connect Hostinger to Hermes Agent

Connect Hostinger to Hermes with ClawLink: paste your Hostinger key once and 24 tools work from chat. No MCP server to run, nothing stored on your machine.

Get started for free
Hermes Agent
Hermes Agent
ClawLink
ClawLink
Hostinger
Hostinger
HostingerAPI KEYMCP

Manage domains, DNS, VPS, and web hosting. Once connected, Hermes Agent can read and act on Hostinger from chat — pairing, token refresh, and tool wiring handled for you.

24 tools

Most guides for giving Hermes Agent Hostinger access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical Hostinger setup: pair once in the browser and your always-on Hermes agent can act on Hostinger for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.

Copy this prompt into Hermes to install the plugin and pair your account.

Prompt for Hermes
Set up ClawLink for Hermes and tell me when it's ready.

1. Install the plugin:
hermes plugins install ClawLink-HQ/hermes-plugin --enable

2. Start pairing. It prints an approval link, so show me the link and stop, don't wait:
hermes clawlink begin

3. I'll approve it in my browser, then reply "approved".

4. When I say approved, finish setup:
hermes clawlink finish

5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.

Setup

It takes three steps to connect Hermes to Hostinger.

  1. 1

    Install and pair

    Install the ClawLink plugin, then pair Hermes with a one-time browser approval:

    hermes plugins install ClawLink-HQ/hermes-plugin --enable
  2. 2

    Connect Hostinger

    Paste your API key in the dashboard.

  3. 3

    Use it from chat

    Ask Hermes Agent: "What can you do with Hostinger?"

Install by command

The prompt above walks Hermes through this. By hand, it is four commands and a browser approval:

hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin    # prints an approval link — open it and approve
hermes clawlink finish   # after approving in the browser
hermes clawlink test

Then connect Hostinger in the ClawLink dashboard — paste your Hostinger API key once.

Verify the connection by asking Hermes:

Use hostinger_check_domain_availability to check whether example.com and the three alternatives I list are available to register, and report the result for each one.

Using a different agent?

The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:

npx -y @useclawlink/cli login

login opens the same browser approval and stores a credential locally. Once Hostinger is connected in the dashboard, that agent calls the same 24 Hostinger tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.

Hostinger MCP for Hermes

Looking for a Hostinger MCP server for Hermes Agent? ClawLink connects Hostinger to Hermes Agent and exposes 24 Hostinger tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using OpenClaw instead? The OpenClaw Hostinger integration works the same way.

Two different things are called "connect Hostinger to Hermes" and the search results answer the other one: Hostinger sells a one-click Hermes Agent deployment on their VPS servers. This page is the other direction. Your Hermes agent runs wherever it runs, and its tools include your Hostinger account: domains, DNS, VPS machines, and websites, 24 curated actions in all. The connection takes a Hostinger API token that you create in hPanel under Account Information and paste once, and ClawLink stores it server-side rather than in an environment file next to your agent. That curated 24 is not the whole Hostinger API surface: the official hostinger-api-mcp package counts 276 tools in its own README, so think of this as the set an agent will actually use from chat, not a mirror of every endpoint.

What the Hermes Agent Hostinger integration can do

24 Hostinger tools are ready for Hermes Agent once the account is connected. The 23 below are the ones people reach for most; your agent can call all 24.

23 of 24 Hostinger tools for Hermes

ToolWhat it does
Check domain availability hostinger_check_domain_availabilityCheck if domain names are available for registration
Get dns records hostinger_get_dns_recordsGet DNS records for a domain
Get domain forwarding hostinger_get_domain_forwardingGet domain forwarding/redirect configuration
List data centers hostinger_list_data_centersList available data center locations
List dns snapshots hostinger_list_dns_snapshotsList DNS backup snapshots for a domain
List domains hostinger_list_domainsList all domains in your account
List orders hostinger_list_ordersList hosting orders
List public keys hostinger_list_public_keysList SSH public keys
List subscriptions hostinger_list_subscriptionsList account subscriptions
List templates hostinger_list_templatesList available VPS OS templates
List virtual machines hostinger_list_virtual_machinesList VPS virtual machines
List websites hostinger_list_websitesList hosted websites
List whois profiles hostinger_list_whois_profilesList WHOIS contact profiles
Validate dns records hostinger_validate_dns_recordsValidate DNS records before updating
Verify domain ownership hostinger_verify_domain_ownershipVerify domain ownership status
Get template details hostinger_get_template_detailsGet template details
Get whois profile hostinger_get_whois_profileGet WHOIS profile
Get whois profile usage hostinger_get_whois_profile_usageRetrieve domain list where provided WHOIS contact profile is used
List catalog items hostinger_list_catalog_itemsGet catalog item list
List payment methods hostinger_list_payment_methodsGet payment method list
Create public key hostinger_create_public_keyCreate public key
Create whois profile hostinger_create_whois_profileCreate a WHOIS contact profile for domain registration
Generate free subdomain hostinger_generate_free_subdomainGenerate a free subdomain

Try it: find the Hostinger tool you need

Browse the 23 Hostinger tools

Click any tool to see exactly what Hermes can do and copy a ready-to-use prompt.

Example prompts

Use hostinger_check_domain_availability to check whether example.com and the three alternatives I list are available to register, and report the result for each one.

Use hostinger_get_dns_records for my domain and summarize what each record points to. Flag anything that looks wrong or unexpected.

Use hostinger_list_virtual_machines and tell me which of my VPS machines are running, with their operating system and location.

Use hostinger_generate_free_subdomain to create a subdomain for this site, then confirm the URL it returned.

What the 24 Hostinger tools cover

Grouped by what they touch in hPanel, checked against the live manifest on 2026-08-02.

  • Domains and DNS. hostinger_check_domain_availability, hostinger_list_domains, hostinger_get_dns_records, hostinger_validate_dns_records, hostinger_list_dns_snapshots, hostinger_verify_domain_ownership, hostinger_get_domain_forwarding, and the WHOIS tools (hostinger_list_whois_profiles, hostinger_get_whois_profile, hostinger_get_whois_profile_usage, hostinger_create_whois_profile) cover the domain side.
  • VPS. hostinger_list_virtual_machines lists your machines and hostinger_list_templates the OS templates, while hostinger_create_public_key and hostinger_list_public_keys manage the SSH keys the agent can provision.
  • Account and billing. hostinger_list_subscriptions, hostinger_list_orders, hostinger_list_payment_methods, hostinger_list_catalog_items, and hostinger_list_data_centers are read-only account views.
  • Websites. hostinger_list_websites lists hosted sites and hostinger_generate_free_subdomain creates one, the only write in that group.
  • Writes are few. Three tools write: hostinger_create_public_key, hostinger_create_whois_profile, and hostinger_generate_free_subdomain. Everything else reads, which keeps the risk surface of an agent-run account narrow.

The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Hostinger working from chat.

ManualClawLink
Credential handlingCollect, validate, store, and rotate the Hostinger API key yourself, then make sure every tool call uses the right account.Users complete the hosted ClawLink setup once and the connected Hostinger account becomes available to the agent without you building credential management.
Ongoing maintenanceYou own refresh logic, permission debugging, environment config, and every provider-specific edge case for Hostinger.ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure.
Agent usabilityYou still need to expose the right Hostinger actions to the runtime in a format your agent can reliably use.24 tools for Hostinger are already exposed through ClawLink, so the agent can read and act from chat immediately.

Composio also exposes Hostinger to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect Hostinger in the browser, and the 24 tools above work from chat. There is no SDK and no config file, and the Hostinger key you paste at setup is stored server-side rather than kept in your environment. Choosing between them? Read the full Composio alternatives comparison.

Troubleshooting

Hermes paired but still can't use Hostinger

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.

Connection succeeds but no tools appear

Reconnect Hostinger from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.

"Tool schema not loaded yet" error when calling Hostinger tools

Hostinger tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Hostinger call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.

Hostinger returns 403 or "permission denied" on one action while others work

Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.

Hostinger API returns 401 or an authentication error while the connection shows as connected

The AIO teaches formatting Authorization: Bearer YOUR_API_TOKEN exactly, with the token case-sensitive and free of stray spaces, and that tokens are generated in hPanel under Account Information. On a hosted connection there is no header for you to format and no local file to check, so a 401 means the stored token itself is the problem: it was revoked in hPanel, it was pasted with surrounding whitespace, or it belongs to a different Hostinger account. Reconnect Hostinger from the ClawLink dashboard with a fresh token generated in the right hPanel account, and confirm the key was copied without extra characters. A 401 that persists across a fresh token is worth raising with support, because nothing on the agent side can format this request differently.

Hostinger API returns 429 or a rate limit error

Hostinger applies API rate limits to the account, and a hosted connection shares them because the calls run under your token. When a tool returns 429, the agent should stop and retry later rather than hammering the endpoint; repeating the request immediately makes the window longer. Reconnecting does not reset the account's limits. If the agent is looping on a call, tell it to back off and continue with other work.

"hostinger mcp tool not found" errors from the npm package don't apply here

The query space answers this with local fixes: the hostinger-api-mcp binary missing from PATH, a wrong config directory, or a reinstall with npm i -g hostinger-api-mcp. None of that exists on a hosted connection, because there is no binary and no PATH to check. If a Hostinger tool is missing from your agent's catalog, the cause is on the catalog side: reconnect Hostinger from the dashboard, then start a fresh chat so the runtime reloads the tool list. If you are running the npm package yourself and hit these errors, that is the install path, not this connection.

API key setup works but results look incomplete

Double-check that the API key for Hostinger has the right scopes or account access. A valid key can still be too limited for some reads or writes.

FAQ

Is there a Hermes Agent Hostinger integration?

Yes. ClawLink is the fastest way to connect Hermes to Hostinger: link your Hostinger account once in the browser and Hermes Agent can call the Hostinger API through 24 ready-made tools — no custom code or token handling.

How do I connect Hostinger to Hermes with ClawLink?

Install the plugin with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pair once: run hermes clawlink begin, approve the link in your browser, and run hermes clawlink finish. Connect Hostinger in the dashboard and Hermes can use it from the next message — no config files, and the Hostinger key you paste is stored server-side instead of in your environment.

How long does it take to connect Hostinger to Hermes Agent?

About two minutes. Sign in, click Connect next to Hostinger in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.

Why use ClawLink instead of wiring Hostinger up myself?

The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Hostinger working from chat.

Do I need to install hostinger-api-mcp or another MCP server?

No. The AI Overviews for Hostinger MCP teach npm install -g hostinger-api-mcp, which requires Node.js 24 or higher and exposes the full 276-tool catalog from Hostinger's own README, or the modular packages like hostinger-hosting-mcp (48 tools) and hostinger-vps-mcp (62 tools). ClawLink skips the installation entirely: you paste a Hostinger API token once, and 24 curated tools are available to Hermes from chat. You keep the full API for anything the curated set does not cover; this is for the agent-facing actions people actually use.

What's the difference between this and deploying Hermes Agent on a Hostinger VPS?

Hostinger's product installs and runs the Hermes Agent itself on one of their VPS servers, with admin credentials you set in the setup wizard. This page does not do that. Here, Hermes runs anywhere you already run it, and Hostinger is a connected tool: the agent can check domain availability, read and validate DNS records, list VPS machines and websites, and manage SSH keys on your account. If you came to deploy the agent, you want Hostinger's catalog installation; if you came to give an existing agent Hostinger access, this is the page.

Is it safe to connect Hostinger to an AI agent?

The risk discussion in the ecosystem is about over-privileged access, and the practical version for this connection is simple: the token you paste is an API token for your Hostinger account, so it carries the account's scope. You can revoke or rotate it in hPanel at any time, and ClawLink stores it server-side rather than in a file on the machine running Hermes. Treat the connection like the account credential it is, and disconnect it from the dashboard when you stop using it.

What about Hostinger's own built-in AI features?

Hostinger sells its own no-API-key story: a built-in AI assistant billed through credits you buy in the hPanel dashboard, and a one-click OpenClaw deployment. Those live inside Hostinger's control panel and are not an API surface an external runtime like Hermes can call. If you want a Hermes agent that manages domains, DNS, and VPS resources itself, it needs the API token connection this page describes.

Hermes paired but still can't use Hostinger

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.