Skip to main content
Glama

Asset Price MCP Server

MIT License
56
1
  • Apple
  • Linux

資産価格 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ファイルをご覧ください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

貴金属や暗号通貨を含むさまざまな資産のリアルタイムの価格情報を取得するためのツールを提供するサーバー。言語モデルが現在の資産価格データにアクセスして表示できるようにします。

  1. 概要
    1. はじめる
      1. Smithery経由でインストール
      2. macOS/Linux
      3. ウィンドウズ
    2. 建物
      1. テスト
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Provides 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 -
            7
            26
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A 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 -
            6
            6
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
            Last updated -
            7
            2
            JavaScript
          • -
            security
            -
            license
            -
            quality
            A 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 -
            1
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/mk965/asset-price-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server