ED
EnCirca Domains
/get_domain_details
get domain details
Return sanitized read-only details for a domain owned by the authenticated Encirca account. Auth codes and contact records are never returned.
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 /get_domain_details for me.
Input
| Field | Type | Description |
|---|---|---|
| partner_id | string | ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set. |
| domain* | string |
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":"/get_domain_details","input":{"domain":"..."}}'cli
npx cracked-ai run -p mcp-com-encirca-domains -e /get_domain_details -i '{"domain":"..."}'mcp
run_tool({ provider: "mcp-com-encirca-domains", endpoint: "/get_domain_details", input: {"domain":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.