ENDPOINT 1
https://mcp.fuse.io/mcp
Known tools 50
fuse_get_balanceReturns the native FUSE balance for an address, or an ERC-20 token balance when `tokenAddress` is supplied.
fuse_get_transactionFetches a transaction by hash.
fuse_get_receiptFetches the receipt for a mined transaction (status, gasUsed, logs).
fuse_read_contractCalls a view/pure function on a Fuse contract.
fuse_get_token_metadataReads name, symbol, decimals, and totalSupply for an ERC-20 token deployed on Fuse.
fuse_get_gas_priceReturns the current Fuse network gas price (in wei and gwei) along with EIP-1559 fee suggestions when available.
fuse_resolve_ensResolves an ENS name to its EVM address.
fuse_get_account_abstraction_infoReads ERC-4337 state for a smart account on Fuse: deployment status, EntryPoint nonce, and the account's deposit balance at the EntryPoint.
fuse_list_wallet_tokensLists all ERC-20 tokens held by a wallet on Fuse, enriched with Fusebox metadata (symbol, decimals, USD value).
fuse_list_wallet_nftsLists all NFTs (ERC-721 / ERC-1155 collectibles) owned by a wallet on Fuse.
fuse_get_staking_optionsLists every staking option supported by Fuse — token, APR, TVL, expiry, and the matching unstake token.
fuse_get_staked_tokensReturns the active staking positions for a wallet — staked amount, USD value, earned rewards, and APR per position.
fuse_get_token_priceReturns the current USD price for an ERC-20 token tracked by Fusebox.
fuse_get_token_price_changeReturns the 24-hour percentage price change for an ERC-20 token tracked by Fusebox.
fuse_get_token_price_historyReturns OHLC / interval price stats for an ERC-20 token over a week, month, or year.
fuse_list_supported_tokensReturns the catalogue of ERC-20 tokens tracked by Fusebox (tradable, indexed, priced).
fuse_get_trade_quoteQuotes a token swap on Fuse — expected output amount, route, and price impact.
fuse_get_user_operationsReturns the ERC-4337 UserOperation history for a smart account on Fuse, indexed via the Fusebox GraphQL service.
fuse_notification_create_webhookCreate a Fusebox Notification webhook for a project.
fuse_notification_get_webhookRetrieve details of a single Fusebox Notification webhook.
fuse_notification_list_project_webhooksList every Fusebox Notification webhook configured for a given project.
fuse_notification_update_webhookUpdate a Fusebox Notification webhook's URL or event type.
fuse_notification_delete_webhookPermanently delete a Fusebox Notification webhook.
fuse_notification_add_addressesAdd one or more EVM addresses to a webhook's listening scope.
fuse_notification_remove_addressesRemove EVM addresses from a webhook's listening scope.
fuse_notification_list_addressesList every EVM address monitored by a given webhook.
fuse_smart_wallet_authenticateExchange an EIP-191 signature for a JWT used as Bearer auth on Smart Wallet API calls (e.g.
fuse_smart_wallet_get_actionsList the paginated action history (transfers, contract calls) of an authenticated smart wallet.
fuse_trade_indicative_priceReturns an indicative price + route for a swap on Fuse (0x-style response).
fuse_trade_liquidity_sourcesReturns the liquidity sources currently enabled for Fuse-chain trades (e.g.
fuse_trade_price_change_over_durationReturns a token's price change over a custom day-count window (`{ priceChange, currentPrice, previousPrice }`).
fuse_explorer_queryGeneric dispatcher for the Fusebox Explorer API (`/api/v0/explorer/`).
fuse_get_signer_addressReturns the EOA address controlled by the server's configured `FUSE_PRIVATE_KEY`.
fuse_send_nativeSubmits a signed transaction transferring native FUSE from the server's signer to a recipient.
fuse_send_erc20Submits a signed `ERC20.transfer(to, amount)` from the server's signer.
fuse_write_contractSigns and submits a state-mutating contract call from the server's signer.
fuse_deploy_contractSigns and submits a contract-deployment transaction using the server's signer.
fuse_sign_messageSigns a message with the server's signer using EIP-191 (`personal_sign`).
fuse_sign_typed_dataSigns a structured EIP-712 payload with the server's signer.
fuse_smart_get_infoReturns the ERC-4337 smart-wallet address derived from the configured signer, plus whether the Fuse paymaster (gasless mode) is enabled.
fuse_smart_transfer_tokenSubmits an ERC-4337 UserOperation transferring a token (native FUSE or ERC-20) from the configured smart wallet.
fuse_smart_transfer_nftSubmits an ERC-4337 UserOperation transferring an NFT (ERC-721 / ERC-1155) from the configured smart wallet to a recipient.
fuse_smart_approve_tokenSubmits an ERC-4337 UserOperation calling `ERC20.approve(spender, amount)` from the configured smart wallet.
fuse_smart_approve_nftSubmits an ERC-4337 UserOperation calling `approve(spender, tokenId)` on an NFT contract from the configured smart wallet.
fuse_smart_approve_and_callAtomically approves a token and invokes a follow-up call on the spender from the configured smart wallet.
fuse_smart_call_contractSubmits an ERC-4337 UserOperation invoking arbitrary calldata on a contract from the configured smart wallet.
fuse_smart_execute_batchSubmits a single ERC-4337 UserOperation that executes a sequence of contract calls atomically.
fuse_smart_swap_tokensSubmits an ERC-4337 UserOperation executing a swap on Fuse via the Fusebox trade engine.
fuse_smart_stake_tokenSubmits an ERC-4337 UserOperation that stakes a token using Fuse's staking module.
fuse_smart_unstake_tokenSubmits an ERC-4337 UserOperation that unstakes a token via Fuse's staking module.