INDIVIDUAL MCP TOOL
orders_modify
Modify a pending order's price, SL or TP Requires the "trade:execute" scope.
LIVE ENDPOINT
https://5mtrader.com/api/mcp
Connect to this endpoint to inspect the live schema for orders_modify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests code or command execution.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.5mtrader]
url = "https://5mtrader.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"5mtrader": {
"type": "http",
"url": "https://5mtrader.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 5mtrader
Remote MCP URL: https://5mtrader.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"5mtrader": {
"url": "https://5mtrader.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"5mtrader": {
"type": "http",
"url": "https://5mtrader.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "5mtrader",
"transport": "streamable-http",
"url": "https://5mtrader.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
me_get— Who this token belongs to Profile, plan, and the scopes and live rate-limit budget of the token making the call.me_scopes— Every scope this API defines The full permission vocabulary, and which of them the calling token holds.me_usage— Your API call log Every call made with any of your tokens, newest first, plus the counts behind your quotas.me_preferences_update— Update account preferences Locale, time zone, theme and economic-calendar filters.accounts_list— List your trading accounts Every account linked to your user, with its copy role, connection status and copier configuration.accounts_get— Get one trading account Requires the "read" scope.accounts_create— Connect a new trading account Links an MT5 account and provisions it on a copier server.accounts_brokerServers— Search broker server names Looks up MT5 server names in the broker catalogue, ranked by how well they match.