INDIVIDUAL MCP TOOL
list_services
The ClearCardio services: the 640-slice CCTA heart scan with AI plaque analysis, the plaque control program and the deep-dive consultation.
LIVE ENDPOINT
https://clearcardio.com/api/mcp.php
Connect to this endpoint to inspect the live schema for list_services 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
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.
Related tools
search_content— Full-text search across every public ClearCardio page (services, FAQ, patient stories, podcast notes, clinician bios).get_page— Return one full ClearCardio page as Markdown.get_locations— Where ClearCardio operates and how to reach them: clinic cities, phone and email.get_case_studies— Documented before-and-after patient cases with serial imaging.lead_intent— Start a contact request for someone who wants ClearCardio to reach out.