INDIVIDUAL MCP TOOL
list_records
List every record in the archive, newest first, with its date, title, category, status and URL.
LIVE ENDPOINT
https://helptyler.live/mcp
Connect to this endpoint to inspect the live schema for list_records and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.helptyler-medical-records]
url = "https://helptyler.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"helptyler-medical-records": {
"type": "http",
"url": "https://helptyler.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: helptyler-medical-records
Remote MCP URL: https://helptyler.live/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": {
"helptyler-medical-records": {
"url": "https://helptyler.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"helptyler-medical-records": {
"type": "http",
"url": "https://helptyler.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "helptyler-medical-records",
"transport": "streamable-http",
"url": "https://helptyler.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_record— Return a single record by id.search_records— Case-insensitive keyword search across record titles, categories and finding summaries.get_summary— Return the full clinical overview: the working picture, the drug-response profile, patient-reported history, what has been ruled out, and the open questions.