← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-midaz

github By github 👁 1 views ▲ 0 votes

MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-midaz",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your self-hosted Midaz onboarding service",
          "isRequired": true,
          "format": "string",
          "name": "MIDAZ_BASE_URL"
        },
        {
          "description": "Base URL of the Midaz transaction service. Defaults to MIDAZ_BASE_URL.",
          "format": "string",
          "name": "MIDAZ_TRANSACTION_URL"
        },
        {
          "description": "Bearer token when your deployment enforces auth",
          "format": "string",
          "isSecret": true,
          "name": "MIDAZ_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...