Skip to main content
Glama

hostinger-api-mcp

Official

billing_getCatalogItemListV1

Fetch available services and pricing details in cents for ordering categories like domains or VPS. Filter results by name or category to streamline product selection.

Instructions

Retrieve catalog items available for order.

Prices in catalog items is displayed as cents (without floating point), e.g: float 17.99 is displayed as integer 1799.

Use this endpoint to view available services and pricing before placing orders.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter catalog items by category
nameNoFilter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter catalog items by category", "enum": [ "DOMAIN", "VPS" ], "type": "string" }, "name": { "description": "Filter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain", "type": "string" } }, "required": [], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server