Back to MCP Directory
Connections & Capabilities
Connects To
GitHubDockerFilesystem
Capabilities
readexec
Quickstart
Install
pip install chronulus-mcpConfig
{
"mcpServers": {
"chronulus-agents": {
"command": "python",
"args": ["-m", "chronulus_mcp"],
"env": {
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
}
}
}
}Exposed MCP Tools (1)
moderate
chronulus-agentsConnects 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
