Back to Home
openMF icon

mcp-mifosx-self-service

Verified Safe

by openMF

Overview

Enables AI-driven banking workflows, including authentication, account access, beneficiary management, and transfers, by securely interacting with Apache Fineract/MifosX Self-Service APIs.

Installation

Run Command
python3 main.py

Environment Variables

  • MIFOS_BASE_URL
  • MIFOS_TENANT

Security Notes

The server does not contain 'eval' or other immediate code injection vulnerabilities. It utilizes environment variables for base URL and tenant ID, with transparent hardcoded defaults. API authentication relies on Basic Authentication, where the AI client must pass the username and password with each tool call, which are then Base64 encoded and sent over HTTPS to the Fineract API. While functional, this is generally less secure than token-based authentication methods, as raw credentials are handled by the client for every interaction. Error responses from the backend API are returned as raw text, which could potentially expose sensitive details if not handled by the client.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassLow
Avg Tokens100
Stars3
Forks5
Last Update2026-01-09

Tags

bankingfinancialAI agentFineractMifosX