Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Chase 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

GitHubEmbed

Описание

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.

README

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

from github.com/markswendsen-code/mcp-chase

Установить Chase Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install chase-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add chase-mcp-server -- npx -y @striderlabs/mcp-chase

Пошаговые гайды: как установить Chase Server

FAQ

Chase Server MCP бесплатный?

Да, Chase Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Chase Server?

Нет, Chase Server работает без API-ключей и переменных окружения.

Chase Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Chase Server в Claude Desktop, Claude Code или Cursor?

Открой Chase Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Chase Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse