jurnal-mcp

erlanggacode/jurnal-mcp
★ 0 stars TypeScript API Integration Updated today
MCP Server for jurnal.id API access
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jurnal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "erlanggacode/jurnal-mcp"
      ]
    }
  }
}

README Excerpt

MCP server that wraps the Jurnal.id REST API, deployable as a Docker container. - Docker installed ```bash cp .env.example .env ``` Edit `.env` and fill in your credentials: ``` JURNAL_CLIENT_ID=your_client_id_here JURNAL_CLIENT_SECRET=your_client_secret_here MCP_PORT=3000 ``` ```bash docker build -t jurnal-mcp .

Tools (9)

close_sales_ordercreate_delivery_ordercreate_receive_paymentcreate_sales_orderget_receive_payments_by_invoiceget_sales_orderlist_receive_paymentslist_sales_invoiceslist_sales_orders