Home Slice Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Home Slice Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server that provides mortgage calculation tools with live interest rates from Home Slice.
Claude Tools
# Build the image
docker build -t home-slice-mcp .
# Run the container
docker run -i home-slice-mcp
# Or use docker-compose
docker-compose upnpm install
npm startget_mortgage_ratesRetrieves the latest mortgage rates from Home Slice.
Returns:
calculate_mortgageCalculates monthly payment and total costs.
Parameters:
purchase_price (required): Home purchase pricedown_payment (required): Down payment as "20%" or 50000interest_rate (optional): Annual rate %. If omitted, fetches latest from Home Sliceloan_term_years (optional): Loan term, default 30property_tax_annual (optional): Annual property taxhome_insurance_annual (optional): Annual insurance premiumhoa_monthly (optional): Monthly HOA feesReturns:
This project builds on the work of @thejoeosborne and his homeslice-public-api project.
You must request an API key to use this server. Get your API key at: https://www.homesliceapp.ai/api-access
Add to your claude_desktop_config.json:
{
"mcpServers": {
"home-slice-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HOMESLICE_API_KEY='my-api-key-1238792837-598273498'",
"home-slice-mcp"
],
"env": {}
}
}
}{
"mcpServers": {
"home-slice-mcp": {
"command": "node",
"args": ["/path/to/home-slice-mcp/index.js"]
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.