Back to MCP Directory
Chronulus
Model Context Protocol moderate risk

Chronulus

Chronulus MCP server provides Claude access to AI forecasting agents, enabling predictive insights via API key authentication and various installation methods.

Connections & Capabilities

Connects To

GitHubDockerFilesystem

Capabilities

readexec

Quickstart

Install

pip install chronulus-mcp

Config

{
  "mcpServers": {
    "chronulus-agents": {
      "command": "python",
      "args": ["-m", "chronulus_mcp"],
      "env": {
        "CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
      }
    }
  }
}

Exposed MCP Tools (1)

moderate
chronulus-agents

Connects Claude to Chronulus AI forecasting agents for predictive insights.

Requires API key and network access; potential for data leakage if key is compromised.

Safety Assessment

The Chronulus MCP server's safety depends on the secure handling of the Chronulus API key and the underlying security of the Chronulus API itself. It's relatively safe when used as intended with proper key management, but risks increase if the API key is exposed or if the server is misconfigured.

  • API key authentication
  • No direct filesystem access by default
  • Clear instructions for configuration
  • User-controlled environment variables
  • Potential for API key exposure if not handled securely
  • Depends on the security of the Chronulus API
  • Requires network access to Chronulus API
  • Risk of command injection if arguments are not properly sanitized
Chronulus Review, Pricing & Alternatives (2026) | Flaex AI