Server Details
Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- sentinelsignal/sentinel-signal-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
8 toolsget_limitsInspect
Retrieve plan limits, monthly quota, remaining trial calls, and upgrade state for the current Sentinel API key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_usageInspect
Retrieve monthly scoring-call usage for the current Sentinel API key, optionally for a specific YYYY-MM month.
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Optional billing month in YYYY-MM format. Defaults to the current month when omitted. |
get_workflow_schemaInspect
Fetch required fields, optional fields, enums, and an example payload for a Sentinel workflow.
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow identifier such as healthcare.denial, healthcare.prior_auth, or healthcare.reimbursement. |
list_workflowsInspect
Discover the supported Sentinel workflows and current model versions before scoring.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
score_batchInspect
Score up to 25 workflow items sequentially in one request for healthcare workflow automation.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of scoring items, each containing workflow, payload, and optional options. | |
| continue_on_error | No | When true, later items keep running even if an earlier item fails validation or scoring. |
score_workflowInspect
Run a structured Sentinel scoring request for a supported healthcare workflow.
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Optional scoring flags such as explanation, thresholds, or runtime options supported by /v1/score. | |
| payload | Yes | Structured workflow payload matching the Sentinel /v1/score schema for the selected workflow. | |
| workflow | Yes | Workflow identifier to score. Common values include healthcare.denial, healthcare.prior_auth, and healthcare.reimbursement. |
submit_feedbackInspect
Submit structured outcome feedback for a previous scoring event so Sentinel can track real-world claims results.
| Name | Required | Description | Default |
|---|---|---|---|
| feedback | Yes | Structured feedback payload for /v1/feedback, including event identifiers and outcome details. |
validate_workflow_payloadInspect
Validate and normalize a workflow payload without consuming a scoring call.
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Workflow payload to validate before sending to /v1/score or /v1/score/batch. | |
| workflow | Yes | Workflow identifier such as healthcare.denial, healthcare.prior_auth, or healthcare.reimbursement. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.