openMF/mcp-mifosx
Free核心银行集成,用于管理客户、贷款、储蓄、股份、金融交易和生成财务报告。
About openMF/mcp-mifosx
openMF/mcp-mifosx is an open-source Model Context Protocol (MCP) server that acts as a stateless integration tier between AI agents and the Apache Fineract (Mifos X) core banking backend. It provides multiple implementations in Go (102 tools), Java Quarkus (38 tools), Python FastMCP (49 tools), and Rust (89 tools), each exposing typed banking tools via the MCP protocol (stdio/SSE). The server supports a wide range of financial operations including customer management, loan processing, savings, shares, transactions, and financial reporting. It is framework-agnostic and can integrate with any MCP-compatible client such as Claude, n8n, or custom AI assistants. The project follows a strictly stateless design, ensuring no storage of user data or PII.
Key Features
Pros & Cons
- Open source with active community contributions (openMF organization)
- High-performance options in Go and Rust
- Modular and maintainable Python design
- Stateless architecture enhances privacy and security
- Framework-agnostic – works with any MCP-compatible client
- Requires Apache Fineract backend setup and domain knowledge
- No built-in user interface; requires external MCP client
- Multiple implementations may cause confusion on which to use
- Documentation primarily within the repository