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.
WOOVI_APP_IDsecretWoovi/OpenPix API key for Pix payments (Brazil)
JUNTO_DAILY_LIMITDaily spending limit in cents (default: 50000)
JUNTO_TX_MAXMax per-transaction amount in cents (default: 10000)
JUNTO_CONFIRM_ABOVERequire human confirmation above this amount in cents (default: 5000)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.