Artemis
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ArtemisCommand (node, npx, python, etc.)npxArguments-
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.
-
Argument 1
- 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
_ ____ _____ _____ __ __ ___ ____ __ __ ____ ____
/ \ | _ \_ _| ____| \/ |_ _/ ___| | \/ |/ ___| _ \
/ _ \ | |_) || | | _| | |\/| || |\___ \ | |\/| | | | |_) |
/ ___ \| _ < | | | |___| | | || | ___) | | | | | |___| __/
/_/ \_\_| \_\|_| |_____|_| |_|___|____/ |_| |_|\____|_|
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





