# Fuse Network (remote · mcp.fuse.io)

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.fuse.io`: 69/100 (this document), [markdown](https://verifymcp.io/servers/io-fuse-mcp/mcp.md), [page](https://verifymcp.io/servers/io-fuse-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.fuse.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 50 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 4371 tokens (~87/item across 50 items; 50 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-fuse-mcp https://mcp.fuse.io/mcp
```

### Codex

```toml
[mcp_servers.io-fuse-mcp]
url = "https://mcp.fuse.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-fuse-mcp": {
      "type": "remote",
      "url": "https://mcp.fuse.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-fuse-mcp --url https://mcp.fuse.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-fuse-mcp:
    url: "https://mcp.fuse.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-fuse-mcp": {
      "type": "http",
      "url": "https://mcp.fuse.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, +14)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 53, −12)

- [security regression] TLS certificate: pass → unverified
- [security regression] HSTS header: pass → unverified
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.

### 2026-07-27 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (50)

### `fuse_get_balance` (~84 tokens)

Get balance

Returns the native FUSE balance for an address, or an ERC-20 token balance when `tokenAddress` is supplied.

Input parameters:

- `address` (string, required): EOA or contract address to query (0x-prefixed, EIP-55 or lowercase).
- `tokenAddress` (string): Optional ERC-20 token address. Omit to fetch the native FUSE balance.

### `fuse_get_transaction` (~43 tokens)

Get transaction

Fetches a transaction by hash. Returns null if the transaction is not found.

Input parameters:

- `hash` (string, required): Transaction hash (0x-prefixed, 32 bytes).

### `fuse_get_receipt` (~54 tokens)

Get transaction receipt

Fetches the receipt for a mined transaction (status, gasUsed, logs). Returns null if the transaction is pending or unknown.

Input parameters:

- `hash` (string, required): Transaction hash (0x-prefixed, 32 bytes).

### `fuse_read_contract` (~100 tokens)

Read contract

Calls a view/pure function on a Fuse contract. ABI is auto-fetched from the verified Fuse explorer when not supplied.

Input parameters:

- `abi` (array): Optional ABI override. If omitted, the verified ABI is fetched from the Fuse explorer.
- `address` (string, required): Contract address.
- `args` (array): Positional arguments for the function (defaults to []).
- `functionName` (string, required): Name of the view/pure function to call.

### `fuse_get_token_metadata` (~44 tokens)

Get token metadata

Reads name, symbol, decimals, and totalSupply for an ERC-20 token deployed on Fuse.

Input parameters:

- `tokenAddress` (string, required): ERC-20 token contract address.

### `fuse_get_gas_price` (~37 tokens)

Get gas price

Returns the current Fuse network gas price (in wei and gwei) along with EIP-1559 fee suggestions when available.

### `fuse_resolve_ens` (~80 tokens)

Resolve ENS name

Resolves an ENS name to its EVM address. ENS is not deployed on Fuse — resolution requires `ENS_RPC_URL` to be configured (typically pointing at Ethereum mainnet). Plain hex addresses are passed through.

Input parameters:

- `name` (string, required): ENS name to resolve (e.g. `vitalik.eth`). Plain addresses are returned unchanged.

### `fuse_get_account_abstraction_info` (~109 tokens)

Get account abstraction info

Reads ERC-4337 state for a smart account on Fuse: deployment status, EntryPoint nonce, and the account's deposit balance at the EntryPoint. Paymaster eligibility is not evaluated in v0.1.

Input parameters:

- `nonceKey` (string): Optional 192-bit nonce key as a decimal or 0x-prefixed hex string (defaults to 0).
- `smartAccountAddress` (string, required): Smart-account (ERC-4337) address — counterfactual or deployed.

### `fuse_list_wallet_tokens` (~65 tokens)

List wallet tokens

Lists all ERC-20 tokens held by a wallet on Fuse, enriched with Fusebox metadata (symbol, decimals, USD value). Powered by the Fusebox SDK BalancesModule.

Input parameters:

- `walletAddress` (string, required): Wallet address whose ERC-20 token portfolio should be listed.

### `fuse_list_wallet_nfts` (~58 tokens)

List wallet NFTs

Lists all NFTs (ERC-721 / ERC-1155 collectibles) owned by a wallet on Fuse. Powered by the Fusebox SDK BalancesModule.

Input parameters:

- `walletAddress` (string, required): Wallet address whose NFT holdings should be listed.

### `fuse_get_staking_options` (~45 tokens)

Get staking options

Lists every staking option supported by Fuse — token, APR, TVL, expiry, and the matching unstake token. Powered by the Fusebox SDK StakingModule.

### `fuse_get_staked_tokens` (~63 tokens)

Get staked tokens

Returns the active staking positions for a wallet — staked amount, USD value, earned rewards, and APR per position. Powered by the Fusebox SDK StakingModule.

Input parameters:

- `walletAddress` (string, required): Smart-wallet address whose active staking positions should be returned.

### `fuse_get_token_price` (~56 tokens)

Get token price

Returns the current USD price for an ERC-20 token tracked by Fusebox. Powered by the Fusebox SDK TradeModule.

Input parameters:

- `tokenAddress` (string, required): Address of the ERC-20 token whose USD price should be returned.

### `fuse_get_token_price_change` (~63 tokens)

Get token 24h price change

Returns the 24-hour percentage price change for an ERC-20 token tracked by Fusebox. Powered by the Fusebox SDK TradeModule.

Input parameters:

- `tokenAddress` (string, required): Address of the ERC-20 token whose 24-hour price change should be returned.

### `fuse_get_token_price_history` (~78 tokens)

Get token price history

Returns OHLC / interval price stats for an ERC-20 token over a week, month, or year. Powered by the Fusebox SDK TradeModule.

Input parameters:

- `timeFrame` (string, required): Granularity / range for the price series.
- `tokenAddress` (string, required): Address of the ERC-20 token to fetch price history for.

### `fuse_list_supported_tokens` (~39 tokens)

List supported tokens

Returns the catalogue of ERC-20 tokens tracked by Fusebox (tradable, indexed, priced). Powered by the Fusebox SDK TradeModule.

### `fuse_get_trade_quote` (~135 tokens)

Get trade quote

Quotes a token swap on Fuse — expected output amount, route, and price impact. Read-only: returns the quote without submitting a trade. Powered by the Fusebox SDK TradeModule.

Input parameters:

- `amount` (string, required): Amount, expressed as a decimal string in the token's base units (wei for 18-decimal tokens).
- `exactIn` (boolean): When true (default), `amount` is the sell amount. When false, `amount` is the desired buy amount.
- `inputToken` (string, required): Address of the token being sold.
- `outputToken` (string, required): Address of the token being bought.

### `fuse_get_user_operations` (~65 tokens)

Get user operations

Returns the ERC-4337 UserOperation history for a smart account on Fuse, indexed via the Fusebox GraphQL service. Powered by the Fusebox SDK GraphQLModule.

Input parameters:

- `sender` (string, required): Smart-account address (UserOperation `sender`) to fetch history for.

### `fuse_notification_create_webhook` (~110 tokens)

Create webhook

Create a Fusebox Notification webhook for a project. Requires `FUSEBOX_SECRET_API_KEY` (Notification API endpoints authenticate with both apiKey and API-SECRET).

Input parameters:

- `eventType` (string, required): Event filter. `ERC721` also covers ERC1155 events. `ALL` subscribes to every event type.
- `projectId` (string, required): Fuse Console project ID that owns the webhook.
- `webhookUrl` (string, required): HTTPS URL that Fusebox will POST event payloads to.

### `fuse_notification_get_webhook` (~43 tokens)

Get webhook by ID

Retrieve details of a single Fusebox Notification webhook. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `webhookId` (string, required): Webhook ID to retrieve.

### `fuse_notification_list_project_webhooks` (~49 tokens)

List project webhooks

List every Fusebox Notification webhook configured for a given project. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `projectId` (string, required): Project ID whose webhooks should be listed.

### `fuse_notification_update_webhook` (~76 tokens)

Update webhook

Update a Fusebox Notification webhook's URL or event type. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `eventType` (string, required): Event filter (`ERC721` also covers ERC1155).
- `webhookId` (string, required): ID of the webhook to update.
- `webhookUrl` (string, required): New webhook URL.

### `fuse_notification_delete_webhook` (~52 tokens)

Delete webhook

Permanently delete a Fusebox Notification webhook. Destructive — the webhook stops receiving events. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `webhookId` (string, required): ID of the webhook to delete.

### `fuse_notification_add_addresses` (~63 tokens)

Add addresses to webhook

Add one or more EVM addresses to a webhook's listening scope. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `addresses` (array, required): EVM addresses to start monitoring for this webhook.
- `webhookId` (string, required): ID of the webhook to extend.

### `fuse_notification_remove_addresses` (~57 tokens)

Remove addresses from webhook

Remove EVM addresses from a webhook's listening scope. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `addresses` (array, required): EVM addresses to stop monitoring.
- `webhookId` (string, required): ID of the webhook to modify.

### `fuse_notification_list_addresses` (~47 tokens)

List webhook addresses

List every EVM address monitored by a given webhook. Requires `FUSEBOX_SECRET_API_KEY`.

Input parameters:

- `webhookId` (string, required): Webhook ID whose monitored addresses should be listed.

### `fuse_smart_wallet_authenticate` (~127 tokens)

Authenticate smart wallet

Exchange an EIP-191 signature for a JWT used as Bearer auth on Smart Wallet API calls (e.g. `fuse_smart_wallet_get_actions`). Signing happens client-side; this tool only submits the signed payload.

Input parameters:

- `hash` (string, required): Signed message hash (EIP-191).
- `ownerAddress` (string, required): EOA address that signed the hash (the smart wallet's owner).
- `signature` (string, required): EIP-191 signature produced by the EOA owner.
- `smartWalletAddress` (string, required): Deployed smart contract wallet address.

### `fuse_smart_wallet_get_actions` (~109 tokens)

Get smart wallet actions

List the paginated action history (transfers, contract calls) of an authenticated smart wallet. The JWT comes from `fuse_smart_wallet_authenticate`.

Input parameters:

- `jwt` (string, required): Bearer JWT issued by `fuse_smart_wallet_authenticate`.
- `limit` (integer): Items per page (default 10).
- `page` (integer): Pagination page (default 1).
- `tokenAddress` (string): Optional ERC-20 token address to filter actions by.

### `fuse_trade_indicative_price` (~270 tokens)

Get indicative trade price

Returns an indicative price + route for a swap on Fuse (0x-style response). One of `sellAmount` / `buyAmount` must be provided.

Input parameters:

- `buyAmount` (string): Desired buy amount in base units (mutually exclusive with `sellAmount`).
- `buyToken` (string, required): ERC-20 contract address of the token to buy.
- `buyTokenPercentageFee` (string)
- `enableSlippageProtection` (boolean)
- `excludedSources` (string): Comma-separated liquidity sources to exclude.
- `feeRecipient` (string)
- `feeRecipientTradeSurplus` (string)
- `gasPrice` (string): Gas price override in wei.
- `includedSources` (string): Comma-separated liquidity sources to include.
- `priceImpactProtectionPercentage` (string)
- `sellAmount` (string): Sell amount in base units (mutually exclusive with `buyAmount`).
- `sellToken` (string, required): ERC-20 contract address of the token to sell.
- `skipValidation` (boolean)
- `slippagePercentage` (string): Max slippage as a decimal string (e.g. `0.01` = 1%).
- `takerAddress` (string): Address of the trader (for validation).

### `fuse_trade_liquidity_sources` (~33 tokens)

List liquidity sources

Returns the liquidity sources currently enabled for Fuse-chain trades (e.g. voltage.finance, sub-pools).

### `fuse_trade_price_change_over_duration` (~71 tokens)

Get token price change over duration

Returns a token's price change over a custom day-count window (`{ priceChange, currentPrice, previousPrice }`).

Input parameters:

- `days` (integer, required): Number of days to look back when computing the price change.
- `tokenAddress` (string, required): ERC-20 contract address of the token.

### `fuse_explorer_query` (~234 tokens)

Fuse Explorer API query

Generic dispatcher for the Fusebox Explorer API (`/api/v0/explorer/`). Pass `module` + `action` + any additional query params. Covers all 40+ etherscan-compatible endpoints including balances, logs, transactions, contract ABI/source, and the five contract-verify POST routes.

Input parameters:

- `action` (string, required): Action within the module — e.g. `balance`, `txlist`, `getabi`, `getLogs`, `eth_block_number`, `verify`.
- `body` (object): JSON body for POST verify-* actions.
- `method` (string): HTTP method (default GET). Use POST only for the five `contract/verify*` actions, which also accept a JSON body.
- `module` (string, required): Etherscan-style API module: `account`, `block`, `contract`, `logs`, `stats`, `token`, `transaction`.
- `params` (object): Additional query parameters (e.g. `address`, `fromBlock`, `toBlock`, `topic0`). Omit `module`, `action`, and `apiKey` — they're injected automatically.

### `fuse_get_signer_address` (~45 tokens)

Get signer address

Returns the EOA address controlled by the server's configured `FUSE_PRIVATE_KEY`. Use this before any write tool to confirm which account will pay gas and send transactions.

### `fuse_send_native` (~111 tokens)

Send native FUSE

Submits a signed transaction transferring native FUSE from the server's signer to a recipient. Returns the transaction hash; use `fuse_get_receipt` to confirm inclusion.

Input parameters:

- `amount` (string, required): Amount of FUSE to send (default unit: FUSE — pass `unit: "wei"` for raw wei).
- `to` (string, required): Recipient address.
- `unit` (string): `display` (default) treats `amount` as FUSE; `base` treats it as wei.

### `fuse_send_erc20` (~118 tokens)

Send ERC-20

Submits a signed `ERC20.transfer(to, amount)` from the server's signer. Decimals are auto-fetched from the token; use `unit: "base"` to skip scaling.

Input parameters:

- `amount` (string, required): Amount to transfer. Default unit is the token's display unit (decimals auto-detected); pass `unit: "base"` to send raw base units.
- `to` (string, required): Recipient address.
- `tokenAddress` (string, required): ERC-20 token contract address.
- `unit` (string)

### `fuse_write_contract` (~126 tokens)

Write contract

Signs and submits a state-mutating contract call from the server's signer. ABI is auto-fetched from the Fuse explorer when not supplied. Returns the transaction hash.

Input parameters:

- `abi` (array): Optional ABI override. If omitted, the verified ABI is fetched from the Fuse explorer.
- `address` (string, required): Contract address.
- `args` (array): Positional arguments (defaults to []).
- `functionName` (string, required): State-mutating function to call.
- `valueWei` (string): Native FUSE value to send with the call, in wei (for payable functions).

### `fuse_deploy_contract` (~149 tokens)

Deploy contract

Signs and submits a contract-deployment transaction using the server's signer. Returns the transaction hash, and the deployed contract address when `waitForReceipt: true`.

Input parameters:

- `abi` (array, required): Contract ABI. Required so constructor arguments can be encoded correctly.
- `args` (array): Constructor arguments (defaults to []).
- `bytecode` (string, required): Contract creation bytecode as a 0x-prefixed hex string.
- `valueWei` (string): Native FUSE to send with the deployment, in wei (payable constructors).
- `waitForReceipt` (boolean): When true, the tool waits for the deployment to be mined and includes the deployed address in the response (default false).

### `fuse_sign_message` (~95 tokens)

Sign message (EIP-191)

Signs a message with the server's signer using EIP-191 (`personal_sign`). Returns the 65-byte signature as hex. No on-chain transaction is submitted.

Input parameters:

- `encoding` (string): `utf8` (default) or `hex` for raw bytes.
- `message` (string, required): Message to sign. UTF-8 by default; pass `encoding: "hex"` for raw bytes (0x-prefixed).

### `fuse_sign_typed_data` (~116 tokens)

Sign typed data (EIP-712)

Signs a structured EIP-712 payload with the server's signer. Returns the 65-byte signature as hex. No on-chain transaction is submitted.

Input parameters:

- `domain` (object, required): EIP-712 domain separator object.
- `message` (object, required): Typed-data message conforming to `primaryType`.
- `primaryType` (string, required): Name of the primary type to hash.
- `types` (object, required): EIP-712 types map (exclude the `EIP712Domain` entry — it's derived from `domain`).

### `fuse_smart_get_info` (~40 tokens)

Get smart-wallet info

Returns the ERC-4337 smart-wallet address derived from the configured signer, plus whether the Fuse paymaster (gasless mode) is enabled.

### `fuse_smart_transfer_token` (~130 tokens)

Smart-account: transfer token

Submits an ERC-4337 UserOperation transferring a token (native FUSE or ERC-20) from the configured smart wallet. Gasless when `FUSE_USE_PAYMASTER=true`.

Input parameters:

- `amount` (string, required): Amount to transfer. Default unit is the token's display unit; pass `unit: "base"` for raw base units.
- `to` (string, required): Recipient address.
- `tokenAddress` (string, required): Token contract address. Use the native-token sentinel `0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee` for FUSE.
- `unit` (string)

### `fuse_smart_transfer_nft` (~92 tokens)

Smart-account: transfer NFT

Submits an ERC-4337 UserOperation transferring an NFT (ERC-721 / ERC-1155) from the configured smart wallet to a recipient.

Input parameters:

- `nftContractAddress` (string, required): ERC-721 / ERC-1155 contract address.
- `to` (string, required): Recipient address.
- `tokenId` (string, required): NFT token ID (decimal or 0x-prefixed hex string).

### `fuse_smart_approve_token` (~113 tokens)

Smart-account: approve token

Submits an ERC-4337 UserOperation calling `ERC20.approve(spender, amount)` from the configured smart wallet.

Input parameters:

- `amount` (string, required): Allowance amount. Default unit is the token's display unit; pass `unit: "base"` for raw base units. Use `"max"` to approve the uint256 maximum.
- `spender` (string, required): Address being granted spending allowance.
- `tokenAddress` (string, required): ERC-20 token contract address.
- `unit` (string)

### `fuse_smart_approve_nft` (~90 tokens)

Smart-account: approve NFT

Submits an ERC-4337 UserOperation calling `approve(spender, tokenId)` on an NFT contract from the configured smart wallet.

Input parameters:

- `nftContractAddress` (string, required): ERC-721 / ERC-1155 contract address.
- `spender` (string, required): Address being granted approval for the token ID.
- `tokenId` (string, required): NFT token ID (decimal or hex).

### `fuse_smart_approve_and_call` (~126 tokens)

Smart-account: approve + call

Atomically approves a token and invokes a follow-up call on the spender from the configured smart wallet. Common DeFi pattern.

Input parameters:

- `amount` (string, required): Allowance amount in the token's display unit (or base if `unit: "base"`).
- `callData` (string, required): Encoded calldata to invoke on `spender` after approval (0x-prefixed hex).
- `spender` (string, required): Contract that will receive the subsequent call.
- `tokenAddress` (string, required): ERC-20 token contract address to approve.
- `unit` (string)

### `fuse_smart_call_contract` (~93 tokens)

Smart-account: call contract

Submits an ERC-4337 UserOperation invoking arbitrary calldata on a contract from the configured smart wallet. Use when you need full control over the encoded call.

Input parameters:

- `data` (string, required): Encoded calldata (0x-prefixed hex).
- `to` (string, required): Target contract address.
- `valueWei` (string): Native FUSE to send with the call, in wei (default `0`).

### `fuse_smart_execute_batch` (~61 tokens)

Smart-account: execute batch

Submits a single ERC-4337 UserOperation that executes a sequence of contract calls atomically. Failed sub-calls revert the whole batch.

Input parameters:

- `calls` (array, required): Ordered list of contract calls to execute atomically as a single UserOp.

### `fuse_smart_swap_tokens` (~128 tokens)

Smart-account: swap tokens

Submits an ERC-4337 UserOperation executing a swap on Fuse via the Fusebox trade engine. Quote a swap first with `fuse_get_trade_quote` to preview the route.

Input parameters:

- `exactIn` (boolean): `true` (default) treats `inputAmount` as sell amount; `false` treats it as buy amount.
- `inputAmount` (string, required): Amount in base units (wei for 18-decimal tokens).
- `inputToken` (string, required): Address of the token being sold.
- `outputToken` (string, required): Address of the token being bought.

### `fuse_smart_stake_token` (~87 tokens)

Smart-account: stake token

Submits an ERC-4337 UserOperation that stakes a token using Fuse's staking module. List options first with `fuse_get_staking_options`.

Input parameters:

- `tokenAddress` (string, required): Token to stake (must match a `fuse_get_staking_options` entry).
- `tokenAmount` (string, required): Amount in base units (wei for 18-decimal tokens).

### `fuse_smart_unstake_token` (~92 tokens)

Smart-account: unstake token

Submits an ERC-4337 UserOperation that unstakes a token via Fuse's staking module.

Input parameters:

- `tokenAddress` (string, required): Original staking-token address.
- `tokenAmount` (string, required): Amount to unstake, in base units.
- `unstakeTokenAddress` (string, required): Receipt token address paired with the stake (`unStakeTokenAddress` from `fuse_get_staking_options`).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-fuse-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 67
- 2026-07-29: 53
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://mcp.fuse.io/mcp
- Website: https://www.fuse.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-fuse-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-fuse-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-fuse-mcp/mcp
