MCP tool · Services & subscriptions
list_services
List the subscriptions on the account — hosting, domains, VPS, storage and more — each with its id, type, domain, status, price, expiry and a can:{} block of what…
list_services
Description
List the subscriptions on the account — hosting, domains, VPS, storage and more — each with its id, type, domain, status, price, expiry and a can:{} block of what may be done to it. Filter by type, status or expiring_within_days; page with limit and cursor. For one service in full use get_service; for registrar domains specifically use list_domains; for invoices use list_invoices. This lists subscriptions, not the domains inside a hosting account.
Input
| Name | Type | Description |
|---|---|---|
type
|
string |
Optional service type to filter by, e.g. hosting or .com.
|
status
|
string |
Optional status filter, e.g. completed, pending or suspended.
|
expiring_within_days
|
integer |
Only services expiring within this many days. Applied to the returned page; a note says so. Range 1–365.
|
limit
|
integer | Page size, 1–100, default 25. Range 1–100. |
cursor
|
string |
Opaque pagination cursor from a previous response's nextCursor.
|
Example conversation
What services do I have?
7 services: 3 web hosting, 2 domains, 1 VPS and 1 email package. Two renew this month.
Illustrative. The assistant calls list_services behind the reply; tier
R decides whether it executes directly or returns a confirmation
link.