Skip to content

morristai/firstrade-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Firstrade MCP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages