← Back to Plugins
MCP Server MCP

io.github.vrllrv/junto-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "junto-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Woovi/OpenPix API key for Pix payments (Brazil)",
          "format": "string",
          "isSecret": true,
          "name": "WOOVI_APP_ID"
        },
        {
          "description": "Daily spending limit in cents (default: 50000)",
          "format": "string",
          "name": "JUNTO_DAILY_LIMIT"
        },
        {
          "description": "Max per-transaction amount in cents (default: 10000)",
          "format": "string",
          "name": "JUNTO_TX_MAX"
        },
        {
          "description": "Require human confirmation above this amount in cents (default: 5000)",
          "format": "string",
          "name": "JUNTO_CONFIRM_ABOVE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...