cse-market-mcp-server

Pahinithi/cse-market-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 3d ago
The first Model Context Protocol (MCP) server for the Colombo Stock Exchange (CSE). Access real-time Sri Lankan stock prices, ASPI/S&P SL20 indices, and TradingView technical indicators (RSI, MACD) directly in Claude Desktop, Cursor, and Windsurf.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cse-market-mcp-serve": {
      "command": "uvx",
      "args": [
        "cse-market-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cse-market-mcp-server