Artemis MCP Server

artemis-mcp

_ ____ _____ _____ __ __ ___ ____ __ __ ____ ____ / \ | _ \_ _| ____| \/ |_ _/ ___| | \/ |/ ___| _ \ / _ \ | |_) || | | _| | |\/| || |\___ \ | |\/| | | | |_) | / ___ \| _ < | | | |___| | | || | ___) | | | | | |___| __/ /_/ \_\_| \_\|_| |_____|_| |_|___|____/ |_| |_|\____|_|

先决条件

  • Python 3.11+
  • uv 。在 MacOS 上,您可以使用 Homebrew 安装它: brew install uv
  • 克劳德桌面
  • Artemis API密钥
  • Artemis Snowflake 登录

安装

使用 OpenTools 实现自动化(更简单)

安装OpenTools先决条件。

然后运行:

npx opentools@latest i artemis

手动设置(更多工作)

  • 安装 uv

sample_claude_desktop_config.json复制到您的claude_desktop_config.json文件:

  • 在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • 在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json

填写claude_desktop_config.json中的相关字段:

  • <UV_PATH> - uv 可执行文件的路径(在 MacOS 上运行where python
  • <PATH_TO_ARTEMIS_MCP_REPO> - Artemis MCP repo 本地克隆的路径
  • <ARTEMIS_API_KEY> - 您的 Artemis API 密钥
  • 重启Claude桌面
  • Artemis MCP 工具现在应该可用!

可用工具

Artemis MCP 服务器提供以下工具:

API 工具

  • validate-artemis-api-key :创建并验证与 Artemis API 的连接
  • get-artemis-data :从 Artemis API 中检索给定加密代币符号和指标的数据
  • get-artemis-supported-metrics-for-symbol :检索给定加密代币符号支持的指标

公式生成工具

  • generate-art-formula :生成 ART 公式,用于检索加密货币价格、费用、收入和其他时间序列数据
  • generate-artinfo-formula :生成用于资产分类、可用指标、市值排名和元数据的 ARTINFO 公式
-
security - not tested
-
license - not tested
-
quality - not tested

支持与 Artemis API 交互以检索和分析加密货币数据,包括访问指标、生成公式和验证 API 连接。

  1. Prerequisites
    1. Installation
      1. Automated Using OpenTools (Easier)
      2. Manual Setup (More Work)
    2. Available Tools
      1. API Tools
      2. Formula Generation Tools
    ID: 8yq7354g4u