Cardano_J.A.R.V.I.S
by Adidem23
Overview
Cardano J.A.R.V.I.S is an intelligent AI-powered automation system that allows users to perform Cardano blockchain operations using natural voice commands.
Installation
No command providedEnvironment Variables
- GOOGLE_GEMINI_API_KEY
- MASUMI_REGISTRY_BASE_URL
- MASUMI_PAYMENT_BASE_URL
- MASUMI_REGISTRY_TOKEN
- MASUMI_PAYMENT_TOKEN
- MASUMI_NETWORK
Security Notes
The system utilizes 'pyautogui' for UI automation (e.g., opening wallets, typing addresses, clicking buttons). This grants the AI agent complete control over the user's desktop environment, which is a critical security vulnerability. A compromised or hallucinating AI could perform arbitrary, unauthorized actions, including accessing sensitive data or initiating unintended transactions outside the intended blockchain context, bypassing programmatic checks. Additionally, the FastAPI backend has CORS configured with `allow_origins=["*"]`, making it vulnerable to requests from any origin, which is highly insecure for a server handling blockchain operations.
Similar Servers
mcp-for-argocd
Enables AI assistants to interact with Argo CD applications through natural language, streamlining DevOps tasks.
algorand-remote-mcp
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.
discord-agent-mcp
AI-powered management and automation of Discord servers, enabling natural language control over channels, roles, moderation, and events.
NANO_MCP_SERVER
Provides a JSON-RPC 2.0 API for AI agents to interact with the NANO cryptocurrency network, including wallet management, transactions, balance checks, and QR code generation, with an emphasis on self-documenting errors and fast integration.