Hexiaoyi

Hexiaoyi MCP By JS
  • javascript

0

GitHub Stars

javascript

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "dddd-community-hexiaoyi-mcp-js": {
      "command": "npx",
      "args": [
        "-y",
        "@dddd-community/hexiaoyi-mcp-js@latest"
      ],
      "env": {
        "RES_PATH": "\"\"",
        "BSC_RPC_URL": "\"\"",
        "LAUNCHER_API": "\"\"",
        "DATA_CRYPTO_IV": "\"\"",
        "HTTP_PROXY_URL": "\"\"",
        "TWITTER_BEARER": "\"\"",
        "WALLET_DB_PATH": "\"\"",
        "DATA_CRYPTO_KEY": "\"\"",
        "TWITTER_APP_KEY": "\"\"",
        "LAUNCHER_CONTRACT": "\"\"",
        "TWITTER_APP_SECRET": "\"\"",
        "TWITTER_ACCESS_TOKEN": "\"\"",
        "TWITTER_ACCESS_SECRET": "\"\""
      }
    }
  }
}

Hexiaoyi MCP is a powerful toolkit that enables AI-assisted interaction with EVM-compatible networks through a model context protocol. It provides tooling for blockchain development, smart contract interactions, and network management, making it easier to programmatically query balances, manage wallets, and perform token operations using natural language interfaces.

How to use

You run the MCP server with a client designed to speak the MCP protocol. The server exposes a JavaScript/Node-based interface that you start via a package runner. Use it to manage wallets, inspect balances, transfer tokens, and access other capabilities such as token launches and price queries. The client coordinates tasks through natural language prompts, and the MCP translates those prompts into blockchain actions.

How to install

Prerequisites: you need Node.js and npm installed on your machine. You will also run the MCP server using npm/npx commands.

{
  "mcpServers": {
    "hexiaoyi_mcp": {
      "command": "npx",
      "args": ["-y", "@dddd-community/hexiaoyi-mcp-js@latest"],
      "env": {
        "TWITTER_APP_KEY": "",
        "TWITTER_APP_SECRET": "",
        "TWITTER_ACCESS_TOKEN": "",
        "TWITTER_ACCESS_SECRET": "",
        "TWITTER_BEARER": "",
        "HTTP_PROXY_URL": "",
        "WALLET_DB_PATH": "",
        "BSC_RPC_URL": "",
        "DATA_CRYPTO_KEY": "",
        "DATA_CRYPTO_IV": "",
        "LAUNCHER_CONTRACT": "",
        "LAUNCHER_API": "",
        "RES_PATH": ""
      }
    }
  }
}

Additional setup notes

If you want SSE (server-sent events) mode, you enable streaming by adding the --sse flag to the same command configuration.

{
  "mcpServers": {
    "hexiaoyi_mcp": {
      "command": "npx",
      "args": ["-y", "@dddd-community/hexiaoyi-mcp-js@latest", "--sse"],
      "env": {
        "TWITTER_APP_KEY": "",
        "TWITTER_APP_SECRET": "",
        "TWITTER_ACCESS_TOKEN": "",
        "TWITTER_ACCESS_SECRET": "",
        "TWITTER_BEARER": "",
        "HTTP_PROXY_URL": "",
        "WALLET_DB_PATH": "",
        "BSC_RPC_URL": "",
        "DATA_CRYPTO_KEY": "",
        "DATA_CRYPTO_IV": "",
        "LAUNCHER_CONTRACT": "",
        "LAUNCHER_API": "",
        "RES_PATH": ""
      }
    }
  }
}

Available tools

get_wallet

Retrieve the current user’s wallet information.

create_wallet

Create a new wallet for the current user.

get_balance

Query the balance of the current wallet.

transfer_dddd

Transfer DDDD tokens to another address.

withdraw_all_bnb

Withdraw all BNB from the account.

launch_token

Publish a new token on the network.

get_dddd_price

Fetch the current price of the DDDD token.

get_token_price_by_address

Get the price for a specific token by its contract address.

buy_dddd_by_amount

Purchase a specified amount of DDDD tokens.

buy_dddd_by_money

Buy DDDD tokens using a specified amount of BNB.

sell_dddd_by_ratio

Sell a portion of DDDD tokens by percentage.

search_hot_tweets

Search for hot or trending tweets.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Hexiaoyi MCP Server - dddd-community/hexiaoyi-mcp-js | VeilStrat