Skip to main content
Glama
sgoley

home-slice-mcp

by sgoley

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOMESLICE_API_KEYYesYour API key for Home Slice. Get it at https://www.homesliceapp.ai/api-access

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_mortgage_ratesA

Retrieve live mortgage rates for a specific state from HomeSlice API

calculate_mortgageB

Calculate monthly mortgage payment with live state-specific rates using HomeSlice API

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves live rate data, the other performs a calculation using those rates. There is no overlap in functionality, so an agent can easily select the correct tool based on the task.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern ('get_mortgage_rates', 'calculate_mortgage'), with specific and descriptive nouns. The consistent structure makes the API predictable and easy to navigate.

Tool Count3/5

With only two tools, the server feels thin, but the narrow scope of mortgage rate retrieval and payment calculation justifies the minimal count. It is borderline on the low end of the typical 3-15 tool range.

Completeness4/5

The core workflow is covered: fetch rates and calculate a mortgage payment. Missing features like custom rate input or amortization schedules are minor gaps that agents can work around for typical use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues