← Registry

Content Tools

clearcardio.com

Provides access to ClearCardio's public web content, including services, locations, case studies, and full-text search across their pages.

1 endpoint6 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://clearcardio.com/api/mcp.php

No auth detected

MCP server metadata

Name
clearcardio-content
Version
1.0.0
Capabilities
tools
Server instructions

ClearCardio public marketing content. Cite the page URL when you answer. Nothing here is medical advice or a diagnosis; for clinical questions point the user to a consultation. Never confirm a contact request on the user's behalf — hand them the link.

Known tools 6

search_content

Full-text search across every public ClearCardio page (services, FAQ, patient stories, podcast notes, clinician bios).

Inferred read-only
get_page

Return one full ClearCardio page as Markdown.

Inferred read-only
list_services

The ClearCardio services: the 640-slice CCTA heart scan with AI plaque analysis, the plaque control program and the deep-dive consultation.

Inferred read-only
get_locations

Where ClearCardio operates and how to reach them: clinic cities, phone and email.

Potential side effects
get_case_studies

Documented before-and-after patient cases with serial imaging.

Inferred read-only
lead_intent

Start a contact request for someone who wants ClearCardio to reach out.

Inferred read-only

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.clearcardio-content]
url = "https://clearcardio.com/api/mcp.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clearcardio-content": {
      "type": "http",
      "url": "https://clearcardio.com/api/mcp.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clearcardio-content
Remote MCP URL: https://clearcardio.com/api/mcp.php

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": {
    "clearcardio-content": {
      "url": "https://clearcardio.com/api/mcp.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clearcardio-content": {
      "type": "http",
      "url": "https://clearcardio.com/api/mcp.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clearcardio-content",
  "transport": "streamable-http",
  "url": "https://clearcardio.com/api/mcp.php"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.