# 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
- get_limits (Get current plan limits) - Retrieve plan limits, monthly quota, remaining trial calls, and upgrade state for the current Sentinel API key. Endpoint: https://mcp.sentinelsignal.io/mcp
- list_workflows (List supported workflows) - Discover the supported Sentinel workflows and current model versions before scoring. Endpoint: https://mcp.sentinelsignal.io/mcp
- get_workflow_schema (Fetch workflow schema) - Fetch required fields, optional fields, enums, and an example payload for a Sentinel workflow. Endpoint: https://mcp.sentinelsignal.io/mcp
- validate_workflow_payload (Validate workflow payload) - Validate and normalize a workflow payload without consuming a scoring call. Endpoint: https://mcp.sentinelsignal.io/mcp
- get_usage (Get monthly usage) - Retrieve monthly scoring-call usage for the current Sentinel API key, optionally for a specific YYYY-MM month. Endpoint: https://mcp.sentinelsignal.io/mcp
- score_workflow (Score a Sentinel workflow) - Run a structured Sentinel scoring request for a supported healthcare workflow. Endpoint: https://mcp.sentinelsignal.io/mcp
- score_batch (Score a workflow batch) - Score up to 25 workflow items sequentially in one request for healthcare workflow automation. Endpoint: https://mcp.sentinelsignal.io/mcp
- submit_feedback (Submit claims outcome feedback) - Submit structured outcome feedback for a previous scoring event so Sentinel can track real-world claims results. Endpoint: https://mcp.sentinelsignal.io/mcp

## Resources
Not captured

## Prompts
- claims_triage_prompt - Triage a claims workflow Guide an agent to choose the right Sentinel workflow and required payload fields for a healthcare claims question. Arguments: task
- explain_score_prompt - Interpret a scoring result Help an agent explain a Sentinel scoring result and decide whether to submit feedback or upgrade a trial account. Arguments: workflow, result_summary

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