Unofficial developer toolkit for WallStreet Raider: API docs, MCP server, and skills
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"
]
}
}
}
Run in terminal:
claude mcp add wallstreetraider-dev npx -y wallstreetraider-devkit/wallstreetraider-devkit.github.io
Add to .cursor/mcp.json:
{
"mcpServers": {
"wallstreetraider-dev": {
"command": "npx",
"args": [
"-y",
"wallstreetraider-devkit/wallstreetraider-devkit.github.io"
]
}
}
}