TypeScript MCP server for Colombo Stock Exchange company search, stock quotes, market status, market summary, top gainers, top losers, and index summaries.
Server Config
{
"mcpServers": {
"cse": {
"command": "npx",
"args": [
"-y",
"@gajarthan/cse-mcp"
]
}
}
}