Asset Price MCP Server

by mk965
Verified
MIT License
56
1
  • Apple
  • Linux

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

资产价格 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. Overview
    1. Getting Started
      1. Installing via Smithery
      2. MacOS/Linux
      3. Windows
    2. Building
      1. Testing
        1. License
          ID: xib6wi061z