Algorand MCP Implementation
@GoPlausible
Algorand MCP Implementation について
Algorand Local Model Context Protocol (Server & Client)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"algorand-mcp": {
"command": "npx",
"args": [
"@goplausible/algorand-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Algorand MCP Server?
Algorand MCP Server is a Model Context Protocol (MCP) server that provides AI agents and LLMs with full access to the Algorand blockchain. Built by GoPlausible, it enables developers to integrate account management, transactions, smart contracts, DEX trading, and blockchain queries into MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.
How to use Algorand MCP Server?
Install globally with npm install -g @goplausible/algorand-mcp or run via npx @goplausible/algorand-mcp. Configure it as an MCP server in any compatible client using stdio transport with the command npx @goplausible/algorand-mcp. No environment variables are required; network selection (mainnet, testnet, localnet) and pagination are handled per tool call.
Key features of Algorand MCP Server
- Agent wallet with mnemonic storage in local SQLite
- Transaction building, signing, and atomic groups
- Full Algod and Indexer API access
- DEX integration with Tinyman and Haystack Router
- Per-tool-call network selection and pagination
- NFDomains and x402 micropayments support
Use cases of Algorand MCP Server
- Create and manage Algorand wallets with agent-driven account generation
- Build, sign, and submit payments and asset transfers via natural language
- Query account information and transaction history using Algod and Indexer
- Execute atomic swaps or DEX trades through Tinyman and Haystack Router
- Participate in prediction markets on Alpha Arcade via MCP tools
FAQ from Algorand MCP Server
Does the server
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
コメント