Skip to main content

Hostinger Hostinger List Capabilities

Immutable Catalog Entry

This descriptor comes from the active versioned Portal catalog.

READhostinger.hostinger_list_capabilities
  • Contract tier: legacy
  • Risk: read
  • Catalog version: hostinger-2026.07.12.1
  • Descriptor hash: f6a4a91d468c50e4e26c50237475f0e7e9c48e16bc1af3082dcda7949743dcc6

Use this tool to use the legacy provider-authenticated capability summary retained for existing clients. It is part of the Hostinger MCP agent contract. It never returns Portal grants, Hostinger API tokens, request headers, or raw credential values. Prefer the typed endpoint tools for provider work and use the five unprefixed navigation tools for new discovery flows. The result is a compact Hostinger MCP envelope designed for the next agent action. Runtime summary: List Hostinger MCP capability groups, tool counts, and common workflows.

Request Body

{
"jsonrpc": "2.0",
"id": "hostinger-hostinger-list-capabilities-example",
"method": "tools/call",
"params": {
"name": "hostinger.hostinger_list_capabilities",
"arguments": {}
}
}

Arguments Schema

{
"type": "object",
"properties": {},
"additionalProperties": false
}

Output Schema

{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"ok",
"data",
"error",
"meta"
],
"properties": {
"ok": {
"type": "boolean",
"description": "True only when the requested Hostinger or local catalog operation succeeded."
},
"data": {
"description": "Normalized result data, or null when the operation failed."
},
"meta": {
"type": "object",
"description": "Safe endpoint, timing, pagination, rate, catalog, and next-action metadata.",
"additionalProperties": true
},
"error": {
"description": "Secret-safe structured error details, or null on success."
}
},
"description": "Normalized Hostinger MCP response envelope.",
"additionalProperties": false
}

Code Examples

curl -X POST 'https://portal.madpanda3d.com/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "hostinger-hostinger-list-capabilities-example",
"method": "tools/call",
"params": {
"name": "hostinger.hostinger_list_capabilities",
"arguments": {}
}
}'

Example Responses

{
"ok": true,
"message": "Tool hostinger.hostinger_list_capabilities executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}