AmEx MCP Connector
Provides read-only access to American Express account data, including account status, transactions, statements, portfolio reports, and fraud alerts with explicit account/portfolio targeting and authorization checks.
Generates reviewd QuickBooks-compatible import files (CSV, QBO, QFX) with duplicate detection and human approval, without posting or uploading transactions automatically.
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., "@AmEx MCP ConnectorList my recent transactions for my Platinum account."
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.
AmEx MCP Connector
A Windows 11-focused, local-first desktop scaffold for owner-controlled American Express financial data. It runs from the system tray, keeps credentials and data on one Windows installation, and exposes only seven explicitly scoped, read-only MCP tools.
Development status: this is a security-oriented runnable skeleton, not production financial software and not affiliated with American Express. Use synthetic data only. The U.S. provider integration, production OAuth credential resolver, tray-supervised Secure MCP Tunnel lifecycle, draining/cancellation of in-flight reads and audit persistence during lock/delete, full Excel/PDF variants, durable/atomic export-package history and approval consumption, signed installer/update chain, and live-format accounting validation remain release gates.
What is implemented
Electron/TypeScript Windows tray app with a context-isolated, sandboxed dashboard for accounts, portfolios, imports, exports, sync/authorization status, alerts, audit, and private connection status.
One connector with multiple separately authorized/import-only accounts; no global MCP enumeration and no implicit “current account.”
Exactly seven MCP tools:
list_accounts,get_account_status,list_transactions,get_statement,get_portfolio_report,list_fraud_alerts, andexplain_alert.Mandatory
targetdiscriminator (accountorportfolio) and authorization/readiness checks before financial reads.Streamable HTTP bound only to
127.0.0.1, with host/origin, body-size, page-size, and rate controls plus read-only MCP annotations. The bearer-reference resolver and complete request/response/concurrency limits remain release gates.A sql.js/SQLite image encrypted as one AES-256-GCM envelope; its random data key is wrapped by Electron
safeStorage(Windows DPAPI) and embedded as opaque ciphertext. There is no plaintext fallback.Typed financial domain, encrypted repository, durable redacted audit sink, exact decimal-string money model, reconciliation/category/portfolio/anomaly services, and explicit synthetic demo fixtures.
CSV and QIF normalization plus format adapter boundaries for official Japan CSV/Excel/QIF/PDF exports—never scraping or credential replay.
QuickBooks CSV/QBO/QFX and Money Forward statement/journal/ledger byte-generation seams with duplicate checks, digest-bound human approval, and process-lifetime replay rejection. Durable atomic materialization/history remains a release gate. No posting client exists.
Automated unit/contract/security tests, Windows CI, NSIS installer scaffolding, environment specification, threat model, and phased implementation plan.
Related MCP server: EODHD MCP Server
Security boundary
flowchart LR
ChatGPT[ChatGPT developer-mode app] <-->|organization/workspace scoped| Tunnel[OpenAI-hosted tunnel endpoint]
Tunnel <-->|outbound HTTPS polling| Client[tunnel-client on this PC]
Client -->|127.0.0.1 only| MCP[Read-only MCP adapter]
MCP --> Guard[Target + authorization guard]
Guard --> DB[(Encrypted local SQLite image)]
UI[Windows tray desktop UI] --> Config[Consent, account and portfolio configuration]
UI --> Import[Official statement import review]
UI --> Export[Human-approved export packages]
Config --> DB
Import --> DB
DB --> Export
MCP -. no dependency .->|cannot call| Config
MCP -. cannot call .-> Import
MCP -. cannot call .-> ExportChatGPT cannot directly reach a local server. Private connected mode uses the official OpenAI Secure MCP Tunnel, an outbound-only path while the app and client run. The local MCP mode remains available with the tunnel disabled. The app must never be exposed through a public listener, public port forward, or generic public reverse proxy.
Remote queries intentionally send the selected response to the chosen OpenAI product; “local-first storage” does not mean those selected results remain on the PC. Review workspace retention and data controls before connected use.
Quick start on Windows 11
Requires Node.js 22.12 or newer.
git clone https://github.com/taipeiviking/AmExMCPconnector.git
Set-Location .\AmExMCPconnector
npm ci
npm run verify
npm run dev:demodev:demo is an explicit synthetic-data mode. Use npm run dev for an empty encrypted local store. Runtime files default to %LOCALAPPDATA%\AmexLocalFinanceConnector, outside the repository.
For development configuration only:
Copy-Item .env.example .envNever place a real secret, token, Amex credential, account identifier, statement, database, log, or export in .env or this repository. Values ending in _REF are protected-secret references, never secret values. See configuration and Windows setup.
Commands
Command | Purpose |
| Build and start the empty local app. |
| Build and start with synthetic in-memory accounts. |
| Run strict TypeScript checks. |
| Run the automated test suite. |
| Compile and copy renderer/WASM assets. |
| Typecheck, run unit/contract tests, build, and smoke-test the Electron/IPC/MCP startup path. |
| Create an unsigned NSIS installer under |
Unsigned installers are for local testing only. Production distribution needs protected code signing, release provenance, malware scanning, and a reviewed update process.
Collection and export policy
U.S.: only an approved consent-based read-only provider path may be implemented. Provider OAuth tokens are isolated per authorization. The app never asks for or stores an Amex password, one-time code, or security answer. The scaffold leaves the provider disabled.
Japan: first release accepts only official owner-selected CSV, Excel, QIF, and PDF exports after the concrete variant has fixture-backed validation. No browser automation or scraping.
Portfolio: selected personal/company accounts can be viewed together, but every transaction retains source account, legal entity, country, currency, class, and business purpose. A portfolio is an attributed view, not a merged ledger or synced object.
Accounting: QuickBooks Online and Money Forward integration ends at reviewed import-file generation; the scaffold UI does not yet materialize packages. Duplicate detection and exact approval checks precede byte generation. The app never posts or uploads automatically.
Alerts: anomaly/fraud signals are review aids, not fraud determinations. The app cannot block a card, control an account, or submit a dispute.
Documentation
Repository hygiene
This repository is public. .gitignore excludes all .env variants except .env.example, credential/token material, private keys, local databases and journals, real statement imports, exports, reconciliation outputs, and logs. Ignore rules are a last line of defense: inspect every staged diff and use only synthetic fixtures.
License
This server cannot be installed
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
- AlicenseAqualityDmaintenanceA read-only MCP server that enables users to analyze their real bank, credit card, loan, and brokerage data through Plaid. It provides financial analysis tools for transactions, balances, investments, liabilities, and debt while keeping all access tokens and data locally stored.24MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to financial market data including EOD, intraday, fundamentals, news, and more via 75 read-only MCP tools.5MIT

maha-mcp-bridgeofficial
AlicenseNot gradedqualityBmaintenanceZero-trust local MCP bridge that exposes read-only database tools and structured book navigation to AI agents, with two-tier PII redaction and MPS audit integration.131MIT- AlicenseAqualityCmaintenanceEnables read-only access to Finary portfolio data, including profiles, organizations, institution connections, portfolios, and transactions, through MCP.5MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
34 production API tools over one hosted MCP endpoint.
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/taipeiviking/AmExMCPconnector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server