← helptyler.live

INDIVIDUAL MCP TOOL

get_record

Return a single record by id.

helptyler.livenone authenticationAvailability not checked

LIVE ENDPOINT

https://helptyler.live/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_record 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

helptyler.live

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

  • list_records — List every record in the archive, newest first, with its date, title, category, status and URL.
  • 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.