Productivity
gettrustapp.com
Provides tools for healthcare professionals to manage credential renewals, CE requirements, state comparisons, and compact status.
ENDPOINT 1
https://gettrustapp.com/mcp
MCP server metadata
- Name
- trust-app
- Version
- 0.3.0
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_renewalsCall this when a user asks which credentials, states, or licensing boards Trust covers, or wants to browse renewal rules by CE burden.
Inferred read-onlyget_renewal_requirementsCall 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-onlycompare_statesCall this when a user is comparing licensure across states — a travel assignment, a relocation, or deciding where to endorse.
Inferred read-onlycheck_ce_gapCall this when a user tells you what CE they have already completed and wants to know what is left before their renewal.
Inferred read-onlyget_compact_statusCall 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-onlylist_practice_quizzesList Trust's free practice quizzes (BLS, ACLS, PALS, NREMT) with question counts, covered topics, and the quiz URL.
Inferred read-onlyget_quiz_leaderboardRead the public leaderboard for one practice quiz: display names, scores, percentages, and completion times.
Inferred read-onlyhealth_checkReport 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-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.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.
gettrustapp.com 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.