Odel
AkTools MCP Server

AkTools MCP Server

Local
@aahl392PythonMITUpdated 5mo ago

MCP Server for stock and crypto

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-aktoolsv0.1.15

Run

uvx mcp-aktools

MCP client config

{
  "mcpServers": {
    "aktools-mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}
Dockerghcr.io/aahl/mcp-aktools:latest

Run

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

MCP client config

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