Wallex MCP Server
@SajjadKiani
Wallex MCP Server について
概要はまだありません
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
よくある質問
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`.
基本情報
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント