MCP.so
ログイン

Securities prices MCP server sample

@CodeRunRepeat

Securities prices MCP server sample について

Sample MCP server for securities prices, historical information, etc.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

c#

トランスポート

stdio

公開者

CodeRunRepeat

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ