ED
EnCirca Domains
/check_domain_price
check domain price
Check live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.
liveunknown~5s typical
mcpencircadomains
$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-com-encirca-domains /check_domain_price for me.
Input
| Field | Type | Description |
|---|---|---|
| partner_id | string | ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set. |
| domains* | string | |
| order_type | string (Domain_Order | Domain_Renewal | Domain_Transfer) | |
| default_tld | string | |
| requirement_use_case | string | Restricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or appr |
| years | integer | Registration period in years for all requested domains. Defaults to 1. |
| domain_years | object | Optional per-domain registration period in years. |
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-com-encirca-domains","endpoint":"/check_domain_price","input":{"domains":"..."}}'cli
npx cracked-ai run -p mcp-com-encirca-domains -e /check_domain_price -i '{"domains":"..."}'mcp
run_tool({ provider: "mcp-com-encirca-domains", endpoint: "/check_domain_price", input: {"domains":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.