Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.sentinelsignal/scoring

io.sentinelsignal/scoring

Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.

Uptime
100.0%
2 direct probes · 30d
Response
686ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
2
available

Tools · 8

list_workflows

List supported workflows and current model versions via GET /v1/workflows

get_workflow_schema

Fetch required fields, optional fields, enums, and an example payload for a workflow via GET /v1/workflows/{workflow}/schema

validate_workflow_payload

Validate and normalize a workflow payload without consuming a scoring call via POST /v1/workflows/{workflow}/validate

score_workflow

Score Sentinel healthcare workflows via POST /v1/score

score_batch

Score up to 25 workflow items sequentially in one request via POST /v1/score/batch

get_limits

Retrieve plan limits, trial quota, and upgrade state via GET /v1/limits

get_usage

Retrieve monthly scoring call usage via GET /v1/usage

submit_feedback

Submit structured claims outcome feedback via POST /v1/feedback

Prompts · 2

claims_triage_prompt

Help an agent choose the right Sentinel workflow and required payload fields before scoring.

explain_score_prompt

Help an agent interpret a Sentinel score and decide what operational action to take next.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.sentinelsignal/scoring": {
      "url": "https://mcp.sentinelsignal.io/mcp",
      "transport": "streamable-http"
    }
  }
}