server.json•733 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.hostinger/hostinger-api-mcp",
"description": "MCP server for Hostinger API",
"repository": {
"url": "https://github.com/hostinger/api-mcp-server",
"source": "github"
},
"version": "0.1.21",
"packages": [
{
"registryType": "npm",
"identifier": "hostinger-api-mcp",
"version": "0.1.21",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "API_TOKEN",
"description": "Hostinger API token",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
]
}