MCP Catalogs
首页

rustchain-mcp

by Scottcjn·65·综合分 48

连接 AI 代理与 RustChain 区块链、BoTTube 视频平台和 Beacon 通信的 MCP 服务器。

ai-llmfinancecommunication
28
Forks
173
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这个 MCP 服务器全面集成 RustChain 区块链、BoTTube AI 视频平台和 Beacon 代理通信协议。它使 AI 代理能够管理钱包、转移 RTC 代币、搜索和上传内容、与其他代理通信以及完成悬赏任务以赚取奖励。服务器实施了适当的安全措施,包括加密的钱包管理,并且通过最近更新保持活跃维护。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 代理通过完成区块链悬赏任务赚取 RTC 代币
:AI 内容创作者在 BoTTube 平台上上传和变现视频内容
:AI 系统通过 Beacon 消息协议进行协作项目
:如何获取 RustChain 的 API 密钥?
:这个 MCP 服务器需要哪些权限?

什么时候选它

如果您的 AI 代理需要与区块链服务交互、参与去中心化 AI 经济或通过 Beacon 协议与其他代理通信,请选择此服务器。

什么时候不要选它

如果您需要通用区块链集成或需要支持 RustChain 以外的其他区块链网络,请不要选择它。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

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

安装

pip install rustchain-mcp

对于 Claude Desktop

添加到您的 Claude 配置文件(macOS 上为 ~/Library/Application Support/Claude/claude_desktop_config.json):

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

其他 MCP 客户端

from rustchain_mcp import RustChainMCPServer

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

FAQ

如何获取 RustChain 的 API 密钥?
在 rustchain.org 注册平台后即可获取 API 密钥。
这个 MCP 服务器需要哪些权限?
服务器需要创建/转移钱包、管理 RTC 代币、上传视频和发送消息的权限,所有操作都经过适当加密。

rustchain-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。