Dioxide Faucet Server

Provide a simple faucet service to distribute Dioxide tokens on test networks. Enable easy token requests by specifying a recipient address and receive transaction hashes in response. Integrate seamlessly with MCP clients to facilitate testing and development workflows.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install c-rick/dioxide-mcp-server -c claude

This command will automatically install and configure the Dioxide Faucet Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Dioxide Faucet Server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@c-rick/dioxide-mcp-server",
        "--key",
        "d7de68fd-ac6d-44c6-a1e8-8c1d3e759cd8"
      ]
    }
  }
}

Dioxide MCP Server

smithery badge

基于 Model Context Protocol (MCP) 的 Dioxide 水龙头服务器,用于在测试网络上提供 Dioxide 代币。

功能特点

  • 提供简单的水龙头服务
  • 基于 MCP 协议实现
  • 支持测试网络

环境要求

  • Node.js (支持 ESM)
  • Yarn 包管理器

安装

Installing via Smithery

To install dioxide-mcp-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @c-rick/dioxide-mcp-server --client claude

Manual Installation

# 克隆仓库
git clone [email protected]:c-rick/dioxide-mcp-server.git

# 安装依赖
yarn install

使用方法

开发模式

yarn start

构建项目

yarn build

MCP 配置使用说明

Cursor客户端配置

在客户端中使用本服务,需要在 MCP 配置中添加相应的 JSON 配置。以下是配置示例:

{
  "mcpServers": {
    "dioxide-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@c-rick/dioxide-mcp-server",
        "--key",
        "d7de68fd-ac6d-44c6-a1e8-8c1d3e759cd8"
      ]
    }
  }
}

使用方法

  1. 将上述 JSON 配置添加到您的 MCP 客户端配置中
  2. 在客户端中调用 faucet 工具,并提供接收代币的地址
  3. 服务器将处理请求并返回交易哈希

API

水龙头服务

提供测试网络代币的水龙头服务。

工具名称: faucet

参数:

  • address: 接收代币的地址(字符串类型)

返回值:

  • 交易哈希

许可证

ISC

作者

cc

Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    2 months ago
  • Repository age


    2 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Dioxide Faucet Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Dioxide Faucet Server: MCP Server – MCP.Bar