Skip to main content
Glama
mk965

Asset Price MCP Server

by mk965

资产价格 MCP 服务器 (asset-price-mcp)

铁匠徽章 English |中文|日语

概述

用于检索和显示当前资产价格信息的模型上下文协议服务器。该服务器提供获取各种资产(包括贵金属和加密货币)实时价格信息的工具,方便大型语言模型访问和显示这些数据。

请注意,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