MCP server for AI agents — search, compare, and get recommendations for savings accounts, credit cards, personal loans, budgeting apps, earning products, and home equity products. 25 tools across 6 financial verticals. Powered by WalletGrower.com editorial data.
Project description
WalletGrower MCP Server
Financial product comparison data for AI agents. Search, compare, and get personalized recommendations for high-yield savings accounts, credit cards, personal loans, budgeting apps, 54 earning products across 11 categories, and home equity products (HEI, HELOC, home equity loans).
What This Does
When your AI agent needs to answer questions like:
- "What savings account has the best APY?"
- "Find me a no-annual-fee credit card with cashback"
- "Best personal loan for debt consolidation with fair credit"
- "Compare SoFi vs Marcus personal loans"
- "What's the best free budgeting app?"
- "Compare YNAB vs Mint for couples"
- "Best survey apps that pay the most?"
- "What gig economy jobs don't require a car?"
- "Find passive income apps with no experience needed"
- "Compare HEI vs HELOC for tapping home equity"
- "Best home equity investment companies for self-employed homeowners"
This MCP server gives your agent access to WalletGrower's curated, editorial-quality financial product data — the same data that powers walletgrower.com.
Tools Available
Savings Accounts (8 products)
| Tool | Description |
|---|---|
search_savings_accounts |
Find accounts by APY, FDIC status, features |
get_savings_account |
Full details on a specific account |
compare_savings_accounts |
Side-by-side comparison |
recommend_savings_account |
Personalized pick based on goals |
Credit Cards (8 products)
| Tool | Description |
|---|---|
search_credit_cards |
Filter by type, fees, rewards, credit score |
get_credit_card |
Full card details with APR, rewards, benefits |
compare_credit_cards |
Side-by-side card comparison |
recommend_credit_card |
Goal-based recommendation engine |
Personal Loans (8 lenders)
| Tool | Description |
|---|---|
search_personal_loans |
Filter by APR, fees, funding speed, credit score |
get_personal_loan |
Full lender details with terms and requirements |
compare_personal_loans |
Side-by-side lender comparison |
recommend_personal_loan |
Goal-based loan recommendation |
Budgeting & Savings Apps (8 products)
| Tool | Description |
|---|---|
search_budgeting_apps |
Filter by app type, pricing, features, platform |
get_budgeting_app |
Full app details with pricing and feature breakdown |
compare_budgeting_apps |
Side-by-side app comparison |
recommend_budgeting_app |
Goal-based recommendation engine |
Earning Products (54 products across 11 categories)
| Tool | Description |
|---|---|
search_earning_products |
Filter by category, earnings, payout method, requirements |
get_earning_product |
Full details on a specific earning platform |
compare_earning_products |
Side-by-side platform comparison |
recommend_earning_product |
Goal-based recommendation (quick cash, passive income, etc.) |
Home Equity Products (HEI, HELOC, HEL)
| Tool | Description |
|---|---|
search_hei_products |
Filter by product type, equity range, credit score, fees |
get_hei_product |
Full details on a specific home equity product |
compare_hei_products |
Side-by-side product comparison |
recommend_hei_product |
Goal-based recommendation (cash-out, renovation, debt consolidation) |
Discovery
| Tool | Description |
|---|---|
list_verticals |
See all available product categories |
25 tools total across 6 financial verticals.
Installation
pip install walletgrower-mcp
Usage
Run as a standalone server
walletgrower-mcp
Run with Python
python -m walletgrower_mcp
Configure in Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"walletgrower": {
"command": "walletgrower-mcp"
}
}
}
Data Source
All product data is fetched live from the WalletGrower.com API (walletgrower.com/wp-json/wg/v1/), with a 5-minute in-memory cache. If the API is unreachable, the server falls back to bundled local data files.
Data is verified by the WalletGrower editorial team. APYs, rates, and fees are updated regularly.
API Endpoints (for non-MCP consumers)
The same data is also available via REST API:
GET /wp-json/wg/v1/savings-accountsGET /wp-json/wg/v1/credit-cardsGET /wp-json/wg/v1/personal-loansGET /wp-json/wg/v1/budgeting-appsGET /wp-json/wg/v1/earning-productsGET /wp-json/wg/v1/hei-products
Full API docs: walletgrower.com/wp-json/wg/v1/
License
MIT — Fiat Growth, LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file walletgrower_mcp-1.3.0.tar.gz.
File metadata
- Download URL: walletgrower_mcp-1.3.0.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5e4f97ee4c6641fc02779356c9b2235a6a51c1568540720cad6f793c8cd2c26
|
|
| MD5 |
0ba4e958c12bfe8c7aa9de4091dc07b9
|
|
| BLAKE2b-256 |
e4ad893a9bcb62a995eff852a144a07eb31aef955ccac694c766f0f33cf198f7
|
File details
Details for the file walletgrower_mcp-1.3.0-py3-none-any.whl.
File metadata
- Download URL: walletgrower_mcp-1.3.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9264a1c2844167370610057db3312706997b00d57d9702e8d457bed0ca2ca179
|
|
| MD5 |
c5a7d91d9df8ff656acdbcb21c300916
|
|
| BLAKE2b-256 |
c8d04940b022754bc14d7264d34a07af09b459012080a7af247ac31dddd5f994
|