← encirca.com

INDIVIDUAL MCP TOOL

list_invoices

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

encirca.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.encirca.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_invoices and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

encirca.com

CONNECT 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.

Related tools

  • check_domain_price — Check live local pricing and availability for one or more domains using partner-specific ESB rules without writing cache rows.
  • suggest_available_domains — Generate AI-backed domain ideas from a business brief and pre-check availability locally across partner-appropriate TLDs.
  • generate_checkout_link — Create a checkout URL for available domains using a raw JWT token.
  • get_domain_requirements — Return MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.
  • list_my_domains — List domains for the authenticated Encirca account from live RegyREST domain data plus read-only ESB task fallback.
  • get_domain_details — Return sanitized read-only details for a domain owned by the authenticated Encirca account.
  • list_expiring_domains — List domains from the authenticated Encirca account that expire within a configurable number of days.
  • get_account_profile — Return the authenticated Encirca account profile and selected team profile from the verified Auth0 token.