Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sentinel-signal": {
"env": {
"SENTINEL_BASE_URL": "https://api.sentinelsignal.io",
"SENTINEL_TOKEN_BASE_URL": "https://token.sentinelsignal.io"
},
"args": [
"sentinel-signal-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hosted and local MCP access for healthcare claims workflow scoring, usage, limits, and feedback.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'sentinel-signal-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked sentinel-signal-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
MCP Security Weekly
Get CVE alerts and security updates for io.sentinelsignal/scoring and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Hosted and local MCP access for healthcare claims workflow scoring, usage, limits, and feedback.
https://mcp.sentinelsignal.io/mcp@sentinelsignal/scoring (https://server.smithery.ai/sentinelsignal/scoring)POST https://token.sentinelsignal.io/v1/keys/trialuvx sentinel-signal-mcpuvx sentinel-signal-mcp
export SENTINEL_BASE_URL="https://api.sentinelsignal.io"
export SENTINEL_TOKEN_BASE_URL="https://token.sentinelsignal.io"
# Optional: export SENTINEL_API_KEY="ss_live_or_test_api_key_here"
# If omitted, the MCP server auto-mints a trial key
Hosted remote MCP endpoint (Streamable HTTP): https://mcp.sentinelsignal.io/mcp
Smithery hosted listing: @sentinelsignal/scoring (https://server.smithery.ai/sentinelsignal/scoring)
If your MCP client supports remote HTTP MCP, point it at that URL and send Authorization: Bearer <SENTINEL_API_KEY>. For Smithery-hosted connections, the key is forwarded as x-sentinel-api-key.
{
"mcpServers": {
"sentinel-signal": {
"command": "uvx",
"args": ["sentinel-signal-mcp"],
"env": {
"SENTINEL_BASE_URL": "https://api.sentinelsignal.io",
"SENTINEL_TOKEN_BASE_URL": "https://token.sentinelsignal.io"
}
}
}
}
{
"mcpServers": {
"sentinel-signal": {
"command": "uvx",
"args": ["sentinel-signal-mcp"],
"env": {
"SENTINEL_BASE_URL": "https://api.sentinelsignal.io",
"SENTINEL_TOKEN_BASE_URL": "https://token.sentinelsignal.io"
}
}
}
}
Windsurf can use the same mcpServers block shape.
This package provides a local stdio MCP server, while the hosted remote service exposes the same healthcare claims tools over Streamable HTTP. It supports either:
PyPI: https://pypi.org/project/sentinel-signal-mcp/
SENTINEL_API_KEY, orPOST /v1/keys/trial) with secure local credential cachinglist_workflows — list supported workflows and current model versionsget_workflow_schema — fetch required fields, optional fields, and an example payload for a workflowvalidate_workflow_payload — validate and normalize a workflow payload before scoringscore_workflow — score denial risk, prior auth, and reimbursement payloads against a named workflowscore_batch — score up to 25 workflow items in one requestget_limits — retrieve plan limits for the current keyget_usage — retrieve usage for a given monthsubmit_feedback — submit structured outcome feedbackuv (if needed): https://docs.astral.sh/uv/SENTINEL_API_KEY; if omitted, the server auto-mints a trial key and caches it):export SENTINEL_BASE_URL="https://api.sentinelsignal.io" # optional (default shown)
export SENTINEL_TOKEN_BASE_URL="https://token.sentinelsignal.io" # optional (default shown)
# export SENTINEL_API_KEY="ss_live_or_test_api_key_here" # optional
export SENTINEL_TIMEOUT_SECONDS="30" # optional
uvx sentinel-signal-mcp
Deliverable behavior: install tool -> (optionally set env vars) -> agent can call score_workflow.
If no API key is configured, the MCP server resolves credentials in this order:
SENTINEL_API_KEY env var~/.sentinel/credentials.json by default) if not expired and base URLs match