資産価格 MCP サーバー (asset-price-mcp)
概要
現在の資産価格情報を取得・表示するためのモデルコンテキストプロトコルサーバー。このサーバーは、様々な資産(貴金属や暗号通貨を含む)のリアルタイム価格情報を取得するためのツールを提供し、大規模な言語モデルによるデータへのアクセスと表示を容易にします。
asset-price-mcpは現在開発初期段階にあります。サーバーの開発と改善に伴い、機能や利用可能なツールは変更・拡張される可能性があります。
はじめる
多くのコード エディターやその他の AI クライアントは、構成ファイルを使用して MCP サーバーを管理します。
設定ファイルに以下を追加することで、 asset-price-mcpサーバーを設定できます。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の asset-price-mcp を自動的にインストールするには:
npx -y @smithery/cli install @mk965/asset-price-mcp --client claude
macOS/Linux
{
  "mcpServers": {
    "Asset Price MCP": {
      "command": "npx",
      "args": ["-y", "asset-price-mcp"]
    }
  }
}
ウィンドウズ
{
  "mcpServers": {
    "Asset Price MCP": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "asset-price-mcp"]
    }
  }
}
建物
npm run build
テスト
npm test
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
Tools
貴金属や暗号通貨を含むさまざまな資産のリアルタイムの価格情報を取得するためのツールを提供するサーバー。言語モデルが現在の資産価格データにアクセスして表示できるようにします。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityProvides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.Last updated -754MIT License
 - Asecurity-licenseAqualityA server implementation that streams real-time Binance market data (spot and futures) via WebSockets, enabling applications to receive and process cryptocurrency market information through the Model Context Protocol.Last updated -63318MIT License
 - -security-license-qualityA cryptocurrency price query service based on Model Context Protocol that provides tools for retrieving virtual currency prices, market trends, detailed information, and K-line data.Last updated -3
 - -security-license-qualityA server that provides real-time cryptocurrency data through the Model Context Protocol, allowing access to detailed exchange information and current cryptocurrency rates from the CoinCap API.Last updated -01MIT License