A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"creed-lite": {
"url": "https://creedlite-6a65d6a4-gugu-gaga-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
"creed-lite": {
"serverUrl": "https://creedlite-6a65d6a4-gugu-gaga-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.creed-lite] url = "https://creedlite-6a65d6a4-gugu-gaga-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://creedlite-6a65d6a4-gugu-gaga-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Evaluate a loan applicant against the bank underwriting model. Returns APPROVED/REJECTED with continuous probability score, component-level breakdown, and risk factors.
Simulate what happens if the applicant makes specific financial changes. Compares before/after against the bank model with full score breakdown.
Returns the structural causal model (SCM) showing how financial variables are causally connected. Use this to understand which actions affect which outcomes.
Find causally valid and fraud-checked action paths that can flip a loan rejection to approval. Computes individualized recourse from the applicant's actual profile. Each path includes a simulated Oracle re-evaluation proving whether it achieves approval.
Check a proposed action path against 4 named industry fraud vectors: Tradeline Renting, Loan Stacking, Debt Parking, and Unverified Income Inflation. Uses typed action schemas for reliable detection.
Map a loan denial to standardized ECOA/Reg B adverse action reason codes. These are the legally required specific reasons a lender must provide to a rejected applicant.