SambasBoyyyy/dse-stock-mcp ? reverse-engineered prompt
Reverse engineered prompt
Build me an MCP server for Dhaka Stock Exchange data in TypeScript.
I want to be able to ask an AI assistant for a stock and get the current price, historical OHLC data for a date range, and the latest company news or announcements. It should accept either trading codes or company names, and it should try to resolve messy inputs into the right DSE symbol before making the request.
Use an API key from an environment variable, and make it easy to run locally and also plug into Claude Desktop or Cursor with a simple config. If you need to, look up the current MCP docs online and make the setup work the normal way.
Please include a small sample CSV based symbol lookup if that helps, and make the server feel ready to use, with clear commands for building and starting it.
Are you gonna build this?
make sure you review the code using coderabbit