← Registry

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.

1 endpoint5 known toolsFirst detected June 5, 2026Last detected September 24, 2026

ENDPOINT 1

https://sickslip.onrender.com/api/mcp

No auth detected

MCP server metadata

Name
sickslip-verify
Version
0.2.1
Capabilities
tools

Known tools 5

verify_sickslip_note

Verify the authenticity of a SickSlip doctor's note by its verification code.

Inferred read-only
list_state_availability

List all US states where SickSlip is currently licensed to issue doctor's notes.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
lookup_physician_npi

Given a 10-digit National Provider Identifier (NPI), check if it matches a SickSlip physician and return their credentials.

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.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.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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