Back to Home
menscheck icon

fourtrader-mcp

by menscheck

Overview

Serves as a trading engine for Four.meme tokens on BNB Smart Chain, providing AI-driven insights and executing trades.

Installation

Run Command
npm start

Environment Variables

  • WALLET_ADDRESS
  • WALLET_PRIVATE_KEY
  • BITQUERY_API_KEY

Security Notes

The trading functions ('buy_token' and 'sell_token') have a critical security vulnerability: 'minTokensOut' and 'minBnbOut' are hardcoded to 0. This means transactions are executed without any slippage protection, exposing user funds to potential 100% loss due to price fluctuations or malicious actors. Additionally, 'poolAddress' in 'buy_token' is hardcoded, which might not be universally correct or robust. While private keys and API keys are correctly managed via environment variables and security documentation is present, the fundamental lack of slippage control makes the trading aspect highly unsafe.

Similar Servers

Stats

Interest Score30
Security Score3
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2026-01-19

Tags

financial tradingcryptocurrencyBNB Smart ChainAI assistantMCP server