MCP.so
Sign In

Artemis Mcp

@Artemis-xyz

About Artemis Mcp

Artemis MCP Server Repo

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

Artemis-xyz

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "artemis-mcp": {
      "command": "npx",
      "args": [
        "opentools@latest",
        "i",
        "artemis"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Artemis Mcp?

Artemis Mcp is a Model Context Protocol server that connects Claude Desktop to the Artemis API, enabling retrieval of cryptocurrency data and generation of ART and ARTINFO formulas for time-series metrics and asset classifications. It is intended for developers and analysts who need programmatic access to Artemis’s crypto intelligence via natural language conversation.

How to use Artemis Mcp?

Install via OpenTools (npx opentools@latest i artemis) or manually by cloning the repository and configuring claude_desktop_config.json with the path to the uv executable, the repository path, and your Artemis API key. After restarting Claude Desktop, the server’s tools become available.

Key features of Artemis Mcp

  • Validates API key and creates a connection to Artemis.
  • Retrieves crypto data for given token symbols and metrics.
  • Lists supported metrics for a given token symbol.
  • Generates ART formulas for prices, fees, revenue, and other time-series data.
  • Generates ARTINFO formulas for asset classifications, metric availability, and rankings.

Use cases of Artemis Mcp

  • Fetching on-chain metrics for a specific cryptocurrency token.
  • Generating formulas to pull time-series revenue or fee data for analysis.
  • Quickly exploring which metrics are available for a token before deeper queries.
  • Building automated workflows that combine Artemis data with other MCP tools in Claude Desktop.

FAQ from Artemis Mcp

What are the prerequisites to use Artemis Mcp?

Python 3.11 or later, uv (install via Homebrew on macOS or from Astral’s documentation), Claude Desktop, an Artemis API key, and an Artemis Snowflake login.

How do I install Artemis Mcp manually?

Clone the repository, copy sample_claude_desktop_config.json to the appropriate claude_desktop_config.json location (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/), fill in the <UV_PATH>, <PATH_TO_ARTEMIS_MCP_REPO>, and <ARTEMIS_API_KEY> placeholders, then restart Claude Desktop.

What tools does Artemis Mcp provide?

Five tools: validate-artemis-api-key, get-artemis-data, get-artemis-supported-metrics-for-symbol, generate-art-formula, and generate-artinfo-formula.

Where is the Claude Desktop configuration file located?

On macOS it is at ~/Library/Application Support/Claude/claude_desktop_config.json; on Windows it is at %APPDATA%/Claude/claude_desktop_config.json.

Do I need an API key to use Artemis Mcp?

Yes, you must provide a valid Artemis API key in the configuration file for the server to connect to the Artemis API.

Comments

More Other MCP servers