Back to Home
GoPlausible icon

algorand-remote-mcp

by GoPlausible

Overview

Provides tools and resources for AI agents to interact with the Algorand blockchain ecosystem through a standardized interface, handling wallet management, transaction creation/submission, and API integrations.

Installation

Run Command
No command provided

Environment Variables

  • COOKIE_ENCRYPTION_KEY
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • TWITTER_CLIENT_ID
  • TWITTER_CLIENT_SECRET
  • LINKEDIN_CLIENT_ID
  • LINKEDIN_CLIENT_SECRET
  • ALGORAND_ALGOD
  • ALGORAND_TOKEN
  • ALGORAND_INDEXER
  • PERA_WALLET_API_URL
  • PERA_EXPLORER_URL
  • NFD_API_URL
  • HCV_WORKER_URL
  • HOSTED_DOMAIN
  • ALGORAND_NETWORK

Security Notes

CRITICAL VULNERABILITIES: The `sdk_sign_bytes` and `sdk_sign_transaction` tools directly accept raw secret keys (`sk`) or mnemonic phrases as input from the AI agent. This completely bypasses the intended secure key management provided by HashiCorp Vault, allowing a malicious or compromised AI agent to sign arbitrary transactions or data if it is provided with or can infer these secrets. This contradicts the stated goal of secure key management and exposes user funds. MODERATE RISK: The `buildHTMLPage` functions (used by `arc26Manager.ts` and `receiptManager.ts`) do not sanitize all potential inputs (e.g., `from`, `label`, `sender`, `receiver`, `note`) that could originate from the AI agent. If a malicious AI controls these inputs, it could inject Cross-Site Scripting (XSS) attacks into the generated HTML pages, which are then shared with users. HIGH CONFIGURATION RISK: The security relies heavily on the `HCV_WORKER_URL` environment variable pointing to a trusted and securely configured HashiCorp Vault worker. A misconfiguration or compromise of this endpoint could lead to the exfiltration of private keys managed by the Vault worker.

Similar Servers

Stats

Interest Score39
Security Score3
Cost ClassMedium
Avg Tokens3000
Stars14
Forks1
Last Update2026-01-19

Tags

AlgorandBlockchainAI AgentsHashiCorp VaultOAuth