Securities prices MCP server sample
@CodeRunRepeat
About Securities prices MCP server sample
Sample MCP server for securities prices, historical information, etc.
Basic information
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments