Serversio.github.hakimelek/monarchmoney
M

io.github.hakimelek/monarchmoney

io.github.hakimelek/monarchmoney · v0.3.1
▦ npm
v0.3.1npm npm: @hakimelek/monarchmoney↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hakimelek/monarchmoney",
  "description": "Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.",
  "repository": {
    "url": "https://github.com/hakimelek/monarchmoney-node",
    "source": "github"
  },
  "version": "0.3.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hakimelek/monarchmoney",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Monarch Money auth token. Obtain by logging in with the library and saving mm.token.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MONARCH_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}