list_plans
ActiveTool of BorealHost
List available hosting plans with pricing and resources. No authentication needed. Args: track: Filter by plan track. Valid values: "single_site", "agency". Leave empty to list all tracks. include_deprecated: Include deprecated plans (default: false) Returns: [{"slug": "site_starter", "name": "Starter", "track": "single_site", "hosting_type": "shared", "price": {"monthly": 5, "annual": 2, "currency": "CAD"}, "resources": null, "features": {"max_sites": 1, "ai_modules": [...], "ai_agents": [], "free_domain_annual": false}}, ...]
Parameters schema
{
"type": "object",
"title": "list_plansArguments",
"properties": {
"track": {
"type": "string",
"title": "Track",
"default": ""
},
"include_deprecated": {
"type": "boolean",
"title": "Include Deprecated",
"default": false
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries