MCP Catalogs
首页

algorand-mcp

by GoPlausible·45·综合分 47

Algorand MCP 服务器为 AI 代理提供区块链工具和安全的钱包管理功能。

developer-toolsfinancesecurity
20
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这是一个全面的 Algorand 区块链 MCP 服务器,通过模型上下文协议提供多种操作。它具有复杂的钱包系统,支持 OS 密钥链集成以实现安全密钥存储、消费限额和交易管理。该服务器支持区块链操作,包括交易构建、签名、提交、TEAL 编译以及完整的 Algod 和 Indexer API 访问。它还集成了多种 DeFi 协议,如 Tinyman AMM 和 Haystack Router,以及 Alpha Arcade 预测市场平台。

试试问 AI

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

:AI 代理管理 Algorand 账户并执行交易
:通过 MCP 集成工具进行智能合约开发和测试
:DeFi 操作,包括在多个协议中提供流动性和交易
:钱包安全性如何处理?
:支持哪些区块链网络?

什么时候选它

当需要构建需要安全访问 Algorand 区块链操作和 DeFi 协议的 AI 应用时选择此服务器。

什么时候不要选它

如果您需要支持其他区块链或需要现有工具未涵盖的自定义交易逻辑,请不要选择此方案。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • wallet_add_account

    Create a new Algorand account with nickname and spending limits

  • wallet_switch_account

    Switch the active account by nickname or index

  • wallet_sign_transaction

    Sign a single transaction with the active account

  • wallet_optin_asset

    Opt the active account into an asset

  • create_account

    Create a new Algorand account

  • rekey_account

    Rekey an account to a new address

  • validate_address

    Check if an Algorand address is valid

  • encode_address

    Encode a public key to an Algorand address

  • decode_address

    Decode an Algorand address to a public key

  • ping

    Server connectivity check and info

  • wallet_get_info

    Get info for the active account including balance and limits

  • wallet_get_assets

    Get all ASA holdings for the active account

可对比工具

algokitpy-algo-sdkalgorand-indexer-mcp

安装

安装

npm install -g @goplausible/algorand-mcp

Claude 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 对比

GitHub →

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