🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 9.1K |
| ⭐ GitHub Stars | 4(fork 4) |
| 🗓️ 最近推送 | 2026-07-23 |
| 🌱 项目创建 | 2025-11-06 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 3 |
📝 工具简介
FluxA AI钱包的MCP服务器,让AI代理直接调用钱包功能。
📖 怎么用
先装 MCP 服务器,跑 `npm install -g @fluxa-pay/fluxa-wallet`。装完用 `fluxa-wallet status` 检查状态。想自定义数据目录就设 `export FLUXA_DATA_DIR=/path/to/custom/dir`。开发模式的话,先 `npm install` 再 `npm run build`,然后 `npm start` 启动,或者用 `npm run dev` 跑开发模式。构建时 `npm run build` 只建 MCP 服务器,`npm run build:wallet` 只建 CLI,`npm run build:all` 两个都建。
📋 迷你测评
FluxA AI钱包的MCP服务器,让代理直接调用钱包功能。亮点是走MCP标准协议,接入门槛低。适合做支付类Agent。
📄 README 要点
这是给AI代理用的钱包MCP服务器,支持x402(EIP 3009)支付协议。它让代理能注册、认证并执行区块链支付,但私钥完全不用本地管理,全走FluxA Wallet API。核心功能包括Agent ID管理、生成支付授权、自动刷新过期的JWT令牌。装好后代理就能在需要时直接发起付款。适合那些要让AI代理自主完成付费操作的场景,比如自动订阅、按次计费的服务调用。
查看英文原文
FluxA AI Wallet MCP MCP server for FluxA AI Wallet with x402 (EIP 3009 exact) payment support. Packages This repository contains two packages: Package Description Install @fluxa pay/fluxa wallet mcp MCP server for AI agent frameworks (Claude Desktop, etc.) npm install @fluxa pay/fluxa wallet mcp @fluxa pay/fluxa wallet Standalone CLI for scripts and automation npm install g @fluxa pay/fluxa wallet Overview This MCP server enables AI agents to make x402 payments using the FluxA Wallet API. It provides a simple interface for agents to register, authenticate, and execute blockchain payments without managing private keys locally. Features Agent ID Management : Register and manage FluxA Agent IDs x402 Payment Support : Generate EIP 3009 payment authorizations via FluxA Wallet API Automatic JWT Refresh : Automatically refreshes expired JWT tokens before payments No Local Key Management : All signing is handled by FluxA Wallet (no local private keys) Policy Management : Policies are managed remotely by FluxA Wallet Environment Variable Support : Configure via env vars or config file Quick Start CLI [安装/使用命令见下方] MCP Server [安装/使用命令见下方] Development [安装/使用命令见下方] Build [安装/使用命令见下方] Configuration The server stores configuration in /.fluxa ai wallet mcp/config.json by default. You can override the data directory: [安装/使用命令见下方] Agent ID Configuration There are two methods to configure Agent ID via environment variables: Method 1: Use existing credentials (highest priority) If you already have Agent ID credentials, set these environment variables: [安装/使用命令见下方] This method bypasses registration and uses the provided credentials directly. Method 2: Provide registration information If you don't have credentials yet, configure registration information: [安装/使用命令见下方] When these are set, calling init agent id with empty parameters {} will automatically register using this information. Priority order: 1. Method 1 environment variables (AGENT ID + AGENT TOKEN + AGENT JWT) 2. Config file ( /
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除