By goplausible
Algorand blockchain integration with MCP and skills — by GoPlausible
Comprehensive guide for Algorand development with AlgoKit — project initialization, CLI commands, example search, contract building workflows, ARC standards, and error troubleshooting. This is the parent skill for language-agnostic Algorand development. Use when working with AlgoKit CLI, searching for examples, understanding ARC standards, creating new projects, or troubleshooting errors. Strong triggers include "algokit init", "algokit project run build", "start localnet", "find an example", "search for contract", "ARC-4", "ARC-56", "logic eval error", "transaction rejected", "overspend", "create a new project", "initialize project".
Interact with Algorand blockchain via the Algorand MCP server — wallet operations, ALGO/ASA transactions, smart contracts, account info, NFD lookups, atomic groups, Tinyman swaps, Haystack Router best-price swaps, Alpha Arcade prediction markets, Pera asset verification, TEAL compilation, knowledge base. Use when user asks about Algorand wallet, balances, sending ALGO or tokens, asset opt-in, transactions, NFD names, DEX swaps, DEX aggregation, best-price routing, prediction markets, Alpha Arcade, asset verification, smart contracts, or account details.
Comprehensive guide for Algorand Python (PuyaPy) smart contract development — contract building with decorators, storage, transactions, types, AlgoKit Utils, ARC standards, and troubleshooting. This is the parent skill for all Python-specific Algorand content. Use when writing Python contract code, working with algopy decorators, understanding Algorand Python storage patterns, using AlgoKit Utils in Python, or troubleshooting Python-specific errors. Strong triggers include "Algorand Python", "PuyaPy", "algopy", "ARC4Contract", "@arc4.abimethod", "GlobalState Python", "BoxMap Python", "algokit_utils Python", "pip install algokit-utils", "Python contract", "Python smart contract".
Comprehensive guide for Algorand TypeScript (PuyaTs) smart contract development — syntax rules, migration, testing, deployment, React frontends, AlgoKit Utils, ARC standards, and troubleshooting. This is the parent skill for all TypeScript-specific Algorand content. Use when writing TypeScript contract code, encountering Puya compiler errors, migrating from TEALScript or beta, testing contracts with Vitest, deploying with typed clients, building React frontends, or using AlgoKit Utils in TypeScript. Strong triggers include "Puya compiler error", "uint64", "clone()", "BoxMap", ".algo.ts", "migrate from TEALScript", "algorandFixture", "vitest", "deploy contract", "call method", "React frontend", "use-wallet", "AlgorandClient TypeScript", "npm install algokit-utils".
Execute x402 payments at runtime using Algorand MCP tools. Use when Claude encounters HTTP 402 Payment Required responses, needs to access paid APIs, or the user asks to fetch x402-protected resources.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Algorand blockchain integration for Claude Code — by GoPlausible
@goplausible/algorand-mcp (122 tools) — wallet, transactions, smart contracts, TEAL, indexer, DEX, NFD, Haystack Router, Alpha Arcade, knowledge basealgorand-development — AlgoKit CLI, project creation, general workflowsalgorand-typescript — TypeScript smart contracts (Algorand TypeScript / PuyaTs)algorand-python — Python smart contracts (Algorand Python / PuyaPy)algorand-interaction — Blockchain interaction via MCP (wallet, transactions, swaps, NFD)algorand-x402-typescript — Build x402 payment servers/clients in TypeScriptalgorand-x402-python — Build x402 payment servers/clients in Pythonalgorand-x402-payment — Runtime x402 payments (Claude as autonomous client)haystack-router-interaction — Best-price swaps via Haystack Router DEX aggregatorhaystack-router-development — Build swap UIs and Node.js automation with Haystack Router SDKalpha-arcade-interaction — Prediction markets on Algorand via Alpha Arcadealgorand-agent for complex multi-step Algorand tasksmainnet, testnet, localnetInside Claude Code, add the marketplace and install:
/plugin marketplace add GoPlausible/claude-algorand-plugin
/plugin install algorand-plugin@goplausible-claude-plugins
For quick testing without installation, load directly:
claude --plugin-dir /path/to/claude-algorand-plugin
Note:
--plugin-diris session-scoped — the plugin is only loaded for that session. Use marketplace installation for persistent access from any directory.
npx @goplausible/algorand-mcp@latest, which auto-downloads the package on first use/plugin marketplace update
/plugin update algorand-plugin@goplausible-claude-plugins
After installing, verify the plugin is loaded:
/plugin list # Should show algorand-plugin
/mcp # Should show algorand-mcp server
/algorand-plugin:algorand-interaction # Should load the interaction skill
By default, Claude will prompt for permission on every MCP tool call. To auto-allow all Algorand MCP tools, add this to your settings:
Add to .claude/settings.json in your project root:
{
"permissions": {
"allow": [
"mcp__algorand-mcp__*",
"claude mcp:*",
]
}
}
Add to ~/.claude/settings.json:
{
"permissions": {
"allow": [
"mcp__algorand-mcp__*",
"claude mcp:*",
]
}
}
The pattern mcp__algorand-mcp__* matches all 122 tools from the Algorand MCP server.
Note: Plugins cannot ship their own permission allowlists — this is by design. Permissions are a trust decision made by the user, not the plugin author.
This plugin provides 122 MCP tools. Claude Code automatically defers large tool sets to save context window space. This means Claude must use ToolSearch to load tools before calling them — the plugin handles this via SessionStart hooks and skill instructions.
If you prefer all 122 tools loaded directly into context (no ToolSearch needed), set this environment variable:
ENABLE_TOOL_SEARCH=false claude --plugin-dir /path/to/claude-algorand-plugin
Or add to ~/.claude/settings.json:
{
"env": {
"ENABLE_TOOL_SEARCH": "false"
}
}
Trade-off: Disabling tool search loads all 122 tool definitions into context at session start, using more context window space but ensuring tools are always immediately available.
npx claudepluginhub goplausible/claude-algorand-plugin --plugin algorand-pluginAlgorand Blockchain Remote MCP Lite MCP and Skills — by GoPlausible
Algorand Blockchain Remote MCP and Skills — by GoPlausible
No description provided.
Claude Code skill pack for Alchemy (18 skills)
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Specialized agents for blockchain development, smart contracts, and Web3 applications
Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway
On-chain AI skills via x402 micropayments on Base