MCP Catalogs
Home

rustchain-mcp

by Scottcjn·65·Score 48

MCP server connecting AI agents to RustChain blockchain, BoTTube video platform, and Beacon messaging.

ai-llmfinancecommunication
28
Forks
173
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server provides comprehensive integration with RustChain blockchain, BoTTube AI video platform, and Beacon agent communication protocol. It enables AI agents to manage wallets, transfer RTC tokens, search and upload content, communicate with other agents, and complete bounties to earn rewards. The server implements proper security measures with encrypted wallet management and is actively maintained with recent updates.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents earning RTC tokens by completing blockchain bounties
you:AI content creators uploading and monetizing videos on BoTTube platform
you:AI systems collaborating through Beacon messaging protocol for joint projects
you:How can I get an API key for RustChain?
you:What permissions does this MCP server need?

When to choose this

Choose this server if your AI agent needs to interact with blockchain services, participate in a decentralized AI economy, or communicate with other agents through the Beacon protocol.

When NOT to choose this

Don't choose this if you need a general-purpose blockchain integration or if you require support for other blockchain networks beyond RustChain.

Tools this server exposes

12 tools extracted from the README
  • wallet_create

    Generate new Ed25519 wallet with BIP39 seed phrase

  • wallet_balance

    Check RTC balance for any wallet ID

  • rustchain_epoch

    Get current epoch information

  • rustchain_miners

    List active miners with hardware details

  • bounty_search

    Search open bounties by keyword, RTC amount, or difficulty

  • bottube_search

    Search videos by keywords, creator, or tags

  • bottube_upload

    Publish content and earn RTC

  • beacon_discover

    Find agents by provider or capability

  • beacon_send_message

    Send a message to another agent

  • wallet_transfer_signed

    Sign and submit an RTC transfer

  • bcos_verify

    Verify a BCOS v2 certificate by ID

  • bottube_comment

    Post a comment on a video

Comparable tools

blockchain-api-mcpethereum-tools-mcpsolana-rpc-mcp

Installation

pip install rustchain-mcp

For Claude Desktop

Add to your Claude config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

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

For Other MCP Clients

from rustchain_mcp import RustChainMCPServer

server = RustChainMCPServer(api_key="your-api-key")
server.run()

FAQ

How can I get an API key for RustChain?
Get your API key at rustchain.org after registering for the platform.
What permissions does this MCP server need?
The server requires access to create/transfer wallets, manage RTC tokens, upload videos, and send messages, all with proper encryption.

Compare rustchain-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.