CSE MCP
@Gajarthan
关于 CSE MCP
TypeScript MCP server for Colombo Stock Exchange company search, stock quotes, market status, market summary, top gainers, top losers, and index summaries.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cse": {
"command": "npx",
"args": [
"-y",
"@gajarthan/cse-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is CSE MCP?
CSE MCP is a Model Context Protocol server for the Colombo Stock Exchange. It allows MCP-compatible clients to search listed companies, fetch normalized stock quotes, and retrieve market-wide snapshots such as market status, top gainers, top losers, and index summaries.
How to use CSE MCP?
Configure a local MCP client (e.g., in VS Code or Claude Desktop) with the server definition shown below. The server runs via npx and communicates over stdio.
{
"mcpServers": {
"cse": {
"command": "npx",
"args": ["-y", "@gajarthan/cse-mcp"]
}
}
}
Key features of CSE MCP
- Search CSE-listed companies by symbol or 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
Use cases of CSE MCP
- Track real-time stock quotes for portfolio monitoring
- Scan top gainers and losers for daily trading ideas
- Retrieve market summaries and index levels for research
- Identify company details via symbol or name search
- Automate market status checks for trading bots
FAQ from CSE MCP
How do I install CSE MCP?
Add the provided JSON snippet to your MCP client configuration under mcpServers. The server is fetched and run automatically using npx with the package @gajarthan/cse-mcp.
What data does CSE MCP provide?
It provides company search results, normalized stock quotes, market status, market summary, top gainers and losers, and ASPI and S&P SL20 index summaries.
Does CSE MCP work with any MCP client?
Yes, it works with any MCP client that supports local stdio‑based servers, as it communicates over stdin/stdout via npx.
金融与商务 分类下的更多 MCP 服务器
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
AKShare One MCP Server
zwldarrenMCP server that provides access to Chinese stock market data using akshare-one
评论