kerryjiang/OpenEtradeMcp
An MCP (Model Context Protocol) server that exposes ETRADE API operations as tools for AI agents. This allows AI assistants like Claude and GitHub Copilot to interact with ETRADE's trading platform.
Platform-specific configuration:
{
"mcpServers": {
"OpenEtradeMcp": {
"command": "npx",
"args": [
"-y",
"OpenEtradeMcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...