io.sentinelsignal/scoring
io.sentinelsignal/scoringHosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.
Tools · 8
List supported workflows and current model versions via GET /v1/workflows
Fetch required fields, optional fields, enums, and an example payload for a workflow via GET /v1/workflows/{workflow}/schema
Validate and normalize a workflow payload without consuming a scoring call via POST /v1/workflows/{workflow}/validate
Score Sentinel healthcare workflows via POST /v1/score
Score up to 25 workflow items sequentially in one request via POST /v1/score/batch
Retrieve plan limits, trial quota, and upgrade state via GET /v1/limits
Retrieve monthly scoring call usage via GET /v1/usage
Submit structured claims outcome feedback via POST /v1/feedback
Prompts · 2
Help an agent choose the right Sentinel workflow and required payload fields before scoring.
Help an agent interpret a Sentinel score and decide what operational action to take next.
Similar MCP servers embedding-nearest
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"
}
}
}