The payment protocol for people and agents. One MCP server, any payment rail. Multi-provider routing (Woovi/Pix, Stripe, Belvo), spending guardrails, human-in-the-loop confirmation, and audit logging.
Server Config
{
"mcpServers": {
"junto-mcp": {
"command": "npx",
"args": [
"-y",
"junto-mcp"
],
"env": {
"WOOVI_APP_ID": "your-woovi-app-id",
"JUNTO_DAILY_LIMIT": "50000",
"JUNTO_TX_MAX": "10000",
"JUNTO_CONFIRM_ABOVE": "5000"
}
}
}
}