Generates time series forecasts based on historical data
Makes binary predictions (yes/no) based on input data
Uploads files for analysis by Chronulus agents
Chronulus AI provides specialized forecasting and prediction agents that can be accessed through Claude. These agents help analyze data, generate forecasts, and make predictions based on various inputs including text, PDFs, and images. With Chronulus, you can leverage advanced AI forecasting capabilities directly within your Claude conversations.
Chronulus AI provides specialized forecasting and prediction agents that can be accessed through Claude. This MCP server allows you to interact with Chronulus' AI agents to generate forecasts, analyze trends, and make predictions based on your data.
You have several methods to install and configure the Chronulus MCP server:
pip install chronulus-mcp
git clone https://github.com/ChronulusAI/chronulus-mcp.git
cd chronulus-mcp
pip install .
git clone https://github.com/ChronulusAI/chronulus-mcp.git
cd chronulus-mcp
docker build . -t 'chronulus-mcp'
This will pull the latest version from PyPI, install it, and run it:
# First install uv if you don't have it
# https://docs.astral.sh/uv/getting-started/installation/
To use Chronulus with Claude, you'll need to configure the Claude desktop client:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
You'll need a Chronulus API key to use the service. Replace <YOUR_CHRONULUS_API_KEY>
with your actual API key in the configuration.
Chronulus works well alongside other MCP servers like filesystem and fetch. You can configure multiple servers in your Claude configuration file to enable a more comprehensive set of capabilities.
To optimize your experience with Chronulus, it's recommended to add specific preferences to your Claude settings. You can update these preferences either through Claude Desktop (Settings → General → Claude Settings → Profile tab) or from claude.ai/settings.
Recommended preferences for Chronulus:
### Chronulus Agents - Tool Instructions
- When using Chronulus, prefer to use input field types like TextFromFile, PdfFromFile, and ImageFromFile over scanning the files directly.
- When plotting forecasts from Chronulus, always include the Chronulus-provided forecast explanation below the plot and label it as Chronulus Explanation.
When interacting with Chronulus agents through Claude:
Chronulus agents can work with various input types including text data, PDFs, and images, making it versatile for different forecasting and prediction needs.