Skip to main content
Glama
zad0xlik

RateSpot MCP Server

by zad0xlik

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-mortgage-ratesD
get-streaming-resultsD
save-streaming-resultsD
list-saved-resultsD
analyze-fileD
read-fileD
list-directoryD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 7 tools

Disambiguation3/5

The tools are split across unrelated domains—mortgage rates, streaming results, and file operations—so broad purposes are clear. However, 'get-streaming-results' and 'list-saved-results' could easily be confused, and 'analyze-file' vs 'read-file' overlap in intent.

Naming Consistency4/5

All tool names use a consistent lowercase kebab-case format with a verb-object pattern (get-, save-, list-, analyze-, read-). Minor inconsistency exists in mixing 'streaming-results' and 'saved-results', but the overall pattern is predictable.

Tool Count4/5

Seven tools is a reasonable count and not overwhelming. The count feels slightly scattered because it appears to cover at least three unrelated domains, but no individual tool seems redundant enough to cut.

Completeness2/5

The tool set lacks a clear central domain, making it hard to assess complete coverage. Mortgage rates have only a read operation, streaming results have get/save/list but no delete, and file tools lack write/delete operations, leaving obvious lifecycle gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues