algorand-mcp
Active·★ 45·MIT·Updated 2026-05-13
★ Trending★ API Integration★ Dev Tooling
Algorand Local Model Context Protocol (Server & Client)
Algorand MCP Server provides AI agents and LLMs with comprehensive access to the Algorand blockchain through the Model Context Protocol. It enables secure wallet management, transaction building, and interaction with various Algorand services like NFDomains and Tinyman AMM.
#Algorand Blockchain#Model Context Protocol (MCP)#AI Integration#LLM Tools#Cryptocurrency Wallet#Smart Contract Interaction#Node.js Application#DeFi
01
Features
01Secure wallet management via OS keychain, protecting private keys from AI agents and LLMs.
02Comprehensive tools for Algorand account creation, key management, and transaction building/submission.
03Full access to Algorand's Algod and Indexer APIs for blockchain data and operations.
04Integration with NFDomains and Tinyman AMM for name service and decentralized finance functionalities.
05Dynamic network selection (mainnet, testnet, localnet) and automatic pagination for API responses.
02
Compatibility
Node.js
Runtime
Verified via docs
macOS
Keychain
Verified via docs
Linux
Keychain
Verified via docs
Windows
Keychain
Verified via docs
03
Quick start
1
$ npm install -g algorand-mcp
04
Use cases
↳AI agents performing on-chain transactions or querying Algorand blockchain data.
↳LLMs leveraging real-time Algorand blockchain information to enhance their knowledge and capabilities.
↳Building secure, AI-powered decentralized applications (dApps) that interact with Algorand's ecosystem.
↳Automating DeFi operations on Algorand through integration with Tinyman AMM via AI tools.
05
Alternatives
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
mcp-context-forge★ 3.8k
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).
Related searches
Comments
Log in to leave a comment
- RRemy LewisMay 21, 2026
Algorand blockchain interaction via local MCP is well-suited for DeFi development workflows
- HHarper ZhangMay 10, 2026
Used for Algorand smart contract development automation, handles ABI interactions correctly
- PPeyton PatelMay 7, 2026
Both server and client implementations give flexibility for different integration patterns