MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-timeplusAgent-CoreX intelligently routes which tools from jovezhong/mcp-timeplus your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-timeplus": {
"command": "npx",
"args": [
"-y",
"mcp-timeplus"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-timeplusAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use jovezhong/mcp-timeplus directly without routing
npx -y mcp-timeplusNew to Agent-CoreX? View setup guide →