CSE MCP Server is a Model Context Protocol (MCP) server that provides structured, real-time and historical data access for the Colombo Stock Exchange (CSE), enabling AI agents and applications to query, analyze, and integrate Sri Lankan market data seamlessly.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cse": {
"url": "http://localhost:5248/sse"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol Server for Colombo Stock Exchange
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / data
Manage Supabase projects — databases, auth, storage, and edge functions
Query and manage PostgreSQL databases directly from AI assistants
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MCP Security Weekly
Get CVE alerts and security updates for CSE MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol Server for Colombo Stock Exchange
A Model Context Protocol (MCP) server that provides structured, real-time and historical data access for the Colombo Stock Exchange (CSE), enabling AI agents and applications to query, analyze, and integrate Sri Lankan market data seamlessly.
CSE MCP Server bridges the gap between the Colombo Stock Exchange and AI-powered applications by exposing CSE market data through the Model Context Protocol. This enables Claude AI and other MCP-compatible agents to access real-time quotes, company profiles, trading data, financial statements, and historical prices for all CSE-listed securities.
Built on Clean Architecture principles:
git clone <repository-url>
cd SharesMCP
dotnet build
dotnet run --project SharesMCP
The server will start on http://localhost:5248 (default).
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"cse": {
"url": "http://localhost:5248/sse"
}
}
}
Restart Claude Desktop to connect to the CSE MCP Server.
GetStockQuoteGet current stock quote for any CSE-listed security.
Parameters:
symbol (string): Stock symbol (e.g., "JKH", "JKH.CM", or "JKH.N0000")Example:
User: What's the current price of John Keells Holdings?
Claude: [Uses GetStockQuote with symbol "JKH"]
GetCompanyProfileGet detailed company information and profile.
Parameters:
symbol (string): Stock symbolGetDayTradesGet today's trading activity and individual trades.
Parameters:
symbol (string): Stock symbolThe server supports multiple symbol formats for all CSE-listed securities:
JKH, COMB, SAMPJKH.CM, COMB.CM, SAMP.CMJKH.N0000, COMB.N0000, SAMP.N0000