Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

EnCirca Domains

REMOTE · MCP.ENCIRCA.COM · SCANNED AUG 19

Search, Register , Renew , Transfer and Manage domains

Available components

67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security77
Transport & Reachability100
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 963 tokens (~96/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 49% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.encirca.com

# add to Claude Code
claude mcp add --transport http com-encirca-domains https://mcp.encirca.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-encirca-domains]
url = "https://mcp.encirca.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-encirca-domains": {
      "type": "remote",
      "url": "https://mcp.encirca.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-encirca-domains --url https://mcp.encirca.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-encirca-domains:
    url: "https://mcp.encirca.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-encirca-domains": {
      "type": "http",
      "url": "https://mcp.encirca.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 18 Aug 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 19 Aug 2026 · Probed https://mcp.encirca.com/mcp

TLS valid

Negotiated TLS 1.2 with TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.encirca.com CN=Amazon RSA 2048 M01,O=Amazon,C=US 24 Jun 2026 7 Jan 2027 RSA 2048 SHA256-RSA 99545fcc84e702355552276b2b5c2e7
SANs: *.encirca.com, *.encircalabs.com, *.encircapartners.com
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC secure

Validation of mcp.encirca.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
encirca.com. present 2371 13 Verified
mcp.encirca.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.encirca.com/mcp Verified 200
http (plaintext) http://mcp.encirca.com/mcp HTTPS enforced 301 https://mcp.encirca.com:443/mcp
MCP tools · 10 exposed · ~923 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_domain_price ~146

Check live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.

NameTypeReqDescription
default_tldstring
domain_yearsobjectOptional per-domain registration period in years.
domainsyes
order_typestring
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
requirement_use_casestringRestricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help.
yearsintegerRegistration period in years for all requested domains. Defaults to 1.
NameTypeReqDescription
orderTypestring
partnerIdstring
resultsarray
successboolean

No examples provided.

generate_checkout_link ~206

Create a checkout URL for available domains using a raw JWT token. For special TLDs, do not collect field values in chat; tell the customer what checkout will require.

NameTypeReqDescription
auth_codestringSingle transfer auth code for one-domain transfer checkouts.
auth_codesobjectPer-domain auth codes required for Domain_Transfer checkout links.
default_tldstring
domain_yearsobjectOptional per-domain registration period in years.
domainsyes
order_typestring
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
requirement_use_casestringRestricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help.
skip_availability_checkboolean
yearsintegerRegistration period in years for all requested domains. Defaults to 1.
NameTypeReqDescription
checkoutUrlstring
successboolean
tokenstring
tokenTypestring

No examples provided.

get_account_identity ~35

Return the currently authenticated Auth0 user and selected Encirca team identity. Requires Authorization: Bearer <Auth0 access token>.

Input schema present but exposes no named parameters.

NameTypeReqDescription
authenticatedboolean
isLoginAsAnotherUserboolean
isSignupFinishedboolean
team
teamMembershipobject
userobject

No examples provided.

get_account_profile ~28

Return the authenticated Encirca account profile and selected team profile from the verified Auth0 token.

Input schema present but exposes no named parameters.

NameTypeReqDescription
accountobject
originalUser
successboolean
team

No examples provided.

get_domain_details ~68

Return sanitized read-only details for a domain owned by the authenticated Encirca account. Auth codes and contact records are never returned.

NameTypeReqDescription
domainstringyes
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
NameTypeReqDescription
domainobject
partnerIdstring
sourcestring
successboolean

No examples provided.

get_domain_requirements ~117

Return MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.

NameTypeReqDescription
default_tldstring
domains
partner_idstringOptional partner id used to resolve a matching restricted-TLD flow.
requirement_use_casestringRestricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help.
tldstringTLD to inspect, with or without leading dot.
NameTypeReqDescription
requirementsobject
successboolean

No examples provided.

list_expiring_domains ~78

List domains from the authenticated Encirca account that expire within a configurable number of days.

NameTypeReqDescription
include_expiredboolean
limitinteger
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
within_daysinteger
NameTypeReqDescription
countinteger
domainsarray
includeExpiredboolean
partnerIdstring
sourcestring
successboolean
withinDaysinteger

No examples provided.

list_invoices ~65

List read-only ESB domain invoices/orders for the authenticated Encirca account.

NameTypeReqDescription
limitinteger
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
statusstring
NameTypeReqDescription
countinteger
invoicesarray
partnerIdstring
sourcestring
successboolean

No examples provided.

list_my_domains ~83

List domains for the authenticated Encirca account from live RegyREST domain data plus read-only ESB task fallback.

NameTypeReqDescription
include_pendingbooleanInclude pending EPP and delayed-processing domain orders/transfers in addition to completed domains.
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
NameTypeReqDescription
countinteger
domainsarray
includePendingboolean
partnerIdstring
sourcestring
sourceWarningsarray
sourcesobject
successboolean

No examples provided.

suggest_available_domains ~97

Generate AI-backed domain ideas from a business brief and pre-check availability locally across partner-appropriate TLDs.

NameTypeReqDescription
briefstringyes
default_tldstring
include_unavailableboolean
limitinteger
partner_idstringESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set.
tldsarray
NameTypeReqDescription
partnerIdstring
recommendedarray
resultsarray
successboolean

No examples provided.