A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"sentryflow": {
"url": "https://sentryflow-6a6d65a0-peers-of-posts-srmist.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"sentryflow": {
"serverUrl": "https://sentryflow-6a6d65a0-peers-of-posts-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sentryflow] url = "https://sentryflow-6a6d65a0-peers-of-posts-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://sentryflow-6a6d65a0-peers-of-posts-srmist.app.nitrocloud.ai/mcp
Pulls dispatch/return weight logs and courier notes for an Amazon order and computes a fraud confidence score with named signals.
Sends a formal Safe-T Claim dispute email once a human has approved the incident.
Turns a fraud investigation result into a Safe-T Claim workflow action while preserving the same guard and widget-based review experience.
Returns the current health status of the SentryFlow MCP server and its key workflows.