Artemis Mcp
@Artemis-xyz
About Artemis Mcp
Artemis MCP Server Repo
Basic information
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.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments