Chase MCP Server
Allows for checking Chase Bank account balances, viewing transaction history, accessing account statements, monitoring rewards, and previewing bill payments and transfers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chase MCP ServerWhat's my current checking account balance and my recent transactions?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-chase
MCP server for Chase Bank - let AI agents check accounts, view transactions, and manage finances.
Built by Strider Labs for the agentic commerce era.
Features
Accounts - View all checking, savings, credit, investment, and loan accounts
Balances - Get current and available balances
Transactions - View recent transaction history
Bills - See payees and scheduled payments
Transfers - View transfer history and preview new transfers
Statements - Access account statements
Rewards - Check Ultimate Rewards points and cash back
Related MCP server: agent-browser-mcp
Installation
npm install @striderlabs/mcp-chaseUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chase": {
"command": "npx",
"args": ["@striderlabs/mcp-chase"]
}
}
}Authentication
This connector uses browser automation and requires stored cookies:
Log in to Chase in your browser
Export cookies to
~/.strider/chase/cookies.jsonUse a browser extension like "Cookie-Editor" to export cookies in JSON format
Note: Chase uses MFA - you may need to re-export cookies periodically
Security Notes
This connector operates in read-only mode for sensitive operations
Transfers and bill payments provide preview only with manual completion instructions
No actual financial transactions are executed by this connector
All credentials are stored locally in
~/.strider/chase/
Available Tools
Tool | Description |
| Check login status |
| Clear stored session |
| List all accounts |
| Get account balance |
| Get transaction history |
| View bill pay payees |
| View transfer history |
| Get account statements |
| Check rewards balance |
| Preview a transfer (manual completion) |
| Preview a bill payment (manual completion) |
Example
// Check if logged in
const auth = await chase_auth_check();
// Get all accounts
const accounts = await chase_accounts();
// Get transactions for an account
const txns = await chase_transactions({ accountId: accounts[0].id, limit: 10 });
// Check rewards
const rewards = await chase_rewards();Requirements
Node.js 18+
Chase bank account
Stored session cookies
License
MIT - Strider Labs
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides AI assistants with secure, read-only access to over 15,000 financial institutions across the US and Europe via the Model Context Protocol. It enables users to query account balances, transactions, and spending breakdowns through natural language conversation.Last updated534531MIT
- AlicenseBqualityFmaintenanceEnables AI agents to directly control your real Chrome browser with full context including login sessions, cookies, and open tabs. It provides tools for page scanning, JavaScript execution, CDP control, screenshots, and physical mouse/keyboard input for authentic browser automation.Last updated20239MIT
- Alicense-qualityFmaintenanceProvides read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, and cashflow.Last updated4MIT
- AlicenseAqualityDmaintenanceEnables AI agents to interact with Robinhood brokerage accounts via browser automation, supporting portfolio viewing, quotes, trading, and account management.Last updated822MIT
Related MCP Connectors
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Connect AI agents to bank accounts, transactions, balances, and investments.
Connect your Banco do Brasil account to AI via Brazil's Open Finance: balances, statements, cards, i
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-chase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server