← artemisgtm.ai

INDIVIDUAL MCP TOOL

get_install_command

Redeem an Artemis GTM license key into an install.

artemisgtm.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

artemisgtm.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.artemisgtm-ai]
url = "https://artemisgtm.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "artemisgtm-ai": {
      "type": "http",
      "url": "https://artemisgtm.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: artemisgtm-ai
Remote MCP URL: https://artemisgtm.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "artemisgtm-ai": {
      "url": "https://artemisgtm.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "artemisgtm-ai": {
      "type": "http",
      "url": "https://artemisgtm.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "artemisgtm-ai",
  "transport": "streamable-http",
  "url": "https://artemisgtm.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_agents — List the Artemis GTM consulting agents (and bundles) you can recommend, claim for free, or buy.
  • recommend_agent — Given a B2B go-to-market problem in plain language (e.g.
  • claim_free_agent — Claim a FREE Artemis GTM agent for the claude.ai chat-edition path (a user who installs the free engineer from their buyer library rather than the CLI).
  • start_purchase — Begin purchase of a PAID Artemis GTM agent or bundle.