PluginBench
MCP Server

io.github.vrllrv/junto-mcp MCP Server

io.github.vrllrv/junto-mcp

What is the io.github.vrllrv/junto-mcp MCP server?

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

How to install io.github.vrllrv/junto-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<YOUR_WOOVI_APP_ID>",
        "JUNTO_DAILY_LIMIT": "<YOUR_JUNTO_DAILY_LIMIT>",
        "JUNTO_TX_MAX": "<YOUR_JUNTO_TX_MAX>",
        "JUNTO_CONFIRM_ABOVE": "<YOUR_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": "<YOUR_JUNTO_DAILY_LIMIT>",
        "JUNTO_TX_MAX": "<YOUR_JUNTO_TX_MAX>",
        "JUNTO_CONFIRM_ABOVE": "<YOUR_JUNTO_CONFIRM_ABOVE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<YOUR_WOOVI_APP_ID>",
        "JUNTO_DAILY_LIMIT": "<YOUR_JUNTO_DAILY_LIMIT>",
        "JUNTO_TX_MAX": "<YOUR_JUNTO_TX_MAX>",
        "JUNTO_CONFIRM_ABOVE": "<YOUR_JUNTO_CONFIRM_ABOVE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "junto-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<YOUR_WOOVI_APP_ID>",
        "JUNTO_DAILY_LIMIT": "<YOUR_JUNTO_DAILY_LIMIT>",
        "JUNTO_TX_MAX": "<YOUR_JUNTO_TX_MAX>",
        "JUNTO_CONFIRM_ABOVE": "<YOUR_JUNTO_CONFIRM_ABOVE>"
      }
    }
  }
}
Claude Code
claude mcp add junto-mcp --env WOOVI_APP_ID=<YOUR_WOOVI_APP_ID> --env JUNTO_DAILY_LIMIT=<YOUR_JUNTO_DAILY_LIMIT> --env JUNTO_TX_MAX=<YOUR_JUNTO_TX_MAX> --env JUNTO_CONFIRM_ABOVE=<YOUR_JUNTO_CONFIRM_ABOVE> -- npx -y junto-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →