
Fuse Network
@fuseio
关于 Fuse Network
MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fuse": {
"url": "https://mcp.fuse.io/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Fuse Network?
Fuse Network is a Model Context Protocol (MCP) server for the Fuse blockchain. It lets AI agents (such as Claude, Cursor, and Gemini) read on‑chain data, submit account‑abstracted transactions, deploy contracts, and operate Fusebox APIs through a single standard tool interface. It can be used via a free hosted read‑only endpoint or by self‑hosting an instance that provides full write capabilities.
How to use Fuse Network?
The hosted endpoint is available at https://mcp.fuse.io/mcp using the Streamable HTTP transport. Point your MCP‑compatible agent at that URL – no setup beyond adding the server to the agent’s configuration. To enable write tools (e.g. sending transactions, deploying contracts), you must self‑host the server via Docker or node dist/index.js, setting the required environment variables (FUSE_PRIVATE_KEY, FUSEBOX_PUBLIC_API_KEY, etc.).
Key features of Fuse Network
- 50 tools across five categories: RPC reads, SDK reads, REST APIs, EOA writes, and smart‑account writes.
- RPC reads work without any API key; all other categories require one or more environment‑configured keys.
- Self‑hosted instance offers full write access; hosted endpoint is read‑only.
- Supports ERC‑4337 smart‑account UserOps, including gasless transactions via the Fuse paymaster.
- Private keys are only read from the environment at startup and never accepted as tool arguments.
Use cases of Fuse Network
- Read Fuse blockchain balances, transactions, and contract state without an API key.
- Query token prices, staking options, portfolio data, and UserOp history through Fusebox SDK tools.
- Send native FUSE, transfer ERC‑20 tokens, execute arbitrary contract calls, and deploy contracts from an EOA.
- Build gasless user experiences by submitting ERC‑4337 UserOps through the Fuse paymaster.
- Interact with Fusebox REST APIs for notifications, smart wallet authentication, trades, and explorer queries.
FAQ from Fuse Network
How does the hosted endpoint differ from self‑hosting?
The hosted endpoint (https://mcp.fuse.io/mcp) is read‑only because it does not have a private key configured. Write tools return an actionable error pointing you to self‑hosting. Self‑hosted instances can perform all 50 tools, including transactions and contract deployment, because you control the private key.
What dependencies or runtime are required?
Self‑hosting requires Node.js (for direct execution) or Docker. Environment variables such as FUSE_PRIVATE_KEY, FUSEBOX_PUBLIC_API_KEY, and FUSEBOX_SECRET_API_KEY must be set. No special hardware is needed; the server can run on a typical Linux, macOS, or Windows machine.
Where do my data and transactions live?
The hosted endpoint reads public data from the Fuse blockchain and Fusebox APIs. Self‑hosted instances run locally on your infrastructure – all signing and transaction submission happens on your own server. The README advises treating the self‑hosted server as a hot‑wallet signer and locking down ingress.
What are the known limits of the hosted endpoint?
The hosted endpoint is rate‑limited for fair sharing and cannot execute any write tools. The Fusebox public key bundled there is also subject to rate limits. To perform writes or obtain higher rate limits, you must self‑host.
Which transports and authentication methods are supported?
The hosted endpoint uses Streamable HTTP (POST with optional SSE upgrade) and requires no authentication. Self‑hosted servers can run on stdio (for local subprocess clients) or HTTP (configurable via MCP_TRANSPORT). Authentication for self‑hosted instances is provided through environment‑configured API keys and the private key.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论