FluxA-AI-Wallet-MCP
Verified Safeby FluxA-Agent-Payment
Overview
This MCP server enables AI agents to make x402 (EIP-3009 exact) blockchain payments and manage payouts using the FluxA Wallet API without local private key management.
Installation
npm startEnvironment Variables
- FLUXA_DATA_DIR
- AGENT_ID
- AGENT_TOKEN
- AGENT_JWT
- AGENT_EMAIL
- AGENT_NAME
- CLIENT_INFO
- AGENT_ID_API
- WALLET_API
- WALLET_APP
- RPC_BASE
- RPC_BASE_SEPOLIA
Security Notes
The server explicitly states 'No Local Key Management', offloading private key handling to the FluxA Wallet API, which is a significant security advantage. It uses environment variables for API endpoints, which can be configured by the user, but this also means that if the environment variables are compromised or misconfigured, traffic could be redirected to malicious endpoints. Agent ID credentials (agent_id, token, jwt) are stored locally in `~/.fluxa-ai-wallet-mcp/config.json`, which should be protected with appropriate file system permissions. JWTs are automatically refreshed to maintain session validity. Input validation is performed using Zod schemas, mitigating common parsing vulnerabilities. Audit logs are recorded for traceability. Overall, it appears to be a reasonably secure implementation for its intended purpose, provided the local configuration file and environment variables are properly secured.
Similar Servers
solana-mcp-server
A Solana MCP (Multi-Chain Protocol) server that acts as a proxy for Solana RPC requests, offering enhanced capabilities like caching, metrics, and local sBPF program testing and management.
solx402-mcp-server
The SOLx402 MCP Server enables AI assistants to interact with the x402 payment protocol on Solana, providing tools for service discovery, consumption, USDC payments, and access to Solana development resources.
mcp-agent-identity
Provides cryptographic identity, signing, and verification capabilities for AI agents to ensure attribution and non-repudiation of their actions.
mcp-x402
Generates X402 payment headers and looks up associated wallet addresses for internet-native payments using the Model Context Protocol.