junto-mcp
About
The payment protocol for people and agents. One MCP server, any payment rail.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WOOVI_APP_ID JUNTO_DAILY_LIMIT JUNTO_TX_MAX JUNTO_CONFIRM_ABOVEClaude Code
claude mcp add --env WOOVI_APP_ID= --env JUNTO_DAILY_LIMIT= --env JUNTO_TX_MAX= --env JUNTO_CONFIRM_ABOVE= junto-mcp -- npx junto-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"junto-mcp","command":"npx","args":["junto-mcp"],"env":{"WOOVI_APP_ID":"","JUNTO_DAILY_LIMIT":"","JUNTO_TX_MAX":"","JUNTO_CONFIRM_ABOVE":""}}'
JSON
{
"mcpServers": {
"junto-mcp": {
"command": "npx",
"args": [
"junto-mcp"
],
"env": {
"WOOVI_APP_ID": "",
"JUNTO_DAILY_LIMIT": "",
"JUNTO_TX_MAX": "",
"JUNTO_CONFIRM_ABOVE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.