Hosted Workflow Intelligence MCP Launch
Sentinel Signal now exposes a hosted Streamable HTTP MCP endpoint at https://mcp.sentinelsignal.io/mcp for healthcare claims workflows.
What shipped
- Hosted MCP endpoint for denial risk, prior authorization, reimbursement scoring, usage, and feedback tools
- No-signup trial key flow at
POST https://token.sentinelsignal.io/v1/keys/trial - Smithery listing at
@sentinelsignal/scoring - Local package fallback via
uvx sentinel-signal-mcp
Why this matters
Agents can connect without building a custom wrapper around the REST API. For teams that want a managed endpoint first, the hosted MCP path removes the local install step and keeps the API key flow simple across healthcare workflows.
Quickstart
- Mint a trial key from
https://token.sentinelsignal.io/v1/keys/trial - Point your MCP client to
https://mcp.sentinelsignal.io/mcp - Call
score_workflow,get_limits,get_usage, orsubmit_feedback - Upgrade the same key in place from the Sentinel dashboard when trial quota is exhausted
Supported workflows
healthcare.denialhealthcare.prior_authhealthcare.reimbursementunified_score
Where to start
- Hosted MCP docs:
/portal/docs-home#mcp-quickstart - Portal dashboard:
/portal/dashboard - Smithery listing:
https://smithery.ai/servers/sentinelsignal/scoring