{
  "name": "BorealHost",
  "description": "Agent-native web hosting by BorealHost.ai (Quebec, Canada). 46 tools for full hosting lifecycle: register, purchase plans, deploy sites, manage DNS, files, domains, and scale. Site-scoped keys with per-tool permissions.",
  "url": "https://borealhost.ai/mcp/",
  "transport": "streamable-http",
  "authentication": {
    "type": "bearer",
    "env_var": "BOREALHOST_API_KEY",
    "description": "API key in format bh_<48 hex chars>. Obtain via register(), set_api_key(), or the challenge-response claim flow (request_api_key + claim_api_key). Keys can be account-level or site-scoped."
  },
  "tools_count": 46,
  "resources_count": 5,
  "prompts_count": 5,
  "capabilities": [
    "register_account",
    "browse_plans",
    "purchase_hosting",
    "manage_sites",
    "manage_dns",
    "deploy",
    "file_management",
    "ssh_access",
    "domain_registration",
    "ai_modules",
    "billing",
    "snapshots",
    "scaling",
    "site_scoped_keys",
    "challenge_response_auth"
  ],
  "related": {
    "rest_api": "https://borealhost.ai/api/v1/",
    "openapi_spec": "https://borealhost.ai/api/v1/openapi.json",
    "acp_discovery": "https://borealhost.ai/.well-known/acp.json",
    "ai_plugin": "https://borealhost.ai/.well-known/ai-plugin.json",
    "llms_txt": "https://borealhost.ai/llms.txt"
  },
  "install": {
    "pip": "pip install borealhost-mcp",
    "claude_desktop": {
      "mcpServers": {
        "borealhost": {
          "type": "http",
          "url": "https://borealhost.ai/mcp/"
        }
      }
    },
    "env": {
      "BOREALHOST_API_KEY": "<your-api-key>",
      "BOREALHOST_BASE_URL": "https://borealhost.ai"
    }
  }
}