Content Tools
clearcardio.com
Provides access to ClearCardio's public web content, including services, locations, case studies, and full-text search across their pages.
ENDPOINT 1
https://clearcardio.com/api/mcp.php
MCP server metadata
- Name
- clearcardio-content
- Version
- 1.0.0
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_contentFull-text search across every public ClearCardio page (services, FAQ, patient stories, podcast notes, clinician bios).
Inferred read-onlylist_servicesThe ClearCardio services: the 640-slice CCTA heart scan with AI plaque analysis, the plaque control program and the deep-dive consultation.
Inferred read-onlyget_locationsWhere ClearCardio operates and how to reach them: clinic cities, phone and email.
Potential side effectslead_intentStart a contact request for someone who wants ClearCardio to reach out.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.