algorand-mcp
by GoPlausible·★ 45·综合分 47
Algorand MCP 服务器为 AI 代理提供区块链工具和安全的钱包管理功能。
概述
这是一个全面的 Algorand 区块链 MCP 服务器,通过模型上下文协议提供多种操作。它具有复杂的钱包系统,支持 OS 密钥链集成以实现安全密钥存储、消费限额和交易管理。该服务器支持区块链操作,包括交易构建、签名、提交、TEAL 编译以及完整的 Algod 和 Indexer API 访问。它还集成了多种 DeFi 协议,如 Tinyman AMM 和 Haystack Router,以及 Alpha Arcade 预测市场平台。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当需要构建需要安全访问 Algorand 区块链操作和 DeFi 协议的 AI 应用时选择此服务器。
什么时候不要选它
如果您需要支持其他区块链或需要现有工具未涵盖的自定义交易逻辑,请不要选择此方案。
此 server 暴露的工具
从 README 抽取出 12 个工具wallet_add_accountCreate a new Algorand account with nickname and spending limits
wallet_switch_accountSwitch the active account by nickname or index
wallet_sign_transactionSign a single transaction with the active account
wallet_optin_assetOpt the active account into an asset
create_accountCreate a new Algorand account
rekey_accountRekey an account to a new address
validate_addressCheck if an Algorand address is valid
encode_addressEncode a public key to an Algorand address
decode_addressDecode an Algorand address to a public key
pingServer connectivity check and info
wallet_get_infoGet info for the active account including balance and limits
wallet_get_assetsGet all ASA holdings for the active account
可对比工具
安装
安装
npm install -g @goplausible/algorand-mcpClaude Desktop 配置
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"algorand-mcp": {
"command": "npx",
"args": ["@goplausible/algorand-mcp"]
}
}
}FAQ
- 钱包安全性如何处理?
- 私钥存储在 OS 密钥链中(由 OS 加密),永远不会暴露给代理或 LLM。只有诸如账户昵称和消费限制等元数据存储在本地 SQLite 数据库中。
- 支持哪些区块链网络?
- 该服务器支持主网、测试网和本地网络。网络选择可以按工具调用指定,默认为主网。
algorand-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。