LoanRiskLens MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LoanRiskLens MCP Serveranalyze creditworthiness for gig worker ID 123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AltCredit Intelligence Platform
Production-Grade Alternative Credit Intelligence MCP Server
A comprehensive fintech underwriting intelligence system designed for analyzing non-traditional credit users including:
Self-employed workers
Gig workers
Merchants
Daily earners
Non-salaried users
Key Features
Alternative Credit Scoring: Rule-based scoring without ML dependencies
MCP Protocol Support: Exposes tools via Model Context Protocol
LangGraph Workflows: Multi-agent orchestration for credit analysis
Explainable Decisions: Clear explanations for all credit decisions
PostgreSQL Backend: Raw SQL with parameterized queries
Production Security: JWT auth, RBAC, rate limiting, audit logging
Quick Start
# Install dependencies
npm install
# Set up environment
cp .env.example .env
# Edit .env with your PostgreSQL credentials
# Create database
createdb altcredit_db
# Start API server
npm run dev
# Start MCP server (separate terminal)
npm run dev:mcp
# Run tests
npm testProject Structure
├── apps/
│ └── api/ # Express.js REST API
├── packages/
│ └── mcp-server/ # MCP Protocol Server
├── langgraph-workflows/ # LangGraph Agent Workflows
├── credit-engine/ # Scoring & Analysis Engine
├── shared/ # Shared Code & Utilities
└── docs/ # DocumentationAvailable MCP Tools
analyze_creditworthiness- Full credit eligibility analysisanalyze_financial_behavior- Financial discipline analysisgenerate_underwriting_report- Complete underwriting summary
Credit Score Formula
Score = (Transaction Consistency × 0.35)
+ (Savings Discipline × 0.40)
+ (Cashflow Stability × 0.25)Risk Classification
Score | Risk Level | Decision |
≥70 | LOW | APPROVED |
40-69 | MEDIUM | REVIEW |
<40 | HIGH | REJECTED |
Documentation
Tech Stack
Runtime: Node.js 18+
API Framework: Express.js
Protocol: MCP (Model Context Protocol)
Orchestration: LangGraph-style Workflows
Database: PostgreSQL
Authentication: JWT
Validation: Joi
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ppp111ppp111/LoanRiskLens_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server