Wallex MCP Server
@SajjadKiani
About Wallex MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Wallex MCP Server?
Wallex MCP Server is a FastMCP-based server that enables LLMs to interact with the Wallex REST API. It provides tools and resources for querying balances, placing and canceling orders, and fetching market data. The server is built with FastMCP, uses an HTTPX client wrapper, and validates responses with Pydantic schemas.
How to use Wallex MCP Server?
Run in development mode with fastmcp dev wallex_mcp/server.py. For production, use mcpo --port 8001 --api-key "wallex-local" -- fastmcp run wallex_mcp/server.py. Configuration is loaded from environment variables via config.py.
Key features of Wallex MCP Server
- Tools:
get_balance,place_order,cancel_order - Resources:
wallex://market/{symbol},wallex://orders/{id}, instruments - Built with FastMCP and Pydantic for type safety
- Uses HTTPX for async API calls
- Includes a Dockerfile for containerized deployment
Use cases of Wallex MCP Server
- Automated cryptocurrency trading via LLM prompts
- Real-time portfolio balance checking
- Order management (placing and canceling)
- Market data retrieval for analysis
FAQ from Wallex MCP Server
How do I run Wallex MCP Server in development?
Use the command fastmcp dev wallex_mcp/server.py for development with hot-reloading.
How do I deploy Wallex MCP Server in production?
Run mcpo --port 8001 --api-key "wallex-local" -- fastmcp run wallex_mcp/server.py with your API key.
What tools and resources are available?
Tools: get_balance, place_order, cancel_order. Resources: market data (by symbol), order status (by ID), and instruments list.
What are the dependencies?
The server requires Python, FastMCP, HTTPX, and Pydantic as listed in requirements.txt. A Dockerfile is provided for containerized use.
How is configuration handled?
Environment variables are loaded by config.py in the server package. The production command also requires an API key passed via --api-key.
Frequently asked questions
How do I run Wallex MCP Server in development?
Use the command `fastmcp dev wallex_mcp/server.py` for development with hot-reloading.
How do I deploy Wallex MCP Server in production?
Run `mcpo --port 8001 --api-key "wallex-local" -- fastmcp run wallex_mcp/server.py` with your API key.
What tools and resources are available?
Tools: `get_balance`, `place_order`, `cancel_order`. Resources: market data (by symbol), order status (by ID), and instruments list.
What are the dependencies?
The server requires Python, FastMCP, HTTPX, and Pydantic as listed in `requirements.txt`. A Dockerfile is provided for containerized use.
How is configuration handled?
Environment variables are loaded by `config.py` in the server package. The production command also requires an API key passed via `--api-key`.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments