morristai/firstrade-mcp
3.1
If you are the rightful owner of firstrade-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Firstrade MCP Server acts as an intermediary layer between the Firstrade API and Language Learning Models (LLMs), facilitating seamless integration and communication.
Firstrade MCP Server
This tool aims to provide a layer between your Firstrade API and LLMs. You can build your custom Firstrade API server with morristai/firstrade or MaxxRK/firstrade-api.
Configuration
{
"mcpServers": {
"firstrade-server": {
"command": "PATH-TO-BINARY/firstrade-mcp",
"env": {
"API_HOST": "http://localhost",
"API_PORT": "8080"
}
}
},
"globalShortcut": ""
}
Disclaimer
This project is not affiliated with Firstrade or any of its subsidiaries. It is an independent implementation intended for educational and personal use only. Use at your own risk.