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
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论