MCP Server
MCP
io.github.codespar/mcp-midaz
MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions
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
By
Comments
Sign in to leave a comment