Securities prices MCP server sample
@CodeRunRepeat
About Securities prices MCP server sample
Sample MCP server for securities prices, historical information, etc.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Securities prices MCP server sample?
This is a sample MCP server that publishes securities-related information as MCP tools. It uses the C# MCP SDK and loads data from static JSON files for demonstration purposes.
How to use Securities prices MCP server sample?
Build the solution with dotnet build, then configure Claude for Desktop by adding the server to the mcpServers JSON object, using dotnet run --project <path> as the command. The server exposes four tools that Claude can invoke for financial data.
Key features of Securities prices MCP server sample
- Provides real-time‑like price and volume data by ticker symbol.
- Lists all securities in a given sector.
- Returns historical price and volume data between specified dates.
- Reports sector‑level price movement and average volume.
Use cases of Securities prices MCP server sample
- Ask Claude how a stock’s current price compares with its sector.
- Retrieve historical performance for a ticker over a date range.
- Explore which securities belong to a particular sector.
- Compare sector performance trends in a conversation.
FAQ from Securities prices MCP server sample
What tools does the server provide?
It provides four tools: GetCurrentSecurityInfo, GetSecuritiesBySector, GetHistoricalData, and GetSectorPerformance.
What runtime or dependencies are required?
The server requires .NET and the C# MCP SDK. It is built and run using dotnet.
Where does the data come from?
All data is loaded from static JSON files located in the ./api/Data directory. No live market data is used.
How is Transport or Authentication handled?
The server follows the standard MCP transport and does not include any authentication. It is designed for local, sample use.
Are there any known limits?
The README does not mention any specific limits; the server is a sample and is not intended for production use.
Frequently asked questions
What tools does the server provide?
It provides four tools: `GetCurrentSecurityInfo`, `GetSecuritiesBySector`, `GetHistoricalData`, and `GetSectorPerformance`.
What runtime or dependencies are required?
The server requires .NET and the C# MCP SDK. It is built and run using `dotnet`.
Where does the data come from?
All data is loaded from static JSON files located in the `./api/Data` directory. No live market data is used.
How is Transport or Authentication handled?
The server follows the standard MCP transport and does not include any authentication. It is designed for local, sample use.
Are there any known limits?
The README does not mention any specific limits; the server is a sample and is not intended for production use.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments