MT5 MCP Server
by junmt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MT5_MAX_LOT | No | Maximum lot size allowed for orders. Default is server-defined. | |
| SEARXNG_URL | No | URL of the SearXNG instance. Default: http://localhost:8080 | http://localhost:8080 |
| MT5_MCP_TOKEN | No | Bearer token for HTTP authentication. If omitted, a random token is generated. | |
| MT5_MAX_SLIPPAGE | No | Maximum slippage allowed in points. Default is server-defined. | |
| MT5_TRADE_ENABLED | No | Enable/disable trading tools. Set to 'true' to enable order sending tools. Default is 'false'. | false |
| MT5_ALLOWED_SYMBOLS | No | Comma-separated list of allowed symbols for trading. Empty means all symbols. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/junmt/MT5-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server