by openMF
mcp-mifosx provides Model Context Protocol (MCP) servers for interacting with the Apache Fineract API, enabling AI agents to access financial data and operations.
mcp-mifosx is a project that offers Model Context Protocol (MCP) servers designed to facilitate interaction with the Apache Fineract API. This allows AI agents to securely access and manage financial data and operations within the Mifos X open-source banking platform.
mcp-mifosx provides implementations in Python (Flask), Java (Quarkus), and Node.js. To use it, you need to:
FINERACT_BASE_URL
, FINERACT_BASIC_AUTH_TOKEN
, and FINERACT_TENANT_ID
(Java uses MIFOSX_
prefixes).mcp dev app.py
for Python, jbang --quiet org.mifos.community.ai:mcp-server:1.0.0-SNAPSHOT:runner
for Java, npm run dev
for Node.js).npx @modelcontextprotocol/inspector
to test and debug your server via a local web UI.fineract://
URIs.-Dnative
flag.npx @modelcontextprotocol/inspector
and connecting to your server.This project provides Model Context Protocol (MCP) servers for interacting with the Apache Fineract API, enabling AI agents to access financial data and operations. Implementations are available in Python, Java (Quarkus), and Node.js.
Use the MCP Inspector to test and debug your server:
npx @modelcontextprotocol/inspector
This starts a local web UI to connect to your MCP server via STDIO or SSE.
Prerequisites: Python 3.8+, flask
, mcp.server.fastmcp
Steps:
Install dependencies:
pip install mcp[cli] uv flask
Note for zsh users: If you're using zsh, be sure to quote extras to avoid shell expansion errors:
pip install 'mcp[cli]' uv flask
Run the server:
mcp dev app.py
Prerequisites: JDK 17+, Maven
Steps:
export MIFOSX_BASE_URL="https://your-fineract-instance"
export MIFOSX_BASIC_AUTH_TOKEN="your_api_token"
export MIFOS_TENANT_ID="default"
jbang --quiet org.mifos.community.ai:mcp-server:1.0.0-SNAPSHOT:runner
./mvnw package -Dnative
./target/mcp-server-1.0.0-SNAPSHOT-runner
Prerequisites: Node.js 16+, npm
Steps:
cd nodejs && npm install
.env
:
cp .env.example .env
npm run dev
inspect
script:
npm run inspect
All implementations require the following environment variables:
Variable | Description |
---|---|
FINERACT_BASE_URL |
Base URL of your Fineract instance |
FINERACT_BASIC_AUTH_TOKEN |
API authentication token |
FINERACT_TENANT_ID |
Tenant identifier (default: default ) |
Note: Java uses MIFOSX_
prefixed variables (e.g., MIFOSX_BASE_URL
).
The MCP server exposes these resources:
fineract://clients
fineract://clients/{clientId}
fineract://loans
fineract://loans/{loanId}
search_clients
create_client
update_loan_status
For Java (Quarkus), create a native executable:
./mvnw package -Dnative -Dquarkus.native.container-build=true
./target/mcp-server-1.0.0-SNAPSHOT-runner
npx @modelcontextprotocol/inspector
STDIO
transport.python/app.py
and server.js
for new resources.src/main/java/org/mifos/community/ai/...
for new endpoints.nodejs/src/server.js
and add Zod schemas for validation.npm run inspect
for live reloadingpython app.py
and configure .env
fineract://
URIsPlease log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.