You're viewing a demo portfolio

Join the waitlist
PRSM

claim_api_key

Active

Tool of BorealHost

declared in 1.27.0

Claim an API key using a claim token from the container. After calling request_api_key(), read the claim token from ~/.borealhost/.claim_token on your container and pass it here. The token is single-use — once claimed, it cannot be used again. The API key is automatically activated for this MCP session. Args: claim_token: The claim token string read from the container file Returns: {"api_key": "bh_...", "key_prefix": "bh_...", "site_slug": "my-site", "scopes": ["read", "write"], "message": "API key created and activated..."} Errors: VALIDATION_ERROR: Invalid, expired, or already-claimed token

Parameters schema

{
  "type": "object",
  "title": "claim_api_keyArguments",
  "required": [
    "claim_token"
  ],
  "properties": {
    "claim_token": {
      "type": "string",
      "title": "Claim Token"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
claim_api_key — BorealHost — PRSM MCP