CSE-MCP-Server
Verified Safeby Yazhodha
Overview
Provides structured, real-time, and historical Colombo Stock Exchange (CSE) market data to AI agents and applications via Model Context Protocol (MCP).
Installation
dotnet run --project SharesMCPSecurity Notes
The provided code snippets (standard .NET config files) do not contain malicious patterns, 'eval', or hardcoded secrets. The server is intended for local execution (http://localhost:5248) and integrates with the CSE Official API. Without the full source code of the CSE API integration, a comprehensive audit is not possible, but the visible components are clean and secure for local use. The `AllowedHosts: "*"` in appsettings.json is a common default for development but should be restricted for public deployments.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).