← rateapi.dev

INDIVIDUAL MCP TOOL

delete_scenario

Delete a saved scenario by id.

rateapi.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.rateapi.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_scenario and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "rateapi-mcp",
  "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 WHEN SHOPPING: Get personalized financing recommendations for ANY loan or credit product across every major type: mortgages (30yr/15yr/20yr/10yr fixed and ARMs), auto loans (new/used/CPO, 36-84 month terms), RV/boat/motorcycle/powersports loans, HELOCs (fixed/variable), personal loans (secured/unsecured), student loans, equipment loans, and credit cards (rewards, cash_back, secured, balance_transfer, low_rate, business, platinum, student).
  • list_credit_unions — Reference tool: Discover credit unions by state or nearest to a 5-digit ZIP.
  • find_credit_unions_near_zip — Use when someone asks for "credit unions near me," the closest credit union, local credit-union branches, or nearby alternatives to a bank.
  • find_product_rates_near_zip — Use when someone asks for the best mortgage, auto-loan, HELOC, personal-loan, student-loan, equipment-loan, or credit-card rates near them and provides a ZIP.
  • get_credit_union — Reference tool: Get a credit union's rates, membership eligibility, and source-labelled NCUA quarterly profile: members, assets, year opened, charter, reported services, and branch locations.
  • check_membership_eligibility — Check whether a user can JOIN specific credit unions (field-of-membership eligibility).
  • find_eligible_credit_unions — Discovery tool: find candidate credit unions a person may be able to JOIN, from their own facts rather than from a list of institutions.
  • extract_eligibility_facts — Turn a person's own words about themselves into the structured facts the eligibility tools accept.