Rustchain Mcp banner
Scottcjn Scottcjn

Rustchain Mcp

Development community

Description

# RustChain MCP Skill for Claude Code Query the RustChain blockchain, BoTTube, and Beacon network directly from Claude Code. ## Setup ```bash # Install the MCP server pip install rustchain-mcp # Start it (runs on stdio by default) rustchain-mcp ``` Add to your Claude Code MCP config (`.claude/mcp.json`): ```json { "mcpServers": { "rustchain": { "command": "rustchain-mcp", "args": [] } } } ``` ## Available Tools ### RustChain Network - `get_miners` — List active mi

Installation

Installs to ~/.claude/skills/scottcjn-rustchain-mcp-rustchain-mcp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottcjn-rustchain-mcp-rustchain-mcp && curl -fsSL https://raw.githubusercontent.com/Scottcjn/rustchain-mcp/HEAD/.claude/skills/rustchain-mcp.md -o ~/.claude/skills/scottcjn-rustchain-mcp-rustchain-mcp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository