https://github.com/artemis-xyz/artemis-mcp
Artemis MCP Server Repo
https://github.com/artemis-xyz/artemis-mcp
Last synced: 3 months ago
JSON representation
Artemis MCP Server Repo
- Host: GitHub
- URL: https://github.com/artemis-xyz/artemis-mcp
- Owner: Artemis-xyz
- Created: 2025-03-06T22:21:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:23:30.000Z (7 months ago)
- Last Synced: 2025-06-17T07:04:54.694Z (4 months ago)
- Language: Python
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## artemis-mcp
```
_ ____ _____ _____ __ __ ___ ____ __ __ ____ ____
/ \ | _ \_ _| ____| \/ |_ _/ ___| | \/ |/ ___| _ \
/ _ \ | |_) || | | _| | |\/| || |\___ \ | |\/| | | | |_) |
/ ___ \| _ < | | | |___| | | || | ___) | | | | | |___| __/
/_/ \_\_| \_\|_| |_____|_| |_|___|____/ |_| |_|\____|_|
```## Prerequisites
- Python 3.11+
- [uv](https://docs.astral.sh/uv/getting-started/installation/#installation-methods). 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](https://opentools.com/docs/quickstart) prerequisites.
Then run:
```bash
npx opentools@latest i artemis
```### Manual 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.json`
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`Fill out the relevant fields in `claude_desktop_config.json`:
- `` - Path to uv executable (run `where python` on MacOS)
- `` - Path to local clone of the Artemis MCP repo
- `` - Your Artemis API Key- Restart 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 API
- `get-artemis-data`: Retrieves data from Artemis API for given crypto token symbols and metrics
- `get-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 data
- `generate-artinfo-formula`: Generates an ARTINFO formula for asset classifications, available metrics, market cap rankings, and metadata