MCP.so
Sign In

Algorand MCP Implementation

@GoPlausible

About Algorand MCP Implementation

Algorand Local Model Context Protocol (Server & Client)

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

GoPlausible

Submitted by

MG

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "algorand-mcp": {
      "command": "npx",
      "args": [
        "@goplausible/algorand-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers