Unofficial UWM Mortgage Reader
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UWM_OP_ITEM | No | Optional 1Password Login item name | |
| UWM_MCP_MODE | No | Operating mode: mock, snapshot, or live | |
| UWM_OP_ACCOUNT | No | Optional 1Password account shorthand or ID | |
| UWM_MCP_SNAPSHOT | No | Path to snapshot JSON file (required for snapshot mode) | |
| UWM_MCP_ACCEPT_TERMS | No | Set to '1' to accept UWM terms for 1Password route |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mortgage_connection_statusA | Check adapter status and get guided 1Password/manual login plus user-completed MFA setup steps. Read-only. |
| mortgage_start_loginA | Start the user-selected headed UWM login flow. Use only after presenting the choices from mortgage_connection_status. Never request credentials or MFA in chat. |
| mortgage_get_summaryA | Get current mortgage balance, rate, payment, due date, and escrow summary. Read-only. |
| mortgage_get_payment_historyC | Get mortgage payment history. Read-only. |
| mortgage_get_escrowA | Get current escrow information. Read-only. |
| mortgage_list_statementsA | List available mortgage statements. Read-only; does not download without a later explicit implementation. |
| mortgage_calculate_extra_paymentA | Project payoff acceleration and interest savings using mortgage summary data. No payment is initiated. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pulkitsinghal/uwm-mortgage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server