CSE MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companyB | Search Colombo Stock Exchange companies by name or symbol using ranked matching. |
| get_stock_quoteA | Get a normalized stock quote for a single CSE symbol, including price movement, volume, turnover, market cap, and beta values. |
| get_market_statusA | Return the current Colombo Stock Exchange trading session status. |
| get_market_summaryB | Return concise market-wide volume, turnover, trade-count, and trade-date data. |
| get_top_gainersB | Return the top CSE gainers with normalized price, percentage change, and timestamps. |
| get_top_losersB | Return the top CSE losers with normalized price, percentage change, and timestamps. |
| get_index_summaryC | Return ASPI, S&P SL20, or both as concise index summaries. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: get_index_summary for index data, get_market_status for session status, get_market_summary for market-wide metrics, get_stock_quote for individual stock details, get_top_gainers/losers for performance rankings, and search_company for company lookup. No overlap or ambiguity exists between these functions.
All tools follow a consistent verb_noun pattern with 'get_' or 'search_' prefixes (e.g., get_index_summary, search_company). The naming is uniform, predictable, and clearly indicates each tool's action and target resource without any stylistic deviations.
With 7 tools, the server is well-scoped for providing stock exchange data. Each tool serves a specific, non-redundant function, covering key areas like market overviews, individual quotes, rankings, and search. This count is appropriate and efficient for the domain.
The toolset covers essential read-only operations for market data: summaries, status, quotes, rankings, and search. Minor gaps exist, such as no historical data retrieval or portfolio management tools, but these are not critical for the stated purpose of providing current CSE information. Agents can perform core tasks without dead ends.