B
BorealHost
/manage_dns
manage dns
Create or delete DNS records for a site. Requires: API key with write scope. Args: slug: Site identifier action: "create" or "delete" record_type:
liveverifiedunknown~5s typical
mcpprobedborealhost
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-borealhost-mcp /manage_dns for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | |
| action* | string | |
| record_type* | string | |
| subdomain | string | default "" |
| value | string | default "" |
| ttl | integer | default 3600 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-borealhost-mcp","endpoint":"/manage_dns","input":{"slug":"...","action":"...","record_type":"...","subdomain":"","value":"","ttl":3600}}'cli
npx cracked-ai run -p mcp-ai-borealhost-mcp -e /manage_dns -i '{"slug":"...","action":"...","record_type":"...","subdomain":"","value":"","ttl":3600}'mcp
run_tool({ provider: "mcp-ai-borealhost-mcp", endpoint: "/manage_dns", input: {"slug":"...","action":"...","record_type":"...","subdomain":"","value":"","ttl":3600} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.