← 5mtrader.com

INDIVIDUAL MCP TOOL

risk_channels_get

Read your risk notification channels Secrets are masked: you get whether a channel is configured, not the token behind it.

5mtrader.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://5mtrader.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for risk_channels_get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

5mtrader.com

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.