rustchain-mcp
by Scottcjn·★ 65·综合分 48
连接 AI 代理与 RustChain 区块链、BoTTube 视频平台和 Beacon 通信的 MCP 服务器。
概述
这个 MCP 服务器全面集成 RustChain 区块链、BoTTube AI 视频平台和 Beacon 代理通信协议。它使 AI 代理能够管理钱包、转移 RTC 代币、搜索和上传内容、与其他代理通信以及完成悬赏任务以赚取奖励。服务器实施了适当的安全措施,包括加密的钱包管理,并且通过最近更新保持活跃维护。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您的 AI 代理需要与区块链服务交互、参与去中心化 AI 经济或通过 Beacon 协议与其他代理通信,请选择此服务器。
什么时候不要选它
如果您需要通用区块链集成或需要支持 RustChain 以外的其他区块链网络,请不要选择它。
此 server 暴露的工具
从 README 抽取出 12 个工具wallet_createGenerate new Ed25519 wallet with BIP39 seed phrase
wallet_balanceCheck RTC balance for any wallet ID
rustchain_epochGet current epoch information
rustchain_minersList active miners with hardware details
bounty_searchSearch open bounties by keyword, RTC amount, or difficulty
bottube_searchSearch videos by keywords, creator, or tags
bottube_uploadPublish content and earn RTC
beacon_discoverFind agents by provider or capability
beacon_send_messageSend a message to another agent
wallet_transfer_signedSign and submit an RTC transfer
bcos_verifyVerify a BCOS v2 certificate by ID
bottube_commentPost a comment on a video
可对比工具
安装
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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。