TestumgebungZur Produktivumgebung

MCP-Schnellstart

API-Schlüssel erstellen, Claude Code / Cursor / VS Code auf den MCP-Endpunkt richten und den ersten Prompt ausführen.

Zuletzt aktualisiert 21. Juli 2026
BotTradesForYou Team
MCP
Claude Code
Cursor
VS Code
AI assistant

1. MCP-Schlüssel erstellen

Dashboard → KI-Assistent → API-Schlüssel → MCP-Schlüssel erstellen. Kopiere den Klartextwert sofort — er wird nicht erneut angezeigt.

2. Client konfigurieren

Claude Code

Bash
claude mcp add --transport http bottrades https://bottradesforyou.com/api/mcp --header "Authorization: Bearer YOUR_MCP_KEY"

Cursor (.cursor/mcp.json)

JSON
{ "mcpServers": { "bottrades": { "url": "https://bottradesforyou.com/api/mcp", "headers": { "Authorization": "Bearer YOUR_MCP_KEY" } } } }

VS Code (.vscode/mcp.json)

JSON
{ "inputs": [{ "type": "promptString", "id": "btfy-mcp-key", "password": true }], "servers": { "bottrades": { "type": "http", "url": "https://bottradesforyou.com/api/mcp", "headers": { "Authorization": "Bearer ${input:btfy-mcp-key}" } } } }

3. Erste Prompts

  • "Zeige meine Bots und welche gerade Verluste machen."
  • "Gib mir eine Portfolio-Zusammenfassung und die letzten 20 Trades."
  • "Warum ist Bot X gestoppt?"

Siehe die Tools-Referenz.