← xonark.com

INDIVIDUAL MCP TOOL

send_cdcp_card_verification_email

Product tool: send clinic-domain email verification.

xonark.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

xonark.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.xonark-public-content-calculators]
url = "https://xonark.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xonark-public-content-calculators": {
      "type": "http",
      "url": "https://xonark.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xonark-public-content-calculators
Remote MCP URL: https://xonark.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": {
    "xonark-public-content-calculators": {
      "url": "https://xonark.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xonark-public-content-calculators": {
      "type": "http",
      "url": "https://xonark.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xonark-public-content-calculators",
  "transport": "streamable-http",
  "url": "https://xonark.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_public_xonark_content — Search Xonark public website and blog content about Xona, Leakage Prevention System, missed-call recovery, recall, after-hours workflows, integrations, security, pricing, and company updates.
  • calculate_xonark_public_calculator — Run a public estimate-only Xonark calculator: free_dental_leakage_scan, overflow, or recall.
  • get_cdcp_card_agent_guide — Compact public guide for agents creating, verifying, publishing, and sharing clinic CDCP Cards.
  • calculate_cdcp_guidance — Public estimate-only CDCP guidance for service category, income bracket, co-pay, and preauthorization questions.
  • create_cdcp_card_draft — Product tool: create a clinic-provided CDCP Card draft.
  • update_cdcp_card — Product tool: patch a draft using slug and private claim_token.
  • confirm_cdcp_card_email — Product tool: confirm token obtained from clinic mailbox/user paste.
  • publish_cdcp_card — Product tool: publish a verified CDCP Card.