wallex_mcp_server
Verified Safeby mhsenpc
Overview
Interacts with the Wallex Cryptocurrency Exchange API to retrieve account balances and historical OHLC data for trading pairs.
Installation
./wallex_mcp_serverEnvironment Variables
- WALLEX_API_KEY
Security Notes
The server correctly retrieves the API key from environment variables (WALLEX_API_KEY) and uses it to authenticate requests. There are no hardcoded secrets, 'eval' calls, or other immediately apparent malicious patterns. It makes standard HTTPS requests to a known exchange API. Error handling for API responses and missing API keys is present.
Similar Servers
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
mcp-crypto-price
A Model Context Protocol (MCP) server providing comprehensive cryptocurrency price, market analysis, and historical trends data using the CoinCap API for integration with AI clients.
NepseAPI-Unofficial
An unofficial API service for Nepal Stock Exchange (NEPSE) providing real-time market data through REST, WebSocket, and Model Context Protocol (MCP) endpoints for educational and research purposes.
mcp-bybit-server
Provides an MCP interface for interacting with the Bybit cryptocurrency exchange API to fetch market data, manage accounts, and place orders.