mcp-banking 1.0.2

Enterprise Banking MCP Server — unified access to Plaid, Mono (Africa), and Open Banking UK/EU for accounts, transactions, balances, and payments
Documentation
1
2
3
4
5
6
7
8
9
//! # mcp-banking
//!
//! Banking MCP server — 15 tools for account management, transactions,
//! open banking, and financial data aggregation.
pub mod server;
pub mod types;
pub mod mono;
pub mod open_banking;
pub mod plaid;