Kronos
Rank #1,076io.github.hangeaiagent/kronos-mcp
Stock price forecasting for China A-shares — Kronos K-line time-series model
Kronos is a Model Context Protocol (MCP) server published by agentpit-io. It ranks #1,076 of 130,187 servers tracked on MCP Toplist, and its repository has 509 GitHub stars. Kronos is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Sep 11, 2026.
Ranks ahead of 129,111 of 130,187 servers on MCP Toplist.
Use Kronos
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kronos-mcp -e "KRONOS_API_KEY=<your KRONOS_API_KEY>" -e "KRONOS_URL=<your KRONOS_URL>" -e "KRONOS_TIMEOUT=<your KRONOS_TIMEOUT>" -- uvx kronos-mcpReplace each placeholder with your own value before saving.
[mcp_servers.kronos-mcp]
command = "uvx"
args = ["kronos-mcp"]
[mcp_servers.kronos-mcp.env]
KRONOS_API_KEY = "<your KRONOS_API_KEY>"
KRONOS_URL = "<your KRONOS_URL>"
KRONOS_TIMEOUT = "<your KRONOS_TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronos-mcp": {
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<your KRONOS_API_KEY>",
"KRONOS_URL": "<your KRONOS_URL>",
"KRONOS_TIMEOUT": "<your KRONOS_TIMEOUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronos-mcp": {
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<your KRONOS_API_KEY>",
"KRONOS_URL": "<your KRONOS_URL>",
"KRONOS_TIMEOUT": "<your KRONOS_TIMEOUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kronos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<your KRONOS_API_KEY>",
"KRONOS_URL": "<your KRONOS_URL>",
"KRONOS_TIMEOUT": "<your KRONOS_TIMEOUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronos-mcp": {
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<your KRONOS_API_KEY>",
"KRONOS_URL": "<your KRONOS_URL>",
"KRONOS_TIMEOUT": "<your KRONOS_TIMEOUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kronos-mcp": {
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<your KRONOS_API_KEY>",
"KRONOS_URL": "<your KRONOS_URL>",
"KRONOS_TIMEOUT": "<your KRONOS_TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hangeaiagent%2Fkronos-mcp)<a href="https://mcptoplist.com/server/io.github.hangeaiagent%2Fkronos-mcp"><img src="https://mcptoplist.com/badge/io.github.hangeaiagent%2Fkronos-mcp.svg" alt="MCP Toplist: Top 1% of 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
agentpit-io
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Sep 11, 2026 |
| 0.1.1 | Sep 10, 2026 |
Frequently asked questions
- Who maintains Kronos?
- Kronos is maintained by agentpit-io, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Kronos listed on the Official MCP Registry?
- Yes — Kronos is listed on the Official MCP Registry.
- How many versions does Kronos have?
- MCP Toplist tracks 2 versions of Kronos, most recently published on Sep 11, 2026.
- Where can I find the source code for Kronos?
- The source code for Kronos is hosted at github.com/agentpit-io/hunter-community.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.