Versioned, framework-agnostic recipe packages that turn rateAPI capabilities into agent-ready lending flows. Each skill maps a real-world flow to the MCP tools and REST routes behind it — with copy-paste install commands.
A skill is a small, versioned recipe (SKILL.md + recipe.json) that takes one lending flow and packages everything an agent or developer needs to build it: the MCP tools to call, the REST routes behind them, the required inputs, and install snippets. Skills cross-reference the live capability catalog, so they can never describe a tool or route the API doesn't expose.
1
Pick a flow
Rate shopping, affordability, refinance, monitoring/alerts, or deposit/ALM.
2
Copy the install
One Claude Code command to wire the MCP server, or a framework-agnostic curl recipe.
3
Ship the flow
Each skill maps to live MCP tools and REST routes from the capability catalog.
Gallery
Browse Skills
Search by name, flow, MCP tool, or REST route. Filter by the flow each skill covers.
5 skills
shopping/comparisonFree
Rate shopping & comparison
For: consumer
Rank live credit-union mortgage offers for a borrower and explain why each ranked where it did.
MCP tools
compare_productsexplain_ranking
REST routes
POST /v1/decisionsPOST /v1/explain-ranking
Install (Claude Code)
claude mcp add rateapi https://mcp.rateapi.dev/mcp --transport http --header "x-api-key: rk_your_key_here"