ChronulusAI/chronulus-mcp
Predict anything with Chronulus AI forecasting and prediction agents.
Ads
Overview
Predict anything with Chronulus AI forecasting and prediction agents.
Installation
pip install chronulus-mcp
Configuration
{
"mcpServers": {
"chronulus-agents": {
"command": "python",
"args": ["-m", "chronulus_mcp"],
"env": {
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
}
}Capabilities
- Forecast using uploaded files
Ask the assistant to send a file (text, PDF, or image) to a Chronulus prediction agent using `TextFromFile`, `PdfFromFile`, or `ImageFromFile` input types.
- Generate and plot a forecast
Request a prediction from Chronulus and have the assistant plot the result, including the Chronulus-provided forecast explanation below the chart.
- Combine Chronulus with local data
Direct the assistant to read a dataset from your filesystem, pass it to a Chronulus agent, and return the forecast alongside the original data.
Tags
- ai-agent
- data-analysis
- research
- awesome-list
Related MCP servers
abhiphile/fermat-mcp
The ultimate math engine unifying SymPy, NumPy & Matplotlib in one powerful server. Perfect for developers & researchers needing symbolic algebra, numerical computing, and data visualization.
laszlopere/mcp-gnu-units
Unit conversion and dimensional analysis backed by the bundled GNU units database (3000+ units, compound expressions, reduction to SI base units). Offline and deterministic. `uvx mcp-gnu-units`.
bradleylab/stella-mcp
Create, read, validate, and save Stella system dynamics models (.stmx files in XMILE format) for scientific simulation and modeling.
growthbook/growthbook-mcp
OfficialποΈ π π πͺ π§ π β Tools for creating and interacting with GrowthBook feature flags and experiments.