Netfluid - One Wallet for Money, Crypto and Stablecoins
Global banking, simplified. Get your own US and European bank accounts, hold stablecoins, and move money across borders in minutes, all from one secure app.
https://netfluid.io/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.netfluid.io/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.netfluid.io
142tools discovered
Showing 25 of 142 from the live probe.
Netfluid Access Pause
Temporarily blocks access to the wallet Temporarily blocks access to the wallet for all systems. This end point requires an api_key with administrator privileges. @param api_key: The api key with administrator privileges @param wallet_fk: The wallet_fk to pause @return: a json object
Netfluid Access Platform Assign
Assigns this wallet_fk to a channel (discord, telegram, whatsapp) user id. Assigns this wallet_fk to a channel (discord, telegram, whatsapp) user id. Where possible prompt the customer to do this, as it makes getting a token much easier in the future @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @return: a json object
Netfluid Access Platform Login
Retrieves a token based on a wallet_fk and 5-digit (numeric) PIN. This is a shortcut to the token. Retrieves a token based on a wallet_fk and 5-digit (numeric) PIN Only 1 attempt is allowed, get the PIN wrong and you have to send the user back to the website to get a session key This works on any wallet_fk and PIN combination, so if you have a wallet_fk, but no token, it's a shortcut to the token. @param wallet_fk: The wallet_fk @param pin: The 5-digit numerical pin associated with this
Netfluid Access Platform Wallet List
Retrieves a list of wallets associated with the channel (discord, telegram or whatsapp) and user id Retrieves a list of wallets associated with the channel (discord, telegram or whatsapp) user id, once you have a wallet_fk you can get a token. This only works if the wallet_fk has been previously assigned to this channel and user id. @param user_id: The chat, channel user-id specific to this chat customer @param platform: The channel platform: discord, telegram, whatsapp @return: a
Netfluid Access Recover
Recovers the Netfluid wallet's private key from a set of 24 keywords Recovers the Netfluid wallet's private key from a set of 24 keywords. Returns an object with the wallet owner's key, first_name, last_name, mobile and email. It's preferable that the person trying to recover @param api_key: The api key allocated to your application @param words: A set of 24 recovery words, space delimited @return: a json object
Netfluid Access Resume
Temporarily blocks access to the wallet Resumes access to a paused wallet. This end point requires an api_key with administrator privileges. @param api_key: The api key with administrator privileges @param wallet_fk: The wallet_fk to resume @return: a json object
Netfluid Access Wallet Pin Change
Changes the wallet PIN, must be 5 digits, e.g. 12345 Changes the wallet PIN, must be 5 digits, e.g. 12345 @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @param new_pin: The new PIN, but be 5 numeric digits @return: a json object
Netfluid Account
Returns public information associated with an account_fk: address, commodity, currency and type @return: a json object
Netfluid Account Address
Validates and verifies the existence of a Netfluid account address (not blockchain address) @return: a json object
Netfluid Account Alias
Sets a friendly name/alias on an account. Confirm (yes/no) before executing Sets a friendly name/alias on an account_fk. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) @param alias: The alias or friendly name, try and use unique names for each account in the wallet @return: a json object
Netfluid Account Buy
Purchases a digital asset from the account's FIAT balance. Confirm (yes/no) before executing Purchases a digital asset from the account's FIAT balance @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk from which to buy @param digital_asset_fk: The digital_asset_fk to buy @return: a j
Netfluid Account Buy Telco
Purchases airtime by converting currency to minutes and seconds. Confirm (yes/no) before executing Purchases airtime by converting currency to minutes and seconds. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk from which to deduct the amount @param amount: The amount in currency, 2 de
Netfluid Account Charge
Charges the account based on a presented QR-code or NFC card. Confirm (yes/no) before executing Charges the account based on a presented QR-code or NFC card. The payer must present a valid PIN for the transaction to complete @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The merchant's account_fk, typica
Netfluid Account Info
Returns detailed account information. Returns detailed account information and balances. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk for the account as provided by /wallet/accounts_list @return: a json object
Netfluid Account Merchant Voucher Issue
Issues a Netfluid voucher. Performs a FIAT withdraw. Only applicable on FIAT balances @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk into which to redeem the voucher @param amount: The amount to issue for @return: a json object
Netfluid Account Merchant Voucher Quote
Performs a quote to before issuing a Netfluid voucher as a merchant. STEP 1: Performs a quote to issue a voucher as a merchant. Returns the merchant commission as well as the amount charged to the customer. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk from which to issue the voucher
Netfluid Account Merchant Voucher Redeem
Redeems a Netfluid voucher. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk into which to redeem the voucher @param voucher_code: The netfluid voucher code, a string consisting of 4 sets of numbers example 1234-0000-4321-5678 @return: a json object
Netfluid Account Mint
Mints a new account of an account type into the wallet. Confirm (yes/no) before executing Mints a new account of an account type into the wallet. There are costs associated with this operation. Minting is generally done asynchronously, it may take several seconds for the minted account to be available @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk into which the new account will b
Netfluid Account Pair
Assigns a PIN to an account for use by a QR-Code or NFC card. Confirm (yes/no) before executing Assigns a PIN to an account for use by a QR-Code or NFC card @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param address: The account address @param pin: The 5 digit numeric PIN e.g 01234 @param expire_date: The optional expiry date on the PIN, format YYYY-MM-DD HH:MM:SS, in GMT timezone @return: a json
Netfluid Account Pause
Temporarily restricts an account from performing any function that would result in funds existing the account. Can only be undone by an administrator, warn before using! Confirm (yes/no) before executing Temporarily restricts an account from performing any function that would result in funds existing the account. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a data
Netfluid Account Pay
Charges the account a transaction fee. Confirm (yes/no) before executing Charges the account a transaction fee. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk to charge @param amount: The amount to charge @param note: The note on the transaction @return: a json object
Netfluid Account Resume
Resumes full trading capability for an account that has been previously paused. Can only be undone by an administrator. Confirm (yes/no) before executing Resumes full trading capability for an account that has been previously paused. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk for t
Netfluid Account Sell
Sells a digital asset and returns the proceeds to the account's FIAT balance. Confirm (yes/no) before executing Sells a digital asset and returns the proceeds to the account's FIAT balance @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk from which to sell @param digital_asset_fk: The di
Netfluid Account Send
Sends FIAT from this account to another Netfluid account. Optionally save as a beneficiary. Confirm (yes/no) before executing Sends FIAT from this account to an account address. Optionally save as a beneficiary. The FIAT sent is converted to the destination account's currency. This function can send FIAT across wallets @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a da
Netfluid Account Send Sms
Sends a Mobile SMS and charges this account. Confirm (yes/no) before executing Sends a SMS and charges this account. This end point will deliver to limited destinations: South Africa, Botswana, Zimbabwe, UK. Delivery is not guaranteed. Charged per submission. @param api_key: The api key allocated to your application, must have admin privileges @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account ad
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsGlobal banking, simplified. Get your own US and European bank accounts, hold stablecoins, and move money across borders in minutes, all from one secure app.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
MCPBundles probed 142 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
Operate Netfluid - One Wallet for Money, Crypto and Stablecoins? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
Other MCP servers in this category from the directory index
Stripe payment processing — payments, customers, subscriptions, invoices, checkout, products, disput...
65 toolsThis server integrates with Stripe to provide a range of tools for managing customer transactions, s...
Payments, point of sale, and business solutions.
PayPal is a global digital payment platform that provides online payment processing, money transfers...
Square APIs and SDKs allow developers to build custom apps and integrations for payments, customers,...
5 toolsPaystack is a payment processing platform that enables businesses to accept online and offline payme...
13 tools