Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add GoPlausible/algorand-remote-mcp-lite --skill algorand-mcp-litegit clone --depth 1 https://github.com/GoPlausible/algorand-remote-mcp-liteWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/goplausible/algorand-remote-mcp-lite/algorand-mcp-lite)<a href="https://agentmods.dev/skills/goplausible/algorand-remote-mcp-lite/algorand-mcp-lite"><img src="https://agentmods.dev/badge/skills/goplausible/algorand-remote-mcp-lite/algorand-mcp-lite/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/goplausible/algorand-remote-mcp-lite/algorand-mcp-lite"><img src="https://agentmods.dev/badge/skills/goplausible/algorand-remote-mcp-lite/algorand-mcp-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00202 | $0.07045 |
| Opus 5 | $0.00101 | $0.03522 |
| Sonnet 5 | $0.00040 | $0.01409 |
| Haiku 4.5 | $0.00020 | $0.00705 |
Grade A, and why
algorand-mcp-lite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 663 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Algorand Remote MCP Lite (Wallet Edition)
This skill defines capabilities, workflows, and best practices for interacting with the Algorand blockchain using Algorand Remote MCP Lite (Wallet Edition). The server provides 55 MCP tools for wallet management, transactions, blockchain queries, DEX swaps, prediction markets, and more — all with server-side signing via HashiCorp Vault.
Response Handling — MCP Apps UI Widgets
Algorand Remote MCP Lite uses the MCP Apps SDK (@modelcontextprotocol/ext-apps) to register tools with interactive UI widgets via registerAppTool(). Widget resources are registered via registerAppResource().
How it works
- 55 tools are registered as App tools with
_meta.ui.resourceUrilinking each tool to an HTML widget resource. - Each tool returns both
content(text fallback) andstructuredContent(typed data for the widget). - The host detects
_meta.ui.resourceUrion the tool and renders the widget inline — the widget IS the complete response. - 4 plain utility tools (
sdk_encode_address,sdk_decode_address,algorand_mcp_skill,haystack_needs_optin) have no UI and return text only.
Agent behavior rules
- When the host supports MCP Apps UI: The widget renders inline as the complete response. Do NOT repeat, reformat, or summarize the
contenttext — the user already sees the widget. Simply confirm the action succeeded. - For text-only clients: The host shows the
contenttext fallback automatically. No special agent handling is needed. - If the user explicitly asks for raw data, display the
contenttext.
Security Rules
- Mainnet Warning: All operations use real assets with real value. Exercise extreme caution.
- Transaction Verification: Always verify parameters before submission. Mainnet transactions are irreversible.
- Double-Check Recipients: Confirm addresses with user before sending.
- Simulation: Simulate critical transactions before submitting when possible.
- Wallet Reset:
wallet_reset_accountis destructive — all funds and assets will be permanently lost. Always transfer funds first and warn the user. - Signing: Server-side signing via HashiCorp Vault — never request private keys or mnemonics unless the user explicitly asks.
- Wallet Role UUID: Retrieved only via
wallet_get_role— this is sensitive information. Always warn users to protect it and never share it. - Asset Verification: Check
pera_verified_asset_querybefore interacting with unknown assets. Warn about suspicious/unverified tiers. - Spending Limits: If a transaction is rejected due to wallet limits, inform the user rather than bypassing.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 663 lines · 202 tokens per session scan A c33be3833a10
algorand-mcp-lite is a skill published in the GitHub repository GoPlausible/algorand-remote-mcp-lite (5 stars, last pushed 1mo ago), licensed MIT. It adds 202 tokens to every session and 7,045 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…