# scoring MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-sentinelsignal-scoring
- Repository: https://github.com/sentinelsignal/sentinel-signal-mcp

## Install
- Endpoint: https://mcp.sentinelsignal.io/mcp
- Auth: Not captured

## Setup notes
- Remote header: x-sentinel-api-key (secret)
- Remote endpoint: https://mcp.sentinelsignal.io/mcp
- Header: x-sentinel-api-key

## Tools
- list_workflows - List supported workflows and current model versions via GET /v1/workflows Endpoint: https://mcp.sentinelsignal.io/mcp
- get_workflow_schema - Fetch required fields, optional fields, enums, and an example payload for a workflow via GET /v1/workflows/{workflow}/schema Endpoint: https://mcp.sentinelsignal.io/mcp
- validate_workflow_payload - Validate and normalize a workflow payload without consuming a scoring call via POST /v1/workflows/{workflow}/validate Endpoint: https://mcp.sentinelsignal.io/mcp
- score_workflow - Score Sentinel healthcare workflows via POST /v1/score Endpoint: https://mcp.sentinelsignal.io/mcp
- score_batch - Score up to 25 workflow items sequentially in one request via POST /v1/score/batch Endpoint: https://mcp.sentinelsignal.io/mcp
- get_limits - Retrieve plan limits, trial quota, and upgrade state via GET /v1/limits Endpoint: https://mcp.sentinelsignal.io/mcp
- get_usage - Retrieve monthly scoring call usage via GET /v1/usage Endpoint: https://mcp.sentinelsignal.io/mcp
- submit_feedback - Submit structured claims outcome feedback via POST /v1/feedback Endpoint: https://mcp.sentinelsignal.io/mcp

## Resources
Not captured

## Prompts
- claims_triage_prompt - Triage a claims workflow Help an agent choose the right Sentinel workflow and required payload fields before scoring. Arguments: task
- explain_score_prompt - Interpret a scoring result Help an agent interpret a Sentinel score and decide what operational action to take next. Arguments: workflow, result_summary

## Metadata
- Owner: io.sentinelsignal
- Version: 0.1.6
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 24, 2026
- Source: https://registry.modelcontextprotocol.io
