Odel
junto mcp

junto mcp

Local
@vrllrvTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjunto-mcpv0.1.1

Run

npx -y junto-mcp

MCP client config

{
  "mcpServers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ]
    }
  }
}