Provides connectivity to Snowflake through Artemis Snowflake Login, enabling access to financial data stored in Snowflake databases.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Artemis MCP Serverget current Bitcoin price and 24-hour volume"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
artemis-mcp
_ ____ _____ _____ __ __ ___ ____ __ __ ____ ____
/ \ | _ \_ _| ____| \/ |_ _/ ___| | \/ |/ ___| _ \
/ _ \ | |_) || | | _| | |\/| || |\___ \ | |\/| | | | |_) |
/ ___ \| _ < | | | |___| | | || | ___) | | | | | |___| __/
/_/ \_\_| \_\|_| |_____|_| |_|___|____/ |_| |_|\____|_|Related MCP server: MCP Etherscan Server
Prerequisites
Python 3.11+
uv. On MacOS, you can install it using Homebrew:
brew install uv.Claude Desktop
Artemis API Key
Artemis Snowflake Login
Installation
Automated Using OpenTools (Easier)
Install OpenTools prerequisites.
Then run:
npx opentools@latest i artemisManual Setup (More Work)
Install uv
Copy sample_claude_desktop_config.json to your claude_desktop_config.json file:
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.json
Fill out the relevant fields in claude_desktop_config.json:
<UV_PATH>- Path to uv executable (runwhere pythonon MacOS)<PATH_TO_ARTEMIS_MCP_REPO>- Path to local clone of the Artemis MCP repo<ARTEMIS_API_KEY>- Your Artemis API KeyRestart Claude Desktop
Artemis MCP Tools should now be available!
Available Tools
The Artemis MCP server provides the following tools:
API Tools
validate-artemis-api-key: Creates and validates connection to Artemis APIget-artemis-data: Retrieves data from Artemis API for given crypto token symbols and metricsget-artemis-supported-metrics-for-symbol: Retrieves supported metrics for a given crypto token symbol
Formula Generation Tools
generate-art-formula: Generates an ART formula for retrieving crypto prices, fees, revenue, and other time-series datagenerate-artinfo-formula: Generates an ARTINFO formula for asset classifications, available metrics, market cap rankings, and metadata