Skip to main content
Glama
rdwj

fed-aura-risk-mcp

by rdwj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHTTP bind address127.0.0.1
MCP_HTTP_PATHNoHTTP endpoint path/mcp/
MCP_HTTP_PORTNoHTTP port8000
MCP_LOG_LEVELNoLogging levelINFO
MCP_TRANSPORTNoTransport mode: stdio or httpstdio
MCP_HOT_RELOADNoEnable hot-reload for development0
MCP_SERVER_NAMENoServer name in MCP responsesfastmcp-unified
MCP_AUTH_JWT_ALGNoJWT algorithm (e.g., RS256). Auth disabled if unset
MCP_AUTH_JWT_ISSUERNoExpected token issuer
MCP_AUTH_JWT_SECRETNoShared secret for HMAC algorithms
MCP_AUTH_JWT_AUDIENCENoExpected token audience
MCP_AUTH_JWT_JWKS_URINoJWKS endpoint URL
MCP_AUTH_JWT_PUBLIC_KEYNoPublic key for RSA/EC algorithms
MCP_AUTH_REQUIRED_SCOPESNoComma-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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources