Artemis

by artemis-xyz

1 stars
4.9k downloads
Not rated
GitHub Website

About

Integrates with Artemis API to create and manage cryptocurrency data analysis formulas for accessing price data, fees, revenue, and other time-series metrics without switching contexts.

Details

Author
artemis-xyz
GitHub stars
1
Downloads
4,925
Categories
Design, Developer Tools, Frontend, Infrastructure, Knowledge Base, Other
Tags
#analytics

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Artemis
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "artemis": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

artemis-mcp

     _    ____ _____ _____ __  __ ___ ____    __  __  ____ ____
    / \  |  _ \_   _| ____|  \/  |_ _/ ___|  |  \/  |/ ___|  _ \
   / _ \ | |_) || | |  _| | |\/| || |\___ \  | |\/| | |   | |_) |
  / ___ \|  _ < | | | |___| |  | || | ___) | | |  | | |___|  __/
 /_/   \_\_| \_\|_| |_____|_|  |_|___|____/  |_|  |_|\____|_|
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.