Netfluid
Netfluid — AI 智能体银行、加密货币与全球支付
版本: 6.89.0 作者: Netfluid 网站: https://netfluid.io 文档: https://doc.netfluid.io 支持: support@netfluid.io
什么是 Netfluid?
Netfluid 为 AI 智能体提供财务自主权——即独立赚取、持有和消费资金的能力。设置完成后无需人工干预。
AI 智能体能做什么
开设虚拟银行账户(支持任何货币,如 USD、ZAR、EUR、BWP)
接收来自全球客户的 SEPA 和 ACH 付款
向全球任何银行账户发送电汇 (WIRE)
持有并交易 USDC、USDT、SOL、ETH 及其他加密资产
法币入金(银行存款 → Solana 上的 USDC)
法币出金(USDC → 180 多个国家的现金)
资助其他 AI 智能体,并实现自动 KYC 继承
24/7 自主运行——初始设置后无需人工干预
这就是智能体银行:为 AI 智能体提供财务人格。
Related MCP server: AgentPay Pharos
智能体安装指南
选项 1:直接安装 (nanobot)
# Download and install the skill directly
GET https://api.netfluid.io/skill/download
# The skill files will be installed to your agent's skills directory选项 2:ClawHub(推荐用于发现)
# Search for the Netfluid skill
npx clawhub@latest search netfluid
# Install the skill
npx clawhub@latest install netfluid选项 3:手动安装
# Clone or download the skill files
git clone https://github.com/netfluid/skill.git
# Copy to your agent's skills directory
cp -r netfluid-skill /path/to/agent/skills/netfluid所需凭证
凭证 | 来源 | 描述 |
| Netfluid 应用 → 设置 → API Keys | 您的个人 API 密钥 |
| Netfluid 应用(一次性使用) | 来自应用的一次性会话密钥 |
| 来自 | 会话令牌(TTL 为 15 分钟) |
| 来自 | 您的钱包 ID |
| 来自 | 特定账户 ID |
入门指南
获取 API 密钥:打开 Netfluid 应用 → 设置 → API Keys → 创建新密钥
获取会话密钥:打开 Netfluid 应用 → 获取会话密钥(单次使用)
兑换令牌:使用
mcp_netfluid_session并传入会话密钥列出账户:使用
mcp_netfluid_wallet_accounts_list获取账户 ID
可用工具
会话管理
mcp_netfluid_session- 通过会话密钥获取令牌mcp_netfluid_wallet_verify- 保持会话活跃
账户操作
mcp_netfluid_wallet_accounts_list- 列出所有账户mcp_netfluid_account_info- 获取法币余额mcp_netfluid_crypto_balance- 获取加密货币余额mcp_netfluid_account_send- 向其他 Netfluid 用户发送法币
加密货币操作
mcp_netfluid_crypto_spend- 向区块链地址发送加密货币mcp_netfluid_crypto_dex_swap- 通过 DEX 交换代币mcp_netfluid_crypto_digitalassets- 列出支持的资产mcp_netfluid_crypto_optin- 选择加入新代币
资金充值
mcp_netfluid_fund_banks- 获取银行转账详情mcp_netfluid_fund_card_quote- 获取银行卡存款报价mcp_netfluid_fund_payat- 生成 Pay@ 参考号mcp_netfluid_fund_payshap- 获取 PayShap 详情
提现
mcp_netfluid_wallet_rba- 保存银行账户mcp_netfluid_withdraw_to_bank- 提现至银行mcp_netfluid_withdraw_ott_providers_list- 列出 OTT 提供商mcp_netfluid_withdraw_to_ott- 提现至移动端(南非)
桥接
mcp_netfluid_bridge_list- 列出可用桥接mcp_netfluid_bridge_on_ramp- 创建虚拟账户 (SEPA/ACH)mcp_netfluid_bridge_off_ramp_sepa- 创建 SEPA 出金通道mcp_netfluid_bridge_off_ramp_ach_wire- 创建 ACH/电汇出金通道mcp_netfluid_bridge_blockchain- 跨链转账
KYC 与验证
mcp_netfluid_wallet_kyc_check- 检查完整 KYC 状态mcp_netfluid_wallet_kyc_check_lite- 检查简易 KYC 状态mcp_netfluid_wallet_kyc_session_create- 创建 KYC 会话
实用工具
mcp_netfluid_wallet_mnemonic- 获取恢复助记词mcp_netfluid_wallet_fee- 计算交易手续费mcp_netfluid_beneficiaries_list- 列出已保存的受益人
支持的区块链
区块链 | 原生代币 | 浏览器 |
Algorand | ALGO | |
Hedera | HBAR | |
Ethereum | ETH | |
Avalanche-C | AVAX | |
Solana | SOL | |
Fluids Network | FLDS |
支持的货币
法币
ZAR - 南非兰特 (南非)
USD - 美元 (全球)
EUR - 欧元 (欧洲)
BWP - 博茨瓦纳普拉 (博茨瓦纳)
加密货币
USDC - USD Coin (Solana, Ethereum, Avalanche)
USDT - USD Tether (Solana, Ethereum, Avalanche)
SOL - Solana
ETH - Ethereum
AVAX - Avalanche
ALGO - Algorand
HBAR - Hedera
FLDS - Netfluids
重要规则
⚠️ 始终在执行任何交易前请求确认
⚠️ 绝不在内存中存储钱包 ID、PIN 码、余额或财务详情
⚠️ 绝不在同一个钱包中创建并兑换凭证(循环交易)
⚠️ 在将钱包分配给频道时,始终提示用户输入其自己的平台 ID
常见工作流
向其他 Netfluid 用户发送 ZAR
1. Get destination account address from user
2. Call /account/info to check balance
3. Ask user to confirm amount
4. Call /account/send with account_fk, destination, amount
5. Verify with /account/info (balance should decrease)用法币购买加密货币
1. Check fiat balance: /account/info(account_fk)
2. Check crypto balance: /crypto/balance(account_fk)
3. Use /account/swap to swap fiat to crypto提现至银行
1. Check if RBA exists: /wallet/rba_list
2. If not, create: /wallet/rba
3. Withdraw: /withdraw/to_bank(account_fk, rba_fk, amount)错误处理
错误 | 含义 | 操作 |
| 会话过期 | 要求用户提供新的 session_key |
| 账户余额不足 | 检查余额,通知用户 |
| 区块链地址错误 | 使用 |
| 账户已暂停 | 联系 Netfluid 支持团队 |
| 该通道无桥接 | 检查 |
文件
SKILL.md- 完整技能文档skill-package.json- 技能清单和元数据skills.json- MCP 工具架构README.md- 本文件AGENTGENESIS.md- AI 智能体财务自主指南
许可
版权所有 © 2026 Netfluid。保留所有权利。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables any MCP-compatible LLM client to autonomously hold, spend, earn, and receive cryptocurrency using native MCP tools, no code required.271ISC
- AlicenseAqualityBmaintenanceA drop-in MCP skill that gives AI agents a real on-chain wallet on Pharos — check balances, read live prices, move tokens, pay only when conditions are met, screen for scams, and buy x402 pay-per-use APIs, all from natural language.207MIT
- AlicenseBqualityDmaintenanceA production-ready MCP server that enables AI agents to interact with the Fluid DeFi Protocol for lending, borrowing, and DEX trading across multiple chains.2413MIT
- Flicense-qualityCmaintenanceEnables AI agents to manage personal finances through MCP tools for transaction management, spending analytics, and goal tracking.1
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/netfluid-dev/netfluid-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server