INDIVIDUAL MCP TOOL
get_locations
Where ClearCardio operates and how to reach them: clinic cities, phone and email.
LIVE ENDPOINT
https://clearcardio.com/api/mcp.php
Connect to this endpoint to inspect the live schema for get_locations and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.list_services— The ClearCardio services: the 640-slice CCTA heart scan with AI plaque analysis, the plaque control program and the deep-dive consultation.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.