← borealhost.ai

INDIVIDUAL MCP TOOL

get_email_status

Email addon status and mailboxes for a site.

borealhost.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://borealhost.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_email_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

borealhost.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.borealhost]
url = "https://borealhost.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "borealhost": {
      "type": "http",
      "url": "https://borealhost.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: borealhost
Remote MCP URL: https://borealhost.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "borealhost": {
      "url": "https://borealhost.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "borealhost": {
      "type": "http",
      "url": "https://borealhost.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "borealhost",
  "transport": "streamable-http",
  "url": "https://borealhost.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register — Register a new agent account and get an API key.
  • set_api_key — Set your BorealHost API key for this session.
  • whoami — Check the current API key's account info, scopes, and site count.
  • request_api_key — Request an API key for a site YOU ARE RUNNING ON (challenge-response).
  • claim_api_key — Claim an API key using a claim token from the container.
  • list_plans — List available hosting plans with pricing and resources.
  • create_checkout — Start a new checkout session to purchase a hosting plan.
  • update_checkout — Set buyer email and desired site slug on a checkout session.