Skip to main content
Glama

Asset Price MCP Server

MIT License
56
1
  • Apple
  • Linux

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

English |中文|日语

概述

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

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