资产价格 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"]
}
}
}
建筑
测试
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。