← rateapi.dev

INDIVIDUAL MCP TOOL

get_monitor_stats

Get rollup stats for the account's rate monitors: total, active, and webhooks sent.

rateapi.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

rateapi.dev

CONNECT 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.rateapi-dev]
url = "https://mcp.rateapi.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rateapi-dev": {
      "type": "http",
      "url": "https://mcp.rateapi.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rateapi-dev
Remote MCP URL: https://mcp.rateapi.dev/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": {
    "rateapi-dev": {
      "url": "https://mcp.rateapi.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rateapi-dev": {
      "type": "http",
      "url": "https://mcp.rateapi.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rateapi-dev",
  "transport": "streamable-http",
  "url": "https://mcp.rateapi.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_financing_decision — RECOMMENDED: Get personalized financing recommendations for ANY loan or credit product.
  • list_credit_unions — Reference tool: List all credit unions grouped by state with rate availability info.
  • get_credit_union — Reference tool: Get detailed info and all mortgage rates for a specific credit union by state and slug.
  • create_monitor — Create a new decision monitor that watches for rate changes and sends webhook notifications when conditions are met.
  • create_competitor_monitor — Subscribe a monitor to a SPECIFIC named credit union's published rate and alert via webhook when that CU changes its rate (vs the aggregate market-best decision).
  • list_monitors — List all monitors associated with your API key.
  • get_monitor — Get detailed information about a specific monitor by its ID.
  • update_monitor — Update an existing monitor.