Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. BorealHost
B
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:54:39 PM

BorealHost

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Agent-native web hosting β€” deploy sites, manage DNS, register domains, scale infrastructure

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "borealhost-2": {
      "command": "uvx",
      "args": [
        "borealhost-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

BorealHost MCP Server

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.

Quick Start

Remote Server (Recommended)

No installation needed. Connect directly to the hosted server:

config.json
{
  "mcpServers": {
    "borealhost": {
      "type": "streamable-http",
      "url": "https://borealhost.ai/mcp/"
    }
  }
}

Local Installation (pip)

Terminal
pip install borealhost-mcp

Then run:

bash
borealhost-mcp

Or add to your MCP client config:

config.json
{
  "mcpServers": {
    "borealhost": {
      "command": "borealhost-mcp"
    }
  }
}

Environment Variables

VariableDescription
BOREALHOST_BASE_URLAPI base URL (default: https://borealhost.ai)
BOREALHOST_API_KEYPre-configured API key (optional β€” you can also call register() or set_api_key() at runtime)

What Can It Do?

BorealHost MCP exposes 47 tools across the full hosting lifecycle:

Authentication & Identity

  • register β€” Create an agent account and get an API key (no auth needed)
  • set_api_key β€” Activate an existing key for the session
  • whoami β€” Verify your key and check account info
  • request_api_key / claim_api_key β€” Challenge-response auth for on-site agents

Plan Discovery & Checkout

  • list_plans β€” Browse hosting plans with pricing (CAD)
  • create_checkout / update_checkout / complete_checkout / get_checkout_status β€” Full purchase flow with Stripe

Site Management

  • get_site_status β€” Check site health, resources, and configuration
  • manage_dns β€” Create and delete DNS records (A, AAAA, CNAME, MX, TXT, SRV)
  • deploy β€” Trigger site deployment
  • scale β€” Upgrade or downgrade hosting plan
  • decommission β€” Delete site (7-day grace period)

Applications

  • install_app β€” Install from templates: Django, Laravel, Next.js, Node.js, Nuxt.js, Rails, static
  • get_app_status / list_apps β€” Monitor installations

File Management

  • list_files / read_file / write_file / upload_file / delete_file β€” Full filesystem access

Snapshots & Backups

  • list_snapshots / create_snapshot / delete_snapshot / rollback_snapshot β€” Local snapshots
  • create_b2_snapshot β€” Cloud-backed snapshots (Backblaze B2)
  • schedule_snapshot / cancel_scheduled_snapshot β€” Scheduled snapshots
  • get_snapshot_usage β€” Check quota
  • list_backups / create_backup / restore_backup β€” Automatic and manual backups

Domains

  • search_domain β€” Check availability and pricing
  • register_domain β€” Register with WHOIS info (supports .ca, .com, .net, etc.)
  • list_domains / domain_detail β€” Manage owned domains

SSH & Logs

  • get_ssh_info / add_ssh_key β€” SSH access for VPS plans
  • get_logs β€” Retrieve error, access, and PHP logs

Modules

  • list_modules / toggle_module β€” Enable/disable AI modules (SEO, translation, content)

Account & Billing

  • update_account / delete_account β€” Profile management
  • list_subscriptions / get_billing_portal β€” Billing info and Stripe portal
  • rotate_key β€” Rotate API keys
  • get_metrics β€” Traffic and performance metrics

Resources

The server exposes 5 MCP resources for structured reference data:

URIDescription
borealhost://api/errorsError codes with HTTP status and recovery guidance
borealhost://api/scopesAPI key scope hierarchy and tool requirements
borealhost://api/enumsValid enum values (checkout status, DNS types, log types, etc.)
borealhost://api/response-formatAPI response envelope documentation
borealhost://plansLive plan catalog with current pricing

Prompts

5 guided workflow prompts for common operations:

  • purchase_hosting β€” Step-by-step plan purchase flow
  • setup_site β€” Post-purchase site configuration
  • manage_dns β€” Common DNS operations
  • register_domain β€” Domain registration with WHOIS checklist
  • claim_site_key β€” Challenge-response key claiming

Example Workflow

Code
Agent: register()
β†’ {"api_key": "bh_...", "scopes": ["read", "write"]}

Agent: list_plans()
β†’ [{"slug": "starter", "price_monthly": 9.99, ...}, ...]

Agent: create_checkout("bh_site_starter_monthly")
β†’ {"checkout_id": "chk_...", "checkout_secret": "..."}

Agent: update_checkout("chk_...", requested_slug="my-new-site")
β†’ {"status": "ready"}

Agent: complete_checkout("chk_...")
β†’ {"payment_url": "https://checkout.stripe.com/..."}

Agent: get_checkout_status("chk_...")  # poll until completed
β†’ {"status": "completed", "site_slug": "my-new-site"}

Agent: get_site_status("my-new-site")
β†’ {"status": "active", "url": "https://my-new-site.borealhost.ai"}

Authentication

  • API key format: bh_ + 48 hex characters
  • Scopes: read (view) β†’ write (modify) β†’ admin (delete/scale)
  • No auth needed for: list_plans, create_checkout, update_checkout, complete_checkout, get_checkout_status
  • Keys are shown once on creation β€” store immediately

Requirements

  • Python 3.10+
  • Dependencies: mcp[cli]>=1.2.0, httpx>=0.27.0

Links

  • BorealHost.ai
  • API Documentation
  • Full LLM Reference

License

Proprietary. Copyright 2025-2026 BorealHost.ai. All rights reserved.

Related MCP Servers

View all in Developer Tools View all alternatives
  • B
    BorealHost

    Agent-native web hosting β€” deploy sites, manage DNS, register domains, scale infrastructure

    πŸ’» Developer Tools0 views
    Compare vs BorealHost β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • S
    Strata

    MCP server for progressive tool usage at any scale (see https://klavis.ai)

    πŸ’» Developer Tools0 views
    Compare vs Strata β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about BorealHost

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "borealhost": { "command": "npx", "args": ["-y", "BorealHost"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBorealHost AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/borealhost-2?style=directory)](https://allmcps.com/mcp/borealhost-2)
HTML Embed
<a href="https://allmcps.com/mcp/borealhost-2"><img src="https://allmcps.com/api/badge/borealhost-2?style=directory" alt="BorealHost on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to BorealHost β†’Install in Claude DesktopInstall in CursorInstall in VS Code