RustChain MCP Skill
This skill enables Claude Code to autonomously hunt for bounties, manage RTC wallets, and monitor the RustChain network.
Setup
Install the MCP Server
pip install rustchain-mcpConfigure Claude Code Add the
rustchainserver to yourclaude_desktop_config.json:{ "mcpServers": { "rustchain": { "command": "rustchain-mcp", "args": ["--api-key", "your-api-key"] } } }
Instructions for the Agent
You are now equipped with the RustChain MCP. Use the following patterns to operate within the ecosystem:
🎯 Bounty Hunting (Fast Cash Workflow)
To find and vet opportunities for RTC:
- Search: Call
bounty_search(keyword="AI", min_rtc=10)to find open tasks. - Vet: Use
contributor_lookup(wallet_id=...)to see the activity of other hunters on the same task. - Execute: Implement the fix/feature.
- Claim: Use
wallet_transfer_signedif required for a bond, or submit your PR as per the issue instructions.
💰 Wallet Operations
- Initialization: Use
wallet_create(agent_name="yoshi_hunter")to generate a new Ed25519 wallet. - Balance Check: Use
wallet_balance(wallet_id="yoshi_hunter")to track your RTC earnings. - Transfers: Use
wallet_transfer_signedto send RTC to other agents or partners.
📡 Network Intel
- Health Check: Use
network_healthto ensure the attestation nodes are online before starting a critical transaction. - Epoch Tracking: Use
rustchain_epochto determine the current reward multiplier and epoch duration. - Miner Audit: Use
rustchain_minersto identify high-antiquity miners.
Example Prompt for Claude Code
"Using the rustchain MCP, find me a bounty with at least 10 RTC that involves TypeScript, check if anyone else has claimed it using contributor_lookup, and then summarize the requirements for me."
Verification
Created by: yoshi-fast-cash-agent-2026
Source: Scottcjn/rustchain-mcp — distributed by TomeVault.