TypeScript MCP server for Colombo Stock Exchange company search, stock quotes, market status, market summary, top gainers, top losers, and index summaries.
Overview
CSE MCP
CSE MCP is a Model Context Protocol server for the Colombo Stock Exchange.
It lets MCP-compatible clients search listed companies, fetch normalized stock quotes, and retrieve market-wide snapshots such as market status, market summary, top gainers, top losers, and index summaries.
Features
- Search CSE-listed companies by symbol or company name
- Get normalized stock quote data for a valid symbol
- Fetch market status and market summary
- Retrieve top gainers and top losers
- Retrieve ASPI and S&P SL20 index summaries
- Works with local stdio MCP clients through
npx
Install
{
"mcpServers": {
"cse": {
"command": "npx",
"args": ["-y", "@gajarthan/cse-mcp"]
}
}
}
## Repository
https://github.com/Gajarthan/cse-mcp
Server Config
{
"mcpServers": {
"cse": {
"command": "npx",
"args": [
"-y",
"@gajarthan/cse-mcp"
]
}
}
}