Hostinger
Web hosting and domain management platform with APIs for billing, domains, DNS, and VPS management
Verdict
Common use cases
- Check domain availability before client pitches
- Update DNS records during incident response
- Deploy VPS instances for staging environments
- Verify WHOIS profiles before domain registration
- Generate free subdomains for prototype demos
Integration
- Vendor
- Hostinger
- Category
- developer-tools
- Auth
- API_KEY
- Tools
- 24
- Composio slug
hostinger
Tools
- Check Domain Availability
Check domain availability. Verify if domain names are available for registration across multiple TLDs. Use this endpoint to check domain availability before purchase. Multiple TLDs can be checked at once. TLDs should be provided without lea
- Create VPS Public Key
Create public key. Add a new public key to your account for VPS SSH authentication. Use this endpoint to register SSH keys that can be used for authenticating to VPS instances. The public key will be associated with your account and can be
- Create WHOIS Profile
Create a WHOIS contact profile for domain registration. Use this endpoint to add new contact information that can be used when registering domains. The WHOIS profile is required for domain registration and contains contact details such as n
- Delete Public Keydestructive
Delete public key. Use this endpoint to remove unused SSH public keys from your account. Note: Deleting a public key from your account does not remove it from any virtual machines.
- Generate Free Subdomain
Generate a free subdomain. Create a unique free subdomain that can be used for hosting services without purchasing custom domains. Free subdomains allow you to start using hosting services immediately, and you can always connect a custom do
- Get DNS Records
Tool to retrieve DNS records for a domain. Use this endpoint to view current DNS configuration for domain management purposes. Example use cases: - Review current DNS settings before making changes - Check propagation status after DNS updat
- Get Domain Forwarding
Tool to retrieve domain forwarding configuration. Use when you need to view the current redirect settings for a domain, including the target URL and redirect type (301/302).
- Get VPS Template Details
Get template details. Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view specific template specifications before deployment. Example use cases: - Review template details before VPS dep
- Get WHOIS Profile
Get WHOIS profile. Retrieve a WHOIS contact profile for domain registration contact information. Use this endpoint to view domain registration contact information including registrant, admin, and technical contacts.
- Get WHOIS Profile Usage
Tool to retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains use specific contact profiles.
- List Catalog Items
Get catalog item list. Retrieve catalog items available for order. Use this endpoint to view available services and pricing before placing orders. Prices in catalog items are displayed as cents (without floating point), e.g., float 17.99 is
- List DNS Snapshots
Tool to retrieve DNS snapshots for a domain. Use when you need to view available DNS backup points for restoration or audit purposes.
- List Domains
Get domain list. Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio.
- List Hosting Orders
Tool to list hosting orders. Retrieve a paginated list of orders accessible to the authenticated client. This endpoint returns orders of your hosting accounts as well as orders of other client hosting accounts that have shared access with y
- List Payment Methods
Get payment method list. Retrieve available payment methods that can be used for placing new orders. Use this endpoint to view available payment options before creating orders. This action requires no request parameters. Note: To add a new
- List Public Keys
Get public keys. Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authentication.
- List Subscriptions
Get subscription list. Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active services and billing status.
- List Virtual Machines
Get virtual machines. Retrieve all available virtual machines. Use this endpoint to view available VPS instances. Returns a list of all virtual machines with their configuration details including CPU, memory, disk, IP addresses, and current
- List VPS Data Centers
Get data center list. Retrieve all available data centers. Use this endpoint to view location options before deploying VPS instances. Returns a list of all available data centers with their city, continent, country code, and name informatio
- List VPS Templates
Get templates. Retrieve available OS templates for virtual machines. Use this endpoint to view operating system options before creating or recreating VPS instances. Returns a list of all available templates with their ID, name, description,
- List Websites
List websites. Retrieve a paginated list of websites (main and addon types) accessible to the authenticated client. This endpoint returns websites from your hosting accounts as well as websites from other client hosting accounts that have s
- List WHOIS Profiles
Retrieve WHOIS contact profiles for domain registration. Use this endpoint to view available contact profiles that can be used when registering domains. Optionally filter by TLD to get profiles applicable to specific domain extensions.
- Validate DNS Records
Validate DNS records. Validates DNS records prior to update for the selected domain. Use this endpoint to verify DNS record validity before applying changes. If the validation is successful, the response will contain 200 Success code. If th
- Verify Domain Ownership
Verify ownership of a single domain and return the verification status. Use this endpoint to check if a domain is accessible for you before using it for new websites. If the domain is accessible, the response will have `is_accessible: true`
Setup
Setup guide
- 11. Open your Switchy workspace and navigate to Settings → Integrations → Developer Tools. 2. Click 'Connect' next to Hostinger. 3. Log into your Hostinger account at hostinger.com and go to API settings (usually under Account → API or Developer Tools). 4. Generate a new API key — copy it immediately as Hostinger won't show it again. 5. Paste the key into Switchy's connection dialog and click 'Authorize'. 6. Switchy will verify the key by fetching your account details — this takes 5-10 seconds. 7. Once connected, open any Space and type '@Hostinger check if example.com is available' to test. 8. If the MCP responds with availability data, the connection works. 9. To invoke other tools, @mention Hostinger and describe the task (e.g. '@Hostinger show DNS records for mydomain.com'). 10. The MCP will confirm each action before making changes to your infrastructure.
What teammates see: by default, memories from Hostinger are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
Check Domain Availability
@Hostinger check if acme-solutions.com, acme-solutions.io, and acme-solutions.dev are available for registrationOpen in a Space →
Review DNS Configuration
@Hostinger show me all DNS records for staging.myapp.com so I can verify the CNAME is pointing to the right CDNOpen in a Space →
Deploy Test VPS
@Hostinger what Ubuntu templates are available for VPS deployment, and which one includes Docker pre-installedOpen in a Space →
Add SSH Key
@Hostinger create a new public key named 'ci-runner' with this key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC...Open in a Space →
Generate Free Subdomain
@Hostinger generate a free subdomain for our hackathon project so we can deploy the prototype tonightOpen in a Space →