Increase MCP by usefulapi
Read your Increase bank accounts, balances, transactions, transfers, cards and entities from Claude, Cursor, or any MCP client. Hosted, no local install — connect with your Increase API key.
Live endpoint: https://increase.usefulapi.io/mcp · Homepage: https://usefulapi.io/increase
Add to Claude
{
"mcpServers": {
"increase": {
"url": "https://increase.usefulapi.io/mcp"
}
}
}
On first connect you'll paste your Increase API key. It's validated, stored per-user, and scoped to you.
| Tool | Type | What it does |
|---|
increase_list_accounts | read | List accounts |
increase_get_account | read | Get account |
increase_get_account_balance | read | Get account balance |
increase_list_account_numbers | read | List account numbers |
increase_list_transactions | read | List transactions |
increase_get_transaction | read | Get transaction |
increase_list_pending_transactions | read | List pending transactions |
increase_list_declined_transactions | read | List declined transactions |
increase_list_ach_transfers | read | List ACH transfers |
increase_get_ach_transfer | read | Get ACH transfer |
increase_list_wire_transfers | read | List wire transfers |
increase_list_check_transfers | read | List check transfers |
increase_list_real_time_payments_transfers | read | List Real-Time Payments transfers |
increase_list_cards | read | List cards |
increase_list_entities | read | List entities |
increase_list_external_accounts | read | List external accounts |
increase_lookup_routing_number | read | Look up routing number |
increase_create_external_account | write | Create external account |
increase_usage_status | meta | Usage status (free-tier meter) |
increase_upgrade | meta | Upgrade to Pro (unlimited) |
read tools are read-only; write tools mutate data (clients should confirm them); meta tools report usage or manage your subscription.
Pricing
| Plan | Price | Limit |
|---|
| Free | $0 | 100 tool calls / month |
| Pro | $9/mo or $90/yr (2 months free) | Unlimited |
License
MIT — see LICENSE. Documentation only; the server is hosted.