wallstreetraider-devkit.github.io

wallstreetraider-devkit/wallstreetraider-devkit.github.io
★ 0 stars JavaScript 🔌 API Integration Updated 7d ago
Unofficial developer toolkit for WallStreet Raider: API docs, MCP server, and skills
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wallstreetraider-dev": {
      "command": "npx",
      "args": [
        "-y",
        "wallstreetraider-devkit/wallstreetraider-devkit.github.io"
      ]
    }
  }
}