{"name":"com.encirca/domains","slug":"encirca-domains","title":"EnCirca Domains","description":"Search, Register , Renew , Transfer and Manage domains","url":"https://mcp.market/server/encirca-domains","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:11:03.231Z","last_ok_at":"2026-09-24T06:11:03.231Z","latency_ms":403},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.encirca.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.encirca.com/mcp"}],"packages":[],"tools":[{"name":"check_domain_price","description":"Check live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"domains":{"anyOf":[{"type":"string","description":"Space-separated or comma-separated domains."},{"type":"array","items":{"type":"string"},"minItems":1}]},"order_type":{"type":"string","enum":["Domain_Order","Domain_Renewal","Domain_Transfer"]},"default_tld":{"type":"string"},"requirement_use_case":{"type":"string","description":"Restricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help."},"years":{"type":"integer","minimum":1,"maximum":10,"description":"Registration period in years for all requested domains. Defaults to 1."},"domain_years":{"type":"object","additionalProperties":{"type":"integer","minimum":1,"maximum":10},"description":"Optional per-domain registration period in years."}},"required":["domains"]}},{"name":"generate_checkout_link","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"domains":{"anyOf":[{"type":"string","description":"Space-separated or comma-separated domains."},{"type":"array","items":{"type":"string"},"minItems":1}]},"order_type":{"type":"string","enum":["Domain_Order","Domain_Renewal","Domain_Transfer"]},"default_tld":{"type":"string"},"skip_availability_check":{"type":"boolean","default":false},"requirement_use_case":{"type":"string","description":"Restricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help."},"years":{"type":"integer","minimum":1,"maximum":10,"description":"Registration period in years for all requested domains. Defaults to 1."},"domain_years":{"type":"object","additionalProperties":{"type":"integer","minimum":1,"maximum":10},"description":"Optional per-domain registration period in years."},"auth_code":{"type":"string","description":"Single transfer auth code for one-domain transfer checkouts."},"auth_codes":{"type":"object","additionalProperties":{"type":"string"},"description":"Per-domain auth codes required for Domain_Transfer checkout links."}},"required":["domains"]}},{"name":"get_account_identity","description":"Return the currently authenticated Auth0 user and selected Encirca team identity. Requires Authorization: Bearer <Auth0 access token>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_account_profile","description":"Return the authenticated Encirca account profile and selected team profile from the verified Auth0 token.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_domain_details","description":"Return sanitized read-only details for a domain owned by the authenticated Encirca account. Auth codes and contact records are never returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"domain":{"type":"string","minLength":1}},"required":["domain"]}},{"name":"get_domain_requirements","description":"Return MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"Optional partner id used to resolve a matching restricted-TLD flow."},"domains":{"anyOf":[{"type":"string","description":"Space-separated or comma-separated domains."},{"type":"array","items":{"type":"string"},"minItems":1}]},"tld":{"type":"string","description":"TLD to inspect, with or without leading dot."},"default_tld":{"type":"string"},"requirement_use_case":{"type":"string","description":"Restricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help."}}}},{"name":"list_expiring_domains","description":"List domains from the authenticated Encirca account that expire within a configurable number of days.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"within_days":{"type":"integer","minimum":1,"maximum":366,"default":90},"include_expired":{"type":"boolean","default":false},"limit":{"type":"integer","minimum":1,"maximum":100,"default":50}}}},{"name":"list_invoices","description":"List read-only ESB domain invoices/orders for the authenticated Encirca account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"limit":{"type":"integer","minimum":1,"maximum":100,"default":25},"status":{"type":"string"}}}},{"name":"list_my_domains","description":"List domains for the authenticated Encirca account from live RegyREST domain data plus read-only ESB task fallback.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"include_pending":{"type":"boolean","default":true,"description":"Include pending EPP and delayed-processing domain orders/transfers in addition to completed domains."}}}},{"name":"suggest_available_domains","description":"Generate AI-backed domain ideas from a business brief and pre-check availability locally across partner-appropriate TLDs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"partner_id":{"type":"string","description":"ESB partner id. Optional if ENCIRCA_MCP_DEFAULT_PARTNER_ID is set."},"brief":{"type":"string","minLength":1,"maxLength":400},"default_tld":{"type":"string"},"tlds":{"type":"array","items":{"type":"string"},"maxItems":10},"limit":{"type":"integer","minimum":1,"maximum":20,"default":8},"include_unavailable":{"type":"boolean","default":false}},"required":["brief"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-22T21:29:59.298Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T21:29:59.173Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 351ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.encirca.com/mcp","reachable":true,"authRequired":false,"latencyMs":351,"serverInfo":{"name":"encirca-domains-mcp","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.encirca.com/logo.png","source":"registry","width":1200,"height":300},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}