A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"claim-navigator": {
"url": "https://claim-navigator-6a64eb23-nintech-amrita-university-coimbatore.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
"claim-navigator": {
"serverUrl": "https://claim-navigator-6a64eb23-nintech-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.claim-navigator] url = "https://claim-navigator-6a64eb23-nintech-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://claim-navigator-6a64eb23-nintech-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Determines the legal route for claiming a deceased person's asset. Evaluates religion, dispute status, will, nominee status, asset type, and value to return the required procedure, estimated timeline, cost, and confidence level. Deterministic: identical inputs always produce identical output. No LLM delegation.
Returns the step-by-step procedure for claiming an asset from a specific institution. Includes required documents, form names, portal URL, typical duration, and statutory deadline if applicable.
Consolidates document requirements across multiple assets into a single checklist. De-duplicates shared documents, computes death certificate copies needed (number of institutions + 2 spare), and flags the lowest confidence level used.
Calculates compensation owed if a bank has breached the 15-day settlement deadline (R4). For deposit claims, compensation is interest at Bank Rate + 4% per annum on the settlement amount for the delay period. For locker claims, INR 5,000 per day. Note: "attributable to the bank" is a factual question the bank may contest.
Resolves a bank branch from an IFSC code using the Razorpay IFSC API (live, public, no API key). Returns bank name, branch, address, district, state, and contact. Non-blocking; returns gracefully on 404 or network failure.