Content
# RustChain MCP Server
MCP (Model Context Protocol) server for querying RustChain blockchain data.
## Features
- Query block information
- Query transaction details
- Check account balance
- Get latest blocks
- Get network status
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python mcp_server.py
```
## Tools
1. `get_block` - Get block by number or hash
2. `get_transaction` - Get transaction by hash
3. `get_balance` - Get account balance
4. `get_latest_blocks` - Get N latest blocks
5. `get_network_status` - Get network info
## Configuration
Set environment variables:
- `RUSTCHAIN_RPC_URL` - RustChain RPC endpoint (default: https://rpc.rustchain.com)
## License
MIT
Connection Info
You Might Also Like
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
ai-berkshire
Berkshire in the AI Era: A Value Investment Research Framework Based on...
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
valuecell
Valuecell is a Python project for efficient data management.
tradingview-mcp
AI-assisted TradingView chart analysis — connect Claude Code to your...
tradingview-mcp
TradingView MCP Server offers real-time market analysis for crypto and stocks.