fed-aura-risk-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_HOST | No | HTTP bind address | 127.0.0.1 |
| MCP_HTTP_PATH | No | HTTP endpoint path | /mcp/ |
| MCP_HTTP_PORT | No | HTTP port | 8000 |
| MCP_LOG_LEVEL | No | Logging level | INFO |
| MCP_TRANSPORT | No | Transport mode: stdio or http | stdio |
| MCP_HOT_RELOAD | No | Enable hot-reload for development | 0 |
| MCP_SERVER_NAME | No | Server name in MCP responses | fastmcp-unified |
| MCP_AUTH_JWT_ALG | No | JWT algorithm (e.g., RS256). Auth disabled if unset | |
| MCP_AUTH_JWT_ISSUER | No | Expected token issuer | |
| MCP_AUTH_JWT_SECRET | No | Shared secret for HMAC algorithms | |
| MCP_AUTH_JWT_AUDIENCE | No | Expected token audience | |
| MCP_AUTH_JWT_JWKS_URI | No | JWKS endpoint URL | |
| MCP_AUTH_JWT_PUBLIC_KEY | No | Public key for RSA/EC algorithms | |
| MCP_AUTH_REQUIRED_SCOPES | No | Comma-separated default required scopes |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| assess_asset_sufficiencyA | Assess whether the borrower has sufficient asset reserves relative to the loan amount. |
| assess_income_stabilityA | Assess income stability risk based on borrower employment statuses. |
| calculate_dtiA | Calculate the Debt-to-Income (DTI) ratio for mortgage risk assessment. |
| calculate_ltvB | Calculate the Loan-to-Value (LTV) ratio for mortgage risk assessment. |
| evaluate_credit_riskB | Evaluate credit risk based on the borrower's credit score. |
| generate_risk_recommendationA | Generate a comprehensive risk recommendation based on all assessment factors. This aggregator tool combines individual risk assessments (DTI, LTV, credit, income stability, asset sufficiency) to produce a final recommendation: Approve, Approve with Conditions, Suspend, or Deny. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |