Back to Home
adamaclp92 icon

mortgage-mcp-server

Verified Safe

by adamaclp92

Overview

A Node.js MCP server demonstrating a mock mortgage loan application process using UI widgets and protocol tools.

Installation

Run Command
npm run start

Environment Variables

  • PORT
  • DOMAIN

Security Notes

The server uses Zod for schema validation, loads environment variables with dotenv, and defines CSP headers for widgets, which are good practices. There's no evident use of 'eval' or direct command execution based on user input. File system access is limited to loading static HTML assets from a known directory. Input schemas for MCP tools sometimes use `z.any()`, which requires downstream components to handle data securely, but within the server itself, data processing appears safe. The system is explicitly stated to use mock data and not connect to real banking systems, inherently limiting the scope of certain financial security risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-13

Tags

Node.jsMCPMortgageLoan ApplicationUI Widgets