lerian-mcp-server

LerianStudio/lerian-mcp-server
★ 8 stars JavaScript 🤖 AI/LLM Updated today
A MCP server to support all Lerian's platforms. Enables AI assistants to interact with Midaz's core banking APIs for automated ledger operations, account management, and transaction processing. Features comprehensive API coverage, real-time data access, and robust error handling for building AI-powered intelligent fintech workflows
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lerian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "LerianStudio/lerian-mcp-server"
      ]
    }
  }
}