Sentinel Signal MCP for Healthcare Claims Scoring
Hosted MCP server for denial risk, prior authorization, reimbursement scoring, usage, and feedback.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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
What data it sees
Do you need an account
No: the server works without sign-in
Hosted MCP server for denial risk, prior authorization, reimbursement scoring, usage, and feedback. Includes no-signup trial keys and Smithery support.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| 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 denial risk, prior auth, and reimbursement 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 |