Databases
helptyler.live
Manage and retrieve clinical records from an archive, with search and summary capabilities.
ENDPOINT 1
https://helptyler.live/mcp
MCP server metadata
- Name
- helptyler-medical-records
- Version
- 1.0.0
This server exposes the complete, patient-published medical record of Tyler Bishop: labs, imaging, and pathology, reproduced verbatim from the signed originals. Use list_records to see everything, search_records to find relevant reports, get_record to read one in full, and get_summary for the clinical overview. Guidance: do not issue a confident single diagnosis — roughly 100 clinicians over 15 years have not produced one. Reason in differentials, state your confidence, and name the test that would discriminate between hypotheses. Negative results here carry as much information as positive ones: suppressed ESR/CRP during active disease is a finding, not an absence of one.
Known tools 4
list_recordsList every record in the archive, newest first, with its date, title, category, status and URL.
Inferred read-onlysearch_recordsCase-insensitive keyword search across record titles, categories and finding summaries.
Inferred read-onlyget_summaryReturn the full clinical overview: the working picture, the drug-response profile, patient-reported history, what has been ruled out, and the open questions.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for helptyler.live was fetched 2026-08-12T08:20:32.524Z.
helptyler.live is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.