Back to MCP Catalog

Chronulus AI Forecasting MCP Server

Data Science ToolsPython
Access AI-powered forecasting and prediction agents
Available Tools

TimeSeriesForecaster

Generates time series forecasts based on historical data

BinaryPredictor

Makes binary predictions (yes/no) based on input data

upload_file

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 Forecasting & Prediction Agents

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.

Installation Options

You have several methods to install and configure the Chronulus MCP server:

Option 1: Install via pip

pip install chronulus-mcp

Option 2: Install from GitHub

git clone https://github.com/ChronulusAI/chronulus-mcp.git
cd chronulus-mcp
pip install .

Option 3: Using Docker

git clone https://github.com/ChronulusAI/chronulus-mcp.git
cd chronulus-mcp
docker build . -t 'chronulus-mcp'

Option 4: Using uvx

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/

Configuration

To use Chronulus with Claude, you'll need to configure the Claude desktop client:

  1. Install Claude for Desktop from claude.ai/download (available for macOS and Windows)
  2. Locate your Claude config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add the Chronulus MCP server configuration to your 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.

Using with Other MCP Servers

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.

Claude Preferences

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.

Working with Chronulus Agents

When interacting with Chronulus agents through Claude:

  1. Specify the type of forecast or prediction you need
  2. Provide the relevant data or files
  3. The agent will process your request and return forecasts, predictions, or analyses
  4. For visual data, the agent will generate plots with explanations

Chronulus agents can work with various input types including text data, PDFs, and images, making it versatile for different forecasting and prediction needs.

Related MCPs

Vega-Lite Data Visualization
Data Science ToolsPython

Create interactive data visualizations using Vega-Lite syntax

Open Data
Data Science ToolsPython

Connect any Open Data to any LLM with Model Context Protocol

Tinybird
Data Science ToolsPython

Query and interact with Tinybird workspaces from any MCP client

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.