mcp

2328io/mcp
★ 0 stars TypeScript Security Updated 2d ago
2328.io MCP Server & CLI Tool
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "2328io/mcp"
      ]
    }
  }
}

README Excerpt

An installable Bun CLI and MCP interface for a 2328 merchant account. Running `2328` opens an interactive terminal menu; `2328 --mcp` exposes the same account to a local MCP client over stdio; `2328 --serve` starts the hosted OAuth-enabled Streamable HTTP service. The implementation follows the live [2328 API documentation](https://doc.2328.io/llms.txt). Decimal amounts remain strings from input to the upstream API.