Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

8 tools
get_limitsInspect

Retrieve plan limits, monthly quota, remaining trial calls, and upgrade state for the current Sentinel API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_usageInspect

Retrieve monthly scoring-call usage for the current Sentinel API key, optionally for a specific YYYY-MM month.

ParametersJSON Schema
NameRequiredDescriptionDefault
monthNoOptional 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
workflowYesWorkflow identifier such as healthcare.denial, healthcare.prior_auth, or healthcare.reimbursement.
list_workflowsInspect

Discover the supported Sentinel workflows and current model versions before scoring.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

score_batchInspect

Score up to 25 workflow items sequentially in one request for healthcare workflow automation.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemsYesList of scoring items, each containing workflow, payload, and optional options.
continue_on_errorNoWhen 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionsNoOptional scoring flags such as explanation, thresholds, or runtime options supported by /v1/score.
payloadYesStructured workflow payload matching the Sentinel /v1/score schema for the selected workflow.
workflowYesWorkflow 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
feedbackYesStructured 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesWorkflow payload to validate before sending to /v1/score or /v1/score/batch.
workflowYesWorkflow 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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.