Back to Browse

Hunter Community MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

Hunter Community is a financial AI agent platform with reasonable security practices and proper authentication mechanisms. The codebase demonstrates good intent with JWT-based auth, environment variable management for credentials, and standard dependency practices. However, several moderate concerns exist: hardcoded database credentials in source code, potential SQL injection vectors through dynamic query construction, and overly permissive file/network access that exceeds typical MCP server scope. Most critically, the platform interfaces with financial data and user holdings without comprehensive input validation in certain areas. These issues prevent a higher score but do not constitute critical vulnerabilities. Supply chain analysis found 12 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue.

4 files analyzed · 21 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

database

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

KRONOS-type API key from https://hunter.agentpit.io/dev/api-keysRequired

Environment variable: KRONOS_API_KEY

Override the upstream endpoint if you self-hostOptional

Environment variable: KRONOS_URL

Read timeout in seconds. GPU inference takes 30-70sOptional

Environment variable: KRONOS_TIMEOUT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hangeaiagent-kronos-mcp": {
      "env": {
        "KRONOS_URL": "your-kronos-url-here",
        "KRONOS_API_KEY": "your-kronos-api-key-here",
        "KRONOS_TIMEOUT": "your-kronos-timeout-here"
      },
      "args": [
        "kronos-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!