loading…
Search for a command to run...
loading…
Mortgage Calculator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Mortgage Calculator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for mortgage calculator ai mcp operations
Mortgage Calculator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
calculate_mortgage |
Calculate monthly mortgage payment with optional down payment. Rate is annual pe |
compare_rates |
Compare monthly payments across multiple interest rates side by side. |
amortization_schedule |
Generate a yearly amortization schedule showing principal vs interest breakdown. |
affordability_check |
Estimate maximum affordable home price based on income and debts using 28/36 rul |
pip install meok-mortgage-calculator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"mortgage-calculator-ai": {
"command": "python",
"args": ["-m", "meok_mortgage_calculator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mortgage-calculator-ai-mcp": {
"command": "npx",
"args": []
}
}
}