← Index

io.github.vrllrv/junto-mcp

io.github.vrllrv/junto-mcp·v0.1.1·Finance & Payments
Quality Score
77
/100

The payment protocol for people and agents. One MCP server, any payment rail.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<your-woovi_app_id>",
        "JUNTO_DAILY_LIMIT": "<junto_daily_limit>",
        "JUNTO_TX_MAX": "<junto_tx_max>",
        "JUNTO_CONFIRM_ABOVE": "<junto_confirm_above>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<your-woovi_app_id>",
        "JUNTO_DAILY_LIMIT": "<junto_daily_limit>",
        "JUNTO_TX_MAX": "<junto_tx_max>",
        "JUNTO_CONFIRM_ABOVE": "<junto_confirm_above>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y junto-mcp
§02  Environment variables
WOOVI_APP_ID
secret

Woovi/OpenPix API key for Pix payments (Brazil)

JUNTO_DAILY_LIMIT

Daily spending limit in cents (default: 50000)

JUNTO_TX_MAX

Max per-transaction amount in cents (default: 10000)

JUNTO_CONFIRM_ABOVE

Require human confirmation above this amount in cents (default: 5000)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments