# Hostinger — MCP server on mcp.ai > Connect your Hostinger account and use 24 tools for developer tools straight from your AI agent. Connect with your own API key. Web hosting and domain management platform with APIs for billing, domains, DNS, and VPS management. By: mcp.ai · official Page: https://mcp.ai/hostinger ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_hostinger?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/hostinger/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/hostinger/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/hostinger/skill.md Postman collection (v2.1): https://mcp.ai/hostinger/postman.json ## Tools - hostinger_check_domain_availability(tlds: string[], domain: string, with_alternatives?: boolean) — 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 o - hostinger_create_public_key(key: string, name: string) — 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 - hostinger_create_whois_profile(tld: string, country: string, entity_type: string, whois_details: object) — 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 registratio - hostinger_delete_public_key(public_key_id: integer) — 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. - hostinger_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 - hostinger_get_dns_records(domain: string) — 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 - - hostinger_get_domain_forwarding(domain: string) — 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). - hostinger_get_template_details(template_id: integer) — 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: - hostinger_get_whois_profile(whois_id: integer) — 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 tech - hostinger_get_whois_profile_usage(whois_id: integer) — Tool to retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains use specific contact profiles. - hostinger_list_catalog_items(name?: string, category?: string) — 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 (witho - hostinger_list_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, cont - hostinger_list_dns_snapshots(domain: string) — Tool to retrieve DNS snapshots for a domain. Use when you need to view available DNS backup points for restoration or audit purposes. - hostinger_list_domains() — Get domain list. Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio. - hostinger_list_orders(page?: integer, per_page?: integer, statuses?: string[], order_ids?: integer[]) — 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 - hostinger_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 - hostinger_list_public_keys(page?: integer) — Get public keys. Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authentication. - hostinger_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. - hostinger_list_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 tem - hostinger_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, - hostinger_list_websites(page?: integer, domain?: string, order_id?: integer, per_page?: integer, username?: string, is_enabled?: boolean) — 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 o - hostinger_list_whois_profiles(tld?: string) — 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 applic - hostinger_validate_dns_records(zone: object[], domain: string, overwrite?: boolean) — 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 respo - hostinger_verify_domain_ownership(domain: string) — 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 ## Example prompts - "What can I do in Hostinger?" - "Show me a summary of my Hostinger account" ## Links Docs: https://mcp.ai/docs/mcps/hostinger Website: https://mcp.ai/mcps/hostinger