A self-service integration for user registration, authentication, account management, transactions, and third-party transfers with Apache Fineract.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-mifosx-self-serviceAgent-CoreX intelligently routes which tools from openMF/mcp-mifosx-self-service your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-mifosx-self-service": {
"command": "npx",
"args": [
"-y",
"mcp-mifosx-self-service"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-mifosx-self-serviceAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use openMF/mcp-mifosx-self-service directly without routing
npx -y mcp-mifosx-self-serviceNew to Agent-CoreX? View setup guide →