mcpbeat Sign in

Kronos MCP Server

local only

Kronos runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Stock price forecasting for China A-shares — Kronos K-line time-series model

Installs / week
pypi · kronos-mcp
520
Stars
15 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] kronos_mcp/__init__.py:1, [пакет] kronos_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет
    return pickle.loads(zlib.decompress(bytes(blob)))
document.body.innerHTML = renderShell('agent', '策略广场 / 小鹿智能体',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kronos-mcp -- uvx kronos-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kronos-mcp": {
      "args": [
        "kronos-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kronos-mcp]
command = "uvx"
args = ["kronos-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kronos-mcp": {
      "args": [
        "kronos-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kronos-mcp": {
      "args": [
        "kronos-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KRONOS_API_KEY (KRONOS-type API key from https://hunter.agentpit.io/dev/api-keys), KRONOS_URL (Override the upstream endpoint if you self-host), KRONOS_TIMEOUT (Read timeout in seconds. GPU inference takes 30-70s). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kronos

same job, measured the same way
China Stocks
by pipeworx-io

China A-shares MCP. Keyless.

43 tools answering
C
Onlinecomponents Search
by onlinecomponents

Search real-time stock, pricing, and specs for electronic components on OnlineComponents.com

answering
MCP Tiny
by codespar

MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR

25 installs/wk local only
Compute Finance Oracle
by compute-finance

Live AI compute pricing oracle — real-time LLM model prices across providers

250 installs/wk local only
I
Akshare One MCP
by zwldarren

MCP server that provides access to Chinese stock market data using akshare-one

458 installs/wk local only
TickDB Market Data
by tickdb

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

13 tools answering
Zwldarren Akshare One MCP
by smithery

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

answering
N
YardStock NZ Vehicle Listings
by yardstock

Live used-car stock on named NZ dealer yards. Search make, model, price, city. Not Trade Me.

3 tools answering

Kronos — questions

Answers built from our own checks of this server.

Why is there no uptime for Kronos?
Kronos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kronos-mcp.
How do I connect Kronos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kronos-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Kronos open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 520 stars on GitHub and 15 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.