EnCirca Domains
com.encirca/domainsSearch, Register , Renew , Transfer and Manage domains
Tools · 10
Check live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.
Generate AI-backed domain ideas from a business brief and pre-check availability locally across partner-appropriate TLDs.
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.
Return MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.
List domains for the authenticated Encirca account from live RegyREST domain data plus read-only ESB task fallback.
Return sanitized read-only details for a domain owned by the authenticated Encirca account. Auth codes and contact records are never returned.
List domains from the authenticated Encirca account that expire within a configurable number of days.
List read-only ESB domain invoices/orders for the authenticated Encirca account.
Return the authenticated Encirca account profile and selected team profile from the verified Auth0 token.
Return the currently authenticated Auth0 user and selected Encirca team identity. Requires Authorization: Bearer <Auth0 access token>.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"encirca_domains": {
"url": "https://mcp.encirca.com/mcp",
"transport": "streamable-http"
}
}
}