Developer Tools
encirca.com
Facilitates domain registration management by checking prices, suggesting available domains, generating checkout links, and listing owned domains.
ENDPOINT 1
https://mcp.encirca.com/mcp
MCP server metadata
- Name
- encirca-domains-mcp
- Version
- 1.1.0
Encirca MCP exposes public domain commerce tools without login. Account-management tools require an Auth0 bearer token after the user has completed the existing Encirca login and team-selection flow.
Known tools 10
check_domain_priceCheck live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.
Inferred read-onlysuggest_available_domainsGenerate AI-backed domain ideas from a business brief and pre-check availability locally across partner-appropriate TLDs.
Inferred read-onlygenerate_checkout_linkCreate a checkout URL for available domains using a raw JWT token.
Potential side effectsget_domain_requirementsReturn MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.
Inferred read-onlylist_my_domainsList domains for the authenticated Encirca account from live RegyREST domain data plus read-only ESB task fallback.
Inferred read-onlyget_domain_detailsReturn sanitized read-only details for a domain owned by the authenticated Encirca account.
Inferred read-onlylist_expiring_domainsList domains from the authenticated Encirca account that expire within a configurable number of days.
Inferred read-onlylist_invoicesList read-only ESB domain invoices/orders for the authenticated Encirca account.
Inferred read-onlyget_account_profileReturn the authenticated Encirca account profile and selected team profile from the verified Auth0 token.
Inferred read-onlyget_account_identityReturn the currently authenticated Auth0 user and selected Encirca team identity.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.encirca-domains-mcp]
url = "https://mcp.encirca.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"encirca-domains-mcp": {
"type": "http",
"url": "https://mcp.encirca.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: encirca-domains-mcp
Remote MCP URL: https://mcp.encirca.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"encirca-domains-mcp": {
"url": "https://mcp.encirca.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"encirca-domains-mcp": {
"type": "http",
"url": "https://mcp.encirca.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "encirca-domains-mcp",
"transport": "streamable-http",
"url": "https://mcp.encirca.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for encirca.com was fetched 2026-08-21T15:18:44.382Z.
encirca.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.