BorealHost MCP Server
BorealHost MCP Server
Agent-native Webhosting-Tools für das Model Context Protocol.
Verbinden Sie jeden MCP-kompatiblen KI-Agenten mit BorealHost.ai – kaufen Sie Hosting, stellen Sie Websites bereit, verwalten Sie DNS, registrieren Sie Domains und skalieren Sie Infrastruktur, vollständig über Tool-Aufrufe.
Quick Start
Remote-Server (Empfohlen)
Keine Installation erforderlich. Verbinden Sie sich direkt mit dem gehosteten Server:
{
"mcpServers": {
"borealhost": {
"type": "streamable-http",
"url": "https://borealhost.ai/mcp/"
}
}
}Lokale Installation (pip)
pip install borealhost-mcpFühren Sie dann aus:
borealhost-mcpOder fügen Sie es zu Ihrer MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"borealhost": {
"command": "borealhost-mcp"
}
}
}Umgebungsvariablen
Variable | Beschreibung |
| API-Basis-URL (Standard: |
| Vorkonfigurierter API-Schlüssel (optional – Sie können auch |
Related MCP server: AgentDomain
Was kann es tun?
BorealHost MCP stellt 47 Tools über den gesamten Hosting-Lebenszyklus bereit:
Authentifizierung & Identität
register– Erstellen Sie ein Agent-Konto und erhalten Sie einen API-Schlüssel (keine Authentifizierung erforderlich)set_api_key– Aktivieren Sie einen vorhandenen Schlüssel für die Sitzungwhoami– Überprüfen Sie Ihren Schlüssel und sehen Sie Kontoinformationen einrequest_api_key/claim_api_key– Challenge-Response-Authentifizierung für lokale Agenten
Plan-Entdeckung & Checkout
list_plans– Durchsuchen Sie Hosting-Pläne mit Preisen (CAD)create_checkout/update_checkout/complete_checkout/get_checkout_status– Vollständiger Kaufablauf mit Stripe
Website-Verwaltung
get_site_status– Überprüfen Sie Website-Zustand, Ressourcen und Konfigurationmanage_dns– DNS-Einträge erstellen und löschen (A, AAAA, CNAME, MX, TXT, SRV)deploy– Website-Bereitstellung auslösenscale– Hosting-Plan upgraden oder downgradendecommission– Website löschen (7-tägige Gnadenfrist)
Anwendungen
install_app– Aus Vorlagen installieren: Django, Laravel, Next.js, Node.js, Nuxt.js, Rails, statischget_app_status/list_apps– Installationen überwachen
Dateiverwaltung
list_files/read_file/write_file/upload_file/delete_file– Vollständiger Dateisystemzugriff
Snapshots & Backups
list_snapshots/create_snapshot/delete_snapshot/rollback_snapshot– Lokale Snapshotscreate_b2_snapshot– Cloud-gestützte Snapshots (Backblaze B2)schedule_snapshot/cancel_scheduled_snapshot– Geplante Snapshotsget_snapshot_usage– Kontingent prüfenlist_backups/create_backup/restore_backup– Automatische und manuelle Backups
Domains
search_domain– Verfügbarkeit und Preise prüfenregister_domain– Mit WHOIS-Informationen registrieren (unterstützt .ca, .com, .net usw.)list_domains/domain_detail– Eigene Domains verwalten
SSH & Logs
get_ssh_info/add_ssh_key– SSH-Zugriff für VPS-Pläneget_logs– Fehler-, Zugriffs- und PHP-Logs abrufen
Module
list_modules/toggle_module– KI-Module aktivieren/deaktivieren (SEO, Übersetzung, Inhalt)
Konto & Abrechnung
update_account/delete_account– Profilverwaltunglist_subscriptions/get_billing_portal– Abrechnungsinformationen und Stripe-Portalrotate_key– API-Schlüssel rotierenget_metrics– Verkehrs- und Leistungsmetriken
Ressourcen
Der Server stellt 5 MCP-Ressourcen für strukturierte Referenzdaten bereit:
URI | Beschreibung |
| Fehlercodes mit HTTP-Status und Wiederherstellungsanleitung |
| API-Schlüssel-Bereichshierarchie und Tool-Anforderungen |
| Gültige Enum-Werte (Checkout-Status, DNS-Typen, Log-Typen usw.) |
| Dokumentation des API-Antwort-Envelopes |
| Live-Plan-Katalog mit aktuellen Preisen |
Prompts
5 geführte Workflow-Prompts für häufige Vorgänge:
purchase_hosting– Schritt-für-Schritt-Kaufablauf für Plänesetup_site– Website-Konfiguration nach dem Kaufmanage_dns– Häufige DNS-Operationenregister_domain– Domain-Registrierung mit WHOIS-Checklisteclaim_site_key– Challenge-Response-Schlüssel beanspruchen
Beispiel-Workflow
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://borealhost.ai/pay/chk_.../?s=...",
"confirmation_url": "https://borealhost.ai/pay/chk_.../confirmation/?s=..."}
# show payment_url to the human; paying provisions the site
Agent: get_checkout_status("chk_...") # poll until completed
→ {"status": "completed", "api_key": "bh_...", # shown ONCE
"site": {"slug": "my-new-site", "status": "active"}}
Agent: get_site_status("my-new-site")
→ {"status": "active", "url": "https://my-new-site.borealhost.ai"}Authentifizierung
API-Schlüsselformat:
bh_+ 48 HexadezimalzeichenBereiche:
read(Anzeigen) →write(Ändern) →admin(Löschen/Skalieren)Keine Authentifizierung erforderlich für:
list_plans,create_checkout,update_checkout,complete_checkout,get_checkout_statusSchlüssel werden bei der Erstellung einmalig angezeigt – sofort speichern
Anforderungen
Python 3.10+
Abhängigkeiten:
mcp[cli]>=1.2.0,httpx>=0.27.0
Links
Lizenz
Proprietär. Copyright 2025-2026 BorealHost.ai. Alle Rechte vorbehalten.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
The website platform for AI agents. One API to build, host, and operate real websites.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables management of Coolify instances to control applications, databases, and servers through the Model Context Protocol. It provides a comprehensive set of tools for deploying services and monitoring self-hosted infrastructure using natural language.18213MIT
- AlicenseAqualityFmaintenanceAgentDomain MCP allows AI agents to register, buy, and manage internet domains via the Model Context Protocol. Features include domain search, availability check, purchase, DNS record management, and wallet operations.133MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.-
- AlicenseAqualityBmaintenanceEnables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.13111MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alainsvrd/borealhost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server