PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-midaz MCP Server

io.github.codespar/mcp-midaz

What is the io.github.codespar/mcp-midaz MCP server?

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

How to install io.github.codespar/mcp-midaz

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MIDAZ_BASE_URL
    required

    Base URL of your self-hosted Midaz onboarding service

  • MIDAZ_TRANSACTION_URL

    Base URL of the Midaz transaction service. Defaults to MIDAZ_BASE_URL.

  • MIDAZ_API_KEY
    secret

    Bearer token when your deployment enforces auth

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-midaz": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-midaz"
      ],
      "env": {
        "MIDAZ_BASE_URL": "<YOUR_MIDAZ_BASE_URL>",
        "MIDAZ_TRANSACTION_URL": "<YOUR_MIDAZ_TRANSACTION_URL>",
        "MIDAZ_API_KEY": "<YOUR_MIDAZ_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-midaz": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-midaz"
      ],
      "env": {
        "MIDAZ_BASE_URL": "<YOUR_MIDAZ_BASE_URL>",
        "MIDAZ_TRANSACTION_URL": "<YOUR_MIDAZ_TRANSACTION_URL>",
        "MIDAZ_API_KEY": "<YOUR_MIDAZ_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-midaz": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-midaz"
      ],
      "env": {
        "MIDAZ_BASE_URL": "<YOUR_MIDAZ_BASE_URL>",
        "MIDAZ_TRANSACTION_URL": "<YOUR_MIDAZ_TRANSACTION_URL>",
        "MIDAZ_API_KEY": "<YOUR_MIDAZ_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-midaz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-midaz"
      ],
      "env": {
        "MIDAZ_BASE_URL": "<YOUR_MIDAZ_BASE_URL>",
        "MIDAZ_TRANSACTION_URL": "<YOUR_MIDAZ_TRANSACTION_URL>",
        "MIDAZ_API_KEY": "<YOUR_MIDAZ_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-midaz --env MIDAZ_BASE_URL=<YOUR_MIDAZ_BASE_URL> --env MIDAZ_TRANSACTION_URL=<YOUR_MIDAZ_TRANSACTION_URL> --env MIDAZ_API_KEY=<YOUR_MIDAZ_API_KEY> -- npx -y @codespar/mcp-midaz

Related MCP servers

Give AI agents access to Adyen's Checkout API v71 for enterprise payment processing in LatAm.

267
JavaScript
MIT
View repository →

AI agent access to AFIP's Argentine electronic invoicing (Factura Electrónica) system.

267
JavaScript
MIT
View repository →

MCP server for Airwallex — cross-border collection, payouts, global accounts, FX, and transfers.

267
JavaScript
MIT
View repository →

Give AI agents access to Alegra's cloud accounting platform for LATAM invoicing and bookkeeping.

267
JavaScript
MIT
View repository →

Give your AI agent tools to manage Amazon orders, listings, catalog, inventory, and finances via SP-API.

267
JavaScript
MIT
View repository →

Connect AI agents to Andreani, Argentina's courier and logistics network.

267
JavaScript
MIT
View repository →