Chase MCP Server

Chase MCP Server

Enables AI agents to interact with Chase Bank accounts to view balances, transactions, statements, and rewards. It provides a secure, read-only interface using browser automation and stored session cookies for natural language financial management.

Category
Visit Server

README

@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

Installation

npm install @striderlabs/mcp-chase

Usage 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:

  1. Log in to Chase in your browser
  2. Export cookies to ~/.strider/chase/cookies.json
  3. Use a browser extension like "Cookie-Editor" to export cookies in JSON format
  4. 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
chase_auth_check Check login status
chase_auth_clear Clear stored session
chase_accounts List all accounts
chase_balance Get account balance
chase_transactions Get transaction history
chase_bills View bill pay payees
chase_transfers View transfer history
chase_statements Get account statements
chase_rewards Check rewards balance
chase_transfer_preview Preview a transfer (manual completion)
chase_bill_pay_preview 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured