INDIVIDUAL MCP TOOL
verify_sickslip_note
Verify the authenticity of a SickSlip doctor's note by its verification code.
LIVE ENDPOINT
https://sickslip.onrender.com/api/mcp
Connect to this endpoint to inspect the live schema for verify_sickslip_note 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
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.sickslip-verify]
url = "https://sickslip.onrender.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sickslip-verify": {
"type": "http",
"url": "https://sickslip.onrender.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sickslip-verify
Remote MCP URL: https://sickslip.onrender.com/api/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": {
"sickslip-verify": {
"url": "https://sickslip.onrender.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sickslip-verify": {
"type": "http",
"url": "https://sickslip.onrender.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sickslip-verify",
"transport": "streamable-http",
"url": "https://sickslip.onrender.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_state_availability— List all US states where SickSlip is currently licensed to issue doctor's notes.get_sickslip_pricing— Get current SickSlip pricing across all service tiers: the standard work or school note, the rush upgrade, the Amazon DLS bundle (includes the E103 + E117 forms), and the travel note.list_service_tiers— List all SickSlip service tiers with what each one is for, what documents are included, the price, and what kind of customer it fits.lookup_physician_npi— Given a 10-digit National Provider Identifier (NPI), check if it matches a SickSlip physician and return their credentials.