MCP server
The same data as the REST API, exposed so an AI assistant can use it on its own.
You connect ShowMyTrades once, then ask questions in plain language:
"How did my Weltrade account do in August?""Which of my strategies has the worst drawdown?""Find me verified accounts with over a year of history that never dropped more than 10%."
The assistant works out which calls to make. You do not write any code.
Endpoint
https://showmytrades.com/api/v1/mcp
Streamable HTTP, stateless, protocol version 2025-06-18. Authentication is the same
Authorization: Bearer header as the REST API — your Developer API Key.
Connecting Claude Desktop
Add this to your claude_desktop_config.json, then restart Claude:
{
"mcpServers": {
"showmytrades": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://showmytrades.com/api/v1/mcp",
"--header", "Authorization: Bearer smt_live_YOUR_KEY"
]
}
}
}
For any other MCP client, point it at the endpoint above and set the same header.
The tools
public:read scope.The assistant only sees the tools your key has the scope for: a key without public:read
is not offered search_public_accounts at all.
What it can and cannot do
It also cannot look up people. It searches accounts; of an owner it sees a public slug and brand name, never a personal name, email or contact detail.