Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

get-streaming-results

Retrieve real-time mortgage rate updates using a session ID, with customizable output formats, polling intervals, and stability checks for accurate results.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatmarkdown
maxAttemptsNoMaximum number of polling attempts
pollIntervalNoPolling interval in milliseconds
sessionIdYesSession ID from get-mortgage-rates
stopOnStableNoStop polling when record count stabilizes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "description": "Output format", "enum": [ "markdown", "csv", "json" ], "type": "string" }, "maxAttempts": { "default": 10, "description": "Maximum number of polling attempts", "type": "number" }, "pollInterval": { "default": 3000, "description": "Polling interval in milliseconds", "type": "number" }, "sessionId": { "description": "Session ID from get-mortgage-rates", "type": "string" }, "stopOnStable": { "default": true, "description": "Stop polling when record count stabilizes", "type": "boolean" } }, "required": [ "sessionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zad0xlik/ratespot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server