Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"borealhost": {
"url": "https://borealhost.ai/mcp/",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'borealhost-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked borealhost-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
Governed MCP workflows with policy validation, findings tracking, and review gates.
MCP Security Weekly
Get CVE alerts and security updates for ai.borealhost/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent-native web hosting tools for the Model Context Protocol.
Connect any MCP-compatible AI agent to BorealHost.ai — purchase hosting, deploy sites, manage DNS, register domains, and scale infrastructure, entirely through tool calls.
No installation needed. Connect directly to the hosted server:
{
"mcpServers": {
"borealhost": {
"type": "streamable-http",
"url": "https://borealhost.ai/mcp/"
}
}
}
pip install borealhost-mcp
Then run:
borealhost-mcp
Or add to your MCP client config:
{
"mcpServers": {
"borealhost": {
"command": "borealhost-mcp"
}
}
}
| Variable | Description |
|---|---|
BOREALHOST_BASE_URL | API base URL (default: https://borealhost.ai) |
BOREALHOST_API_KEY | Pre-configured API key (optional — you can also call register() or set_api_key() at runtime) |
BorealHost MCP exposes 47 tools across the full hosting lifecycle:
register — Create an agent account and get an API key (no auth needed)set_api_key — Activate an existing key for the sessionwhoami — Verify your key and check account inforequest_api_key / claim_api_key — Challenge-response auth for on-site agentslist_plans — Browse hosting plans with pricing (CAD)create_checkout / update_checkout / complete_checkout / get_checkout_status — Full purchase flow with Stripeget_site_status — Check site health, resources, and configurationmanage_dns — Create and delete DNS records (A, AAAA, CNAME, MX, TXT, SRV)deploy — Trigger site deploymentscale — Upgrade or downgrade hosting plandecommission — Delete site (7-day grace period)install_app — Install from templates: Django, Laravel, Next.js, Node.js, Nuxt.js, Rails, static, Forgeget_app_status / list_apps — Monitor installationslist_files / read_file / write_file / upload_file / delete_file — Full filesystem accesslist_snapshots / create_snapshot / delete_snapshot / rollback_snapshot — Local snapshotscreate_b2_snapshot — Cloud-backed snapshots (Backblaze B2)schedule_snapshot / cancel_scheduled_snapshot — Scheduled snapshotsget_snapshot_usage — Check quotalist_backups / create_backup / restore_backup — Automatic and manual backupssearch_domain — Check availability and pricingregister_domain — Register with WHOIS info (supports .ca, .com, .net, etc.)list_domains / domain_detail — Manage owned domainsget_ssh_info / add_ssh_key — SSH access for VPS plansget_logs — Retrieve error, access, and PHP logslist_modules / toggle_module — Enable/disable AI modules (chatbot, SEO, translation, content)update_account / delete_account — Profile managementlist_subscriptions / get_billing_portal — Billing info and Stripe portalrotate_key — Rotate API keysget_metrics — Traffic and performance metricsThe server exposes 5 MCP resources for structured reference data:
| URI | Description |
|---|---|
borealhost://api/errors | Error codes with HTTP status and recovery guidance |
borealhost://api/scopes | API key scope hierarchy and tool requirements |
borealhost://api/enums | Valid enum values (checkout status, DNS types, log types, etc.) |
borealhost://api/response-format | API response envelope documentation |
borealhost://plans | Live plan catalog with current pricing |
5 guided workflow prompts for common operations: