HomeOther › AkTools MCP Server

AkTools MCP Server

MCP Server for stock and crypto

Python
★ 391 stars Last pushed 2026-03-26 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.15)

uvx mcp-aktools

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-aktools": {
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/aahl/mcp-aktools:latest

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-aktools": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aahl/mcp-aktools:latest"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry