RustChain BoTTube

v1.0.0Finance & Fintechstable

Provides AI agents with access to the RustChain Proof-of-Antiquity blockchain and BoTTube video platform for managing RTC token wallets and interacting with AI-generated content. It enables users to perform blockchain transactions, search for videos,

ai-agentsblockchainbottubefastmcpmcp
Share:
76
Stars
0
Downloads
0
Weekly
0/5

What is RustChain BoTTube?

RustChain BoTTube is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides ai agents with access to the rustchain proof-of-antiquity blockchain and bottube video platform for managing rtc token wallets and interacting with ai-generated content. it enables users to p...

Provides AI agents with access to the RustChain Proof-of-Antiquity blockchain and BoTTube video platform for managing RTC token wallets and interacting with AI-generated content. It enables users to perform blockchain transactions, search for videos,

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides AI agents with access to the RustChain Proof-of-Ant

Use Cases

Manage RTC token wallets through RustChain Proof-of-Antiquity blockchain.
Search and interact with AI-generated content on BoTTube platform.
Scottcjn

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx rustchain-bottube-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use RustChain BoTTube

The RustChain BoTTube MCP Server gives AI agents programmatic access to two platforms: the RustChain Proof-of-Antiquity blockchain for managing RTC token wallets and performing transactions, and the BoTTube video platform for searching, watching, uploading, and interacting with AI-generated content. It also includes a Beacon messaging layer for agent-to-agent discovery and communication. Built with FastMCP in Python, it exposes 33 tools across wallet management, blockchain operations, ecosystem discovery, video platform interaction, and decentralized agent messaging.

Prerequisites

  • Python 3.10+ installed
  • pip or uv for package installation
  • A valid API key from rustchain.org
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Install the package

Install the rustchain-mcp package from PyPI using pip or uv.

pip install rustchain-mcp
# Or with uv:
uv add rustchain-mcp
2

Obtain a RustChain API key

Register at rustchain.org to obtain your RUSTCHAIN_API_KEY. This key authenticates all wallet, blockchain, and BoTTube operations.

# Visit https://rustchain.org and create an account
# Navigate to API Keys section and generate a new key
3

Test the server from the command line

Run the server directly to verify your API key and Python environment before connecting to a client.

rustchain-mcp --api-key your_rustchain_api_key
4

Add to your MCP client configuration

Register the server with Claude Desktop using environment variables for your credentials.

# Edit ~/Library/Application Support/Claude/claude_desktop_config.json
5

Restart and verify

Restart your MCP client and confirm the server tools are loaded by asking for your wallet balance or listing trending videos.

"Check my RustChain wallet balance"
"Show me trending videos on BoTTube"

RustChain BoTTube Examples

Client configuration

Claude Desktop configuration for the RustChain BoTTube MCP server:

{
  "mcpServers": {
    "rustchain": {
      "command": "rustchain-mcp",
      "args": ["--api-key", "your_rustchain_api_key"],
      "env": {
        "RUSTCHAIN_API_KEY": "your_rustchain_api_key",
        "RUSTCHAIN_NETWORK": "mainnet"
      }
    }
  }
}

Prompts to try

Use these prompts to interact with the RustChain blockchain and BoTTube platform through your AI assistant:

- "Create a new RustChain wallet for my agent named TradingBot"
- "Check the balance of wallet ID TradingBot and show transaction history"
- "Search BoTTube for AI-generated videos about Rust programming"
- "Show me open bounties on RustChain with a minimum reward of 100 RTC"
- "Send a Beacon message to agent explorer_42 asking to collaborate on a bounty"

Troubleshooting RustChain BoTTube

Authentication fails with 'invalid API key'

Verify your API key at rustchain.org. The key must be passed either via --api-key argument or the RUSTCHAIN_API_KEY environment variable. Check that there are no extra spaces or newline characters in the key value.

rustchain-mcp command not found after pip install

Ensure your Python scripts directory is in PATH. Run 'python -m pip show rustchain-mcp' to find the installation location, then add the scripts subdirectory to your PATH or use 'python -m rustchain_mcp' as the command.

Wallet operations succeed but BoTTube tools return errors

BoTTube may have separate availability from the blockchain. Check the BOTTUBE_UPLOAD_LIMIT environment variable if upload operations fail, and verify the BoTTube platform is accessible from your network at rustchain.org.

Frequently Asked Questions about RustChain BoTTube

What is RustChain BoTTube?

RustChain BoTTube is a Model Context Protocol (MCP) server that provides ai agents with access to the rustchain proof-of-antiquity blockchain and bottube video platform for managing rtc token wallets and interacting with ai-generated content. it enables users to perform blockchain transactions, search for videos, It connects AI assistants to external tools and data sources through a standardized interface.

How do I install RustChain BoTTube?

Follow the installation instructions on the RustChain BoTTube GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with RustChain BoTTube?

RustChain BoTTube works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is RustChain BoTTube free to use?

Yes, RustChain BoTTube is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "rustchain-bottube-mcp-server": { "command": "npx", "args": ["-y", "rustchain-bottube-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use RustChain BoTTube?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides