mortgage-mcp-server
Verified Safeby adamaclp92
Overview
A Node.js MCP server demonstrating a mock mortgage loan application process using UI widgets and protocol tools.
Installation
npm run startEnvironment 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
loanpro-mcp-server
Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.
mcp-icon-test-server
This server is designed to test icon support for various Model Context Protocol (MCP) entities (server, tools, resources, prompts) within the MCP Inspector.
mcp-server-examples
This server provides a collection of example Model Context Protocol (MCP) servers, demonstrating integration with various external data sources and smart home devices (Philips HUE, Austrian public data like Linz Innovationshaupplatz, klimaaktiv funding, Firmenbuch, and legal texts).
node-mcp-server
A template for building Model Context Protocol (MCP) compatible servers with support for multiple transport protocols like HTTP, SSE, and standard I/O.