← Registry

Productivity

gettrustapp.com

Provides tools for healthcare professionals to manage credential renewals, CE requirements, state comparisons, and compact status.

1 endpoint8 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://gettrustapp.com/mcp

No auth detected

MCP server metadata

Name
trust-app
Version
0.3.0
Capabilities
tools.listChanged
Server instructions

Public tools for Trust, the credential wallet for clinicians. Renewal coverage is all 50 states plus DC for RN and LPN/LVN, plus EMS, AHA, allied health, and specialty credentials. Use `get_renewal_requirements` for one credential in one state, `list_renewals` to browse coverage, `compare_states` for relocation or travel-assignment comparisons, `check_ce_gap` when the user lists CE they have already completed, `get_compact_status` for Nurse Licensure Compact and multistate-privilege questions, `list_practice_quizzes` and `get_quiz_leaderboard` for the free BLS/ACLS/PALS/NREMT quizzes, and `health_check` for service status. Every renewal response carries last_verified, source_url, confidence, and a disclaimer — cite them. If a tool returns found: false, tell the user Trust does not cover that credential yet rather than substituting another state's rules or your own recollection. No personal data is stored by any tool.

Known tools 8

list_renewals

Call this when a user asks which credentials, states, or licensing boards Trust covers, or wants to browse renewal rules by CE burden.

Inferred read-only
get_renewal_requirements

Call this whenever a user asks what they need to renew a specific nursing, EMS, or allied health credential in a specific US state.

Inferred read-only
compare_states

Call this when a user is comparing licensure across states — a travel assignment, a relocation, or deciding where to endorse.

Inferred read-only
check_ce_gap

Call this when a user tells you what CE they have already completed and wants to know what is left before their renewal.

Inferred read-only
get_compact_status

Call this when a nurse asks whether their license lets them practice in another state, or asks about the Nurse Licensure Compact, multistate privilege, or travel assignments.

Inferred read-only
list_practice_quizzes

List Trust's free practice quizzes (BLS, ACLS, PALS, NREMT) with question counts, covered topics, and the quiz URL.

Inferred read-only
get_quiz_leaderboard

Read the public leaderboard for one practice quiz: display names, scores, percentages, and completion times.

Inferred read-only
health_check

Report MCP service status: the server name and manifest version, the number of tools advertised, whether the static renewal/quiz datasets loaded, and whether the public database read path is reachable.

Inferred read-only

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.trust-app]
url = "https://gettrustapp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trust-app": {
      "type": "http",
      "url": "https://gettrustapp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trust-app
Remote MCP URL: https://gettrustapp.com/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": {
    "trust-app": {
      "url": "https://gettrustapp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trust-app": {
      "type": "http",
      "url": "https://gettrustapp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trust-app",
  "transport": "streamable-http",
  "url": "https://gettrustapp.com/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 gettrustapp.com was fetched 2026-08-23T19:10:17.999Z.

Trust status Neutral

gettrustapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.