Financial Rates in Any AI App
Connect RateAPI to Claude, ChatGPT, VS Code, and more using MCP. Rich UI widgets render interactive rate cards, benchmark charts, and comparison tables directly in your conversations.
What is the RateAPI MCP Server?
The RateAPI MCP Server connects AI apps like Claude, ChatGPT, and VS Code to real-time mortgage, auto loan, HELOC, personal loan, and credit card rates from 4,300+ US lenders. With MCP Apps support, tools return rich UI widgets that render interactive rate cards, benchmark dashboards, and comparison tables directly inside your chat interface.
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": "you@example.com"}'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, auto loan, HELOC, personal loan, and credit card rate data
get_financing_decisionPrimaryPersonalized mortgage, auto loan, HELOC, personal loan, or credit card recommendations with ranked offers and savings analysis
get_benchmarksNewMarket rate benchmarks with min/median/max APR across all institutions by product type
get_credit_unionDetailed credit union profile with all published rates and verification status
list_credit_unionsBrowse all tracked credit unions by state with rate availability info
get_extraction_statsData extraction statistics showing collection volumes, product coverage, and freshness
create_monitorSet up webhook alerts when rates meet specific conditions
get_monitorGet detailed info for a specific rate change monitor
list_monitorsView all your active rate monitoring alerts
update_monitorUpdate monitor conditions, status, or webhook configuration
delete_monitorPermanently remove a rate change monitor
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.