allotmint-mcp

leonarduk/allotmint-mcp
★ 0 stars Java API Integration Updated today
Standalone MCP server for AllotMint (Spring Boot 4.1.0 + Java 25, MCP Java SDK) — Spring Boot MCP server for AllotMint API + local file access
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": {
    "allotmint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "leonarduk/allotmint-mcp"
      ]
    }
  }
}