lerian-mcp-server

LerianStudio/lerian-mcp-server
★ 8 stars JavaScript AI/LLM Updated 1mo ago
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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}