INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://gettrustapp.com/mcp
Connect to this endpoint to inspect the live schema for get_renewal_requirements and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.
Related tools
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.compare_states— Call this when a user is comparing licensure across states — a travel assignment, a relocation, or deciding where to endorse.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.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.list_practice_quizzes— List Trust's free practice quizzes (BLS, ACLS, PALS, NREMT) with question counts, covered topics, and the quiz URL.get_quiz_leaderboard— Read the public leaderboard for one practice quiz: display names, scores, percentages, and completion times.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.