mcpbeat Sign in

Junto MCP Server

local only

Junto MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 16 Mar 2026.

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

Installs per day peak 22 · avg 6 · -40% w/w
a month agotoday
36
Installs / week
npm · junto-mcp
0
Stars
0 open issues
16 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Junto MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add junto-mcp -- npx -y junto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "junto-mcp": {
      "args": [
        "-y",
        "junto-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.junto-mcp]
command = "npx"
args = ["-y", "junto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "junto-mcp": {
      "args": [
        "-y",
        "junto-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "junto-mcp": {
      "args": [
        "-y",
        "junto-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WOOVI_APP_ID (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Junto MCP

same job, measured the same way
jPOS MCP Server
by mohisyed

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

74 installs/wk local only
Agon Protocol
by agonx402

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

101 installs/wk local only
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 installs/wk local only
Ryvo Protocol
by ryvonetwork

MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.

28 installs/wk local only
Mpp32 MCP Server
by mpp32

Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.

94 installs/wk local only
X402 Middleware
by gadgethumans-swarm

One-line x402 + Stripe payment middleware for MCP servers. The Stripe for the agent economy.

local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only

Junto MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Junto MCP?
Junto MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package junto-mcp was installed 36 times last week.
How do I connect Junto MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls junto-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Junto MCP?
The npm package junto-mcp was installed 36 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Junto MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.