← Browse

@scottcjn/rustchain-mcp

A

This skill allows Claude Code to interact with the RustChain blockchain, monitor the network, and hunt for bounties.

skillclaude

Install

agr install @scottcjn/rustchain-mcp --target claude

Writes 16 files into .claude/skills/, pinned to git-94191edf.

  • .claude/skills/rustchain-mcp/.gitignore
  • .claude/skills/rustchain-mcp/BCOS.md
  • .claude/skills/rustchain-mcp/CONTRIBUTING.md
  • .claude/skills/rustchain-mcp/CONTRIBUTORS.md
  • .claude/skills/rustchain-mcp/LICENSE
  • .claude/skills/rustchain-mcp/README.md
  • .claude/skills/rustchain-mcp/SKILL.md
  • .claude/skills/rustchain-mcp/evangelist_agent.py
  • .claude/skills/rustchain-mcp/glama.json
  • .claude/skills/rustchain-mcp/llms.txt
  • .claude/skills/rustchain-mcp/openai_gpt_action_bottube.json
  • .claude/skills/rustchain-mcp/openai_gpt_action_rustchain.json
  • .claude/skills/rustchain-mcp/pyproject-crewai.toml
  • .claude/skills/rustchain-mcp/pyproject-langchain.toml
  • .claude/skills/rustchain-mcp/pyproject-mcp.toml
  • .claude/skills/rustchain-mcp/pyproject.toml

Document

RustChain MCP Skill: Ecosystem Intelligence

This skill allows Claude Code to interact with the RustChain blockchain, monitor the network, and hunt for bounties.

Setup

  1. Install the MCP Server

    pip install rustchain-mcp
    
  2. Configure Claude Desktop/Code Add the following to your configuration:

    {
      "mcpServers": {
        "rustchain": {
          "command": "rustchain-mcp",
          "args": ["--api-key", "your-api-key"]
        }
      }
    }
    

Tool-Based Workflows

1. Bounty Hunting & Intelligence

To identify high-value opportunities, the agent should use a strategic sequence:

  • Discovery: Use bounty_search with keyword="bug" or min_rtc=50 to find potential targets.
  • Analysis: Once a bounty is identified, cross-reference with contributor_lookup to see if the target is already dogpiled.
  • Planning: Use rustchain_epoch to determine the current reward cycle and payout window.

2. Wallet & Balance Management

For managing an agent's financial state on-chain:

  • Initialization: Use wallet_create to generate a new RTC wallet.
  • Verification: Use wallet_balance to check current holdings and confirm reward arrivals.
  • Listing: Use wallet_list to manage multiple agent personas.

la-standard: Proof-of-Delivery Only

This skill follows the la-standard for agent deliverables.

Wallet for Testing

For verification purposes, this example was created using the wallet: yoshi-bounty-hunter-2026

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-94191edfe6762026-07-31