API Tools
sickslip.co
Provides API tools to verify SickSlip doctor's notes, list licensed states, retrieve pricing and service tiers, and look up SickSlip physician NPIs.
ENDPOINT 1
https://sickslip.onrender.com/api/mcp
MCP server metadata
- Name
- sickslip-verify
- Version
- 0.2.1
Known tools 5
verify_sickslip_noteVerify the authenticity of a SickSlip doctor's note by its verification code.
Inferred read-onlylist_state_availabilityList all US states where SickSlip is currently licensed to issue doctor's notes.
Inferred read-onlyget_sickslip_pricingGet 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.
Inferred read-onlylist_service_tiersList all SickSlip service tiers with what each one is for, what documents are included, the price, and what kind of customer it fits.
Inferred read-onlylookup_physician_npiGiven a 10-digit National Provider Identifier (NPI), check if it matches a SickSlip physician and return their credentials.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.