Skip to main content
Glama
meabs

Blackwell Bank Card Hub MCP

by meabs

Blackwell Bank Card Hub MCP App

A ChatGPT Apps / MCP demo for a retail banking card experience. The app opens on a Card Hub and lets users move between product discovery, comparison, eligibility, spend insights, merchant offers, travel notices, card controls, and wallet provisioning.

Public deployment:

https://bank.myareareport.com/mcp

The VPS deployment is isolated from the existing mcp.myareareport.com service. This app runs in its own Docker Compose service named mcp-bank and is bound locally on 127.0.0.1:3002.

Features

  • Card Hub-first embedded UI with persistent customer/card context.

  • Product catalogue with card details, rewards calculator, balance transfer estimator, and eligibility flow.

  • Mobile tabs for Cards, Compare, and Eligibility.

  • Visual comparison summary for travel, everyday spend, and credit building.

  • Servicing tools for spend insights, merchant offers, travel notices, card controls, and digital wallet.

  • App-only MCP tools for UI navigation and interactive state changes.

  • Streamable HTTP transport for hosted MCP clients.

  • Stdio transport for local desktop MCP clients.

Related MCP server: openbanking-mcp

Requirements

  • Node.js 22 recommended, Node.js 18+ minimum.

  • npm.

  • Docker and Docker Compose for VPS/container deployment.

Local Setup

git clone https://github.com/meabs/mcp-app-ui-bank.git
cd mcp-app-ui-bank
npm install
npm run build
npm start

The local MCP endpoint runs at:

http://localhost:3001/mcp

For development watch mode:

npm run dev

Scripts

Command

Purpose

npm run build

Build the single-file app bundle with Vite.

npm start

Build and start the Streamable HTTP MCP server.

npm run start:stdio

Start the MCP server over stdio.

npm run dev

Watch-build the UI and restart the server on changes.

npm test

Run the Node test suite.

Testing

Run the automated tests:

npm test

Build the app:

npm run build

Check production dependencies:

npm audit --omit=dev

Verify a running MCP endpoint:

curl -fsS http://localhost:3001/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1"}},"id":1}'

List tools:

curl -fsS http://localhost:3001/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"tools/list","params":{},"id":2}'

Public MCP URL

Use this endpoint when adding the app to a ChatGPT MCP-capable project or tool configuration:

https://bank.myareareport.com/mcp

The deployed server should report:

Blackwell Bank Card Services

Docker Deployment

The included Compose file builds the app and exposes the container only on localhost:

docker compose up -d --build

Container mapping:

mcp-bank: 127.0.0.1:3002 -> 3001/tcp

Cloudflare Tunnel routes bank.myareareport.com to http://localhost:3002.

Key Files

File

Purpose

src/index.js

Streamable HTTP and stdio transport setup.

src/server.js

MCP tool and resource registrations.

src/demo-data.js

Demo card, hub, eligibility, spend, wallet, and offer data.

src/mcp-app.html

Embedded app shell and view containers.

src/mcp-app.js

App state, routing, host integration, and product flow rendering.

src/feature-views.js

Hub, compare, servicing, calculator, and journey renderers.

src/mcp-app.css

Embedded app visual system and responsive layout.

docker-compose.yml

Isolated VPS service definition for mcp-bank.

Current Verification

Latest known-good checks:

npm test
npm run build
npm audit --omit=dev

The deployed endpoint at https://bank.myareareport.com/mcp initializes and exposes the Blackwell Bank tools.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides tools to fetch and analyze credit card data with filtering options for banks, categories, and user personas. It also offers access to educational guides to assist in making informed financial recommendations.
    -
  • A
    license
    B
    quality
    B
    maintenance
    Enables read-only access to personal bank accounts via the TrueLayer API, allowing querying of accounts, balances, transactions, and generating financial analytics such as spending by category, subscriptions, and monthly summaries.
    9
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to issue and manage virtual cards, check balances, pull transactions, file disputes, and start KYC via the CardOS API.
    26
    21
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables reading C6 Bank account balances, statements, credit card bills, and investments via Open Finance Brasil. It is read-only and regulated by the Central Bank of Brazil.
    MIT

Latest Blog Posts

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/meabs/mcp-app-ui-bank'

If you have feedback or need assistance with the MCP directory API, please join our Discord server