mcp-investments-sample
If you are the rightful owner of mcp-investments-sample and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a sample of an MCP server that publishes securities related information as MCP tools.
The Securities Prices MCP Server Sample is designed to provide securities-related information using the Model Context Protocol (MCP) tools. It is built using the C# MCP SDK and offers a set of tools to retrieve current and historical securities data. The server can be run in a development environment like Claude for Desktop, allowing users to query securities information such as current prices, historical data, and sector performance. The data is sourced from static JSON files, making it easy to test and develop against a consistent dataset. This sample serves as a practical example for developers looking to implement MCP servers for financial data applications.
Features
- Provides current securities information including price and volume.
- Retrieves securities data by sector.
- Offers historical data retrieval for securities.
- Analyzes sector performance in terms of price movement and average volume.
Tools
GetCurrentSecurityInfo
Gets current price, volume, etc. information for the supplied ticker symbol.
GetSecuritiesBySector
Gets information for all securities in the given sector.
GetHistoricalData
Gets historical price, volume, etc. information for a ticker symbol between the provided dates.
GetSectorPerformance
Gets price movement and average volume for a sector.