Back to Home
FluxA-Agent-Payment icon

FluxA-AI-Wallet-MCP

Verified Safe

by 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

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens800
Stars0
Forks1
Last Update2025-11-24

Tags

ai-walletx402eip-3009blockchain-paymentsagent-management