← Registry

API Tools

fuse.io

Provides blockchain data access for the Fuse network.

x402 supported1 endpoint50 known toolsFirst detected June 15, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.fuse.io/mcp

No auth detected

MCP server metadata

Name
fuse-mcp-server
Version
0.1.0
Capabilities
tools.listChanged

Known tools 50

fuse_get_balance

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

Inferred read-only
fuse_get_transaction

Fetches a transaction by hash.

Inferred read-only
fuse_get_receipt

Fetches the receipt for a mined transaction (status, gasUsed, logs).

Inferred read-only
fuse_read_contract

Calls a view/pure function on a Fuse contract.

Inferred read-only
fuse_get_token_metadata

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

Inferred read-only
fuse_get_gas_price

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

Inferred read-only
fuse_resolve_ens

Resolves an ENS name to its EVM address.

Inferred read-only
fuse_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.

Inferred read-only
fuse_list_wallet_tokens

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

Inferred read-only
fuse_list_wallet_nfts

Lists all NFTs (ERC-721 / ERC-1155 collectibles) owned by a wallet on Fuse.

Inferred read-only
fuse_get_staking_options

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

Inferred read-only
fuse_get_staked_tokens

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

Inferred read-only
fuse_get_token_price

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

Inferred read-only
fuse_get_token_price_change

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

Inferred read-only
fuse_get_token_price_history

Returns OHLC / interval price stats for an ERC-20 token over a week, month, or year.

Inferred read-only
fuse_list_supported_tokens

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

Inferred read-only
fuse_get_trade_quote

Quotes a token swap on Fuse — expected output amount, route, and price impact.

Inferred read-only
fuse_get_user_operations

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

Inferred read-only
fuse_notification_create_webhook

Create a Fusebox Notification webhook for a project.

Potential side effects
fuse_notification_get_webhook

Retrieve details of a single Fusebox Notification webhook.

Inferred read-only
fuse_notification_list_project_webhooks

List every Fusebox Notification webhook configured for a given project.

Inferred read-only
fuse_notification_update_webhook

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

Potential side effects
fuse_notification_delete_webhook

Permanently delete a Fusebox Notification webhook.

Potential side effects
fuse_notification_add_addresses

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

Inferred read-only
fuse_notification_remove_addresses

Remove EVM addresses from a webhook's listening scope.

Potential side effects
fuse_notification_list_addresses

List every EVM address monitored by a given webhook.

Inferred read-only
fuse_smart_wallet_authenticate

Exchange an EIP-191 signature for a JWT used as Bearer auth on Smart Wallet API calls (e.

Inferred read-only
fuse_smart_wallet_get_actions

List the paginated action history (transfers, contract calls) of an authenticated smart wallet.

Inferred read-only
fuse_trade_indicative_price

Returns an indicative price + route for a swap on Fuse (0x-style response).

Inferred read-only
fuse_trade_liquidity_sources

Returns the liquidity sources currently enabled for Fuse-chain trades (e.

Inferred read-only
fuse_trade_price_change_over_duration

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

Inferred read-only
fuse_explorer_query

Generic dispatcher for the Fusebox Explorer API (`/api/v0/explorer/`).

Inferred read-only
fuse_get_signer_address

Returns the EOA address controlled by the server's configured `FUSE_PRIVATE_KEY`.

Inferred read-only
fuse_send_native

Submits a signed transaction transferring native FUSE from the server's signer to a recipient.

Inferred read-only
fuse_send_erc20

Submits a signed `ERC20.

Inferred read-only
fuse_write_contract

Signs and submits a state-mutating contract call from the server's signer.

Inferred read-only
fuse_deploy_contract

Signs and submits a contract-deployment transaction using the server's signer.

Inferred read-only
fuse_sign_message

Signs a message with the server's signer using EIP-191 (`personal_sign`).

Potential side effects
fuse_sign_typed_data

Signs a structured EIP-712 payload with the server's signer.

Inferred read-only
fuse_smart_get_info

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

Inferred read-only
fuse_smart_transfer_token

Submits an ERC-4337 UserOperation transferring a token (native FUSE or ERC-20) from the configured smart wallet.

Inferred read-only
fuse_smart_transfer_nft

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

Inferred read-only
fuse_smart_approve_token

Submits an ERC-4337 UserOperation calling `ERC20.

Inferred read-only
fuse_smart_approve_nft

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

Inferred read-only
fuse_smart_approve_and_call

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

Inferred read-only
fuse_smart_call_contract

Submits an ERC-4337 UserOperation invoking arbitrary calldata on a contract from the configured smart wallet.

Inferred read-only
fuse_smart_execute_batch

Submits a single ERC-4337 UserOperation that executes a sequence of contract calls atomically.

Inferred read-only
fuse_smart_swap_tokens

Submits an ERC-4337 UserOperation executing a swap on Fuse via the Fusebox trade engine.

Potential side effects
fuse_smart_stake_token

Submits an ERC-4337 UserOperation that stakes a token using Fuse's staking module.

Inferred read-only
fuse_smart_unstake_token

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fuse-mcp-server]
url = "https://mcp.fuse.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fuse-mcp-server": {
      "type": "http",
      "url": "https://mcp.fuse.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fuse-mcp-server
Remote MCP URL: https://mcp.fuse.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fuse-mcp-server": {
      "url": "https://mcp.fuse.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fuse-mcp-server": {
      "type": "http",
      "url": "https://mcp.fuse.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fuse-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.fuse.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fuse.io was fetched 2026-07-27T21:11:51.275Z and is being refreshed.

Trust status VerificationRecommended

fuse.io is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.