Mortgage & Auto Loan Rates in Claude
Connect RateAPI directly to Claude Desktop or Claude Code using MCP. Ask questions about mortgage and auto loan rates in natural language.
What is the RateAPI MCP Server?
The RateAPI MCP Server is a Model Context Protocol server that connects Claude Desktop and Claude Code to real-time mortgage and auto loan rates from 4,300+ US lenders. It enables Claude to query rates, compare offers, and provide personalized financing recommendations directly within conversations without manual API integration.
What is MCP?
The Model Context Protocol lets AI assistants like Claude access external data sources directly. Instead of copying and pasting rate data, Claude can query RateAPI in real-time during your conversation.
Claude queries RateAPI and returns live rates from 4,300+ credit unions.
Get personalized auto loan recommendations with vehicle condition filters.
Side-by-side comparison with current APRs, points, and fees.
Filtered searches across the entire dataset.
Quick Start
Set Up in 2 Minutes
Get Started
One command. No signup required.
# Basic (20 requests/month)curl -X POST https://api.rateapi.dev/keys # With email for 2.5x more requests (50/month)curl -X POST https://api.rateapi.dev/keys \ -H "Content-Type: application/json" \ -d '{"email": "[email protected]"}'Save your key securely - it can't be retrieved again. Free tier includes 20 requests/month (or 50 with email).
Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "rateapi": { "url": "https://mcp.rateapi.dev/mcp", "headers": { "x-api-key": "rk_your_key_here" } } }}Restart Claude Desktop after saving the config file.
Or Configure Claude Code (CLI)
claude mcp add rateapi https://mcp.rateapi.dev/mcp \ --transport http \ --header "x-api-key: rk_your_key_here"Start Asking Questions
MCP Tools
Available Commands
Claude can use these tools to query mortgage and auto loan rate data
get_financing_decisionGet personalized mortgage or auto loan recommendations with APR, monthly payment, and savings analysis
list_credit_unionsBrowse all tracked credit unions by state with rate availability info
get_credit_unionGet detailed information and all published rates for a specific credit union
create_monitorSet up webhook alerts when rates meet specific conditions
list_monitorsView all your active rate monitoring alerts
simulate_monitorTest monitor conditions with simulated rate changes
Ready to get started?
Get your API key and connect RateAPI to Claude in under 2 minutes.