Skip to main content
Glama
mk965

Asset Price MCP Server

by mk965

資産価格 MCP サーバー (asset-price-mcp)

鍛冶屋のバッジ英語|中国語|日本語

概要

現在の資産価格情報を取得・表示するためのモデルコンテキストプロトコルサーバー。このサーバーは、様々な資産(貴金属や暗号通貨を含む)のリアルタイム価格情報を取得するためのツールを提供し、大規模な言語モデルによるデータへのアクセスと表示を容易にします。

asset-price-mcpは現在開発初期段階にあります。サーバーの開発と改善に伴い、機能や利用可能なツールは変更・拡張される可能性があります。

Related MCP server: Bybit MCP Server

はじめる

多くのコード エディターやその他の 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ファイルをご覧ください。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    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.
    7
    62
    MIT
  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
    12
    22
    16
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that provides real-time cryptocurrency price fetching capabilities using the CoinGecko API. It enables LLMs to retrieve and process the latest price for any coin by its name or symbol.
    2
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables LLM clients to query live and historical metal and commodity prices from metalsmarket.net through an MCP server.

View all related MCP servers

Related MCP Connectors

  • Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.

  • Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

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