rustchain-bounties-mcp-tool

Dlove123/rustchain-bounties-mcp-tool
★ 1 stars Python 📦 Other Updated 1d ago
MCP tool for RustChain wallet balance (Bounty #1602)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rustchain-bounties-m": {
      "command": "uvx",
      "args": [
        "rustchain-bounties-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install rustchain-bounties-mcp-tool