mcp-investments-sample
0
This project is a sample implementation of an MCP server that provides securities-related information. It showcases several tools that fetch current and historical data for securities and sectors, helping users analyze price and volume information. The sample is built using the C# MCP SDK.
Securities Prices MCP Server Sample
This project is a sample MCP server focused on publishing securities-related information as MCP tools. It is based on the C# MCP SDK samples. The project provides several tools:
- Get current security information like price and volume for a given ticker symbol.
- Fetch information for all securities within a specific sector.
- Retrieve historical data like price and volume for a ticker symbol within a given date range.
- Get sector performance metrics including price movement and average volume.
The data utilized is stored in static JSON files located in the ./api/Data
directory.