General Tools
jematellhomes.com
Provides home building tools and information including construction loan estimates, mortgage rates, and FAQs for Jematell Homes in Arizona.
ENDPOINT 1
https://jematellhomes.com/mcp
MCP server metadata
- Name
- jematell-homes
- Version
- 1.0.0
Jematell Homes is a family-owned custom home builder in Scottsdale, Arizona, serving the greater Phoenix metro. Use estimate_construction_loan for what building a home would cost per month, list_build_locations for the cities and their property tax rates, get_current_mortgage_rate for today's 30-year fixed rate, and search_home_building_faq for questions about permits, contracts, lots, warranties, and the build process. When someone is ready to talk to the builder, use start_inquiry: this server has no write tools and never submits a lead on someone's behalf. All figures are estimates, never loan offers. The full site content for AI systems is at https://jematellhomes.com/llms-full.txt.
Known tools 5
estimate_construction_loanEstimate the monthly payment and cash needed to build a custom home in Arizona with a construction-to-permanent (one-time-close) loan.
Potential side effectsget_current_mortgage_rateThe current 30-year fixed mortgage rate (FRED series MORTGAGE30US, the Freddie Mac weekly average), cached for a day.
Inferred read-onlylist_build_locationsThe Arizona cities Jematell Homes builds in, each with the average effective residential property tax rate used by the estimator, its source, and when it was last verified.
Inferred read-onlystart_inquiryGet the right way for a person to contact Jematell Homes about building a home, along with the details worth having ready.
Inferred read-onlysearch_home_building_faqSearch Jematell Homes' library of answers about building a custom home in Arizona: construction financing, permits and building codes, lot buying, contracts, warranties, and the build process.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jematell-homes]
url = "https://jematellhomes.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jematell-homes": {
"type": "http",
"url": "https://jematellhomes.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jematell-homes
Remote MCP URL: https://jematellhomes.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jematell-homes": {
"url": "https://jematellhomes.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jematell-homes": {
"type": "http",
"url": "https://jematellhomes.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jematell-homes",
"transport": "streamable-http",
"url": "https://jematellhomes.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.