Skip to main content
Glama
Lkhanaajav

timeseries-mcp

by Lkhanaajav

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMESERIES_MCP_DATA_ROOTNoRoot directory for loading CSV files. Paths are resolved against this directory and traversal outside is refused.the server's working directory

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
load_csvA

Load one column of a CSV as a time series and register it under a series_id.

load_valuesA

Register a series from inline values (small data; prefer load_csv for files).

load_sampleA

Load a bundled synthetic sample (seeded, reproducible) — useful for demos and evals.

list_seriesA

List every series currently loaded, with basic stats.

describeC

Distributional summary: quartiles, spread, skewness, kurtosis, missing count.

get_windowA

Fetch raw observations in a time window (evenly thinned if over the limit).

resampleB

Resample onto a regular grid; registers and returns a NEW derived series.

rolling_statsA

Rolling-window statistics with an evenly spaced preview per stat.

data_qualityC

Audit sampling gaps, duplicate timestamps, missing values, and regularity.

detect_anomaliesA

Flag anomalous observations; returns scored anomalies, strongest first.

detect_changepointsB

Detect level shifts (mean changes) via CUSUM binary segmentation.

decomposeC

Split the series into trend/seasonal/residual and quantify each component's strength.

stationarityC

Run ADF and KPSS together and give a combined stationarity verdict.

autocorrelationC

ACF/PACF with significance bounds; suggests a seasonal period when one stands out.

trend_testC

Estimate trend three ways: OLS, robust Theil-Sen, and the Mann-Kendall test.

compare_seriesC

Correlate two series on shared timestamps and find the lag of strongest coupling.

forecast_baselineB

Baseline forecast with 95% intervals and an honest holdout backtest.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_seriesGuided end-to-end analysis workflow for a loaded series.

Resources

Contextual data attached and managed by the client

NameDescription
catalog_resourceMarkdown table of every loaded series.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lkhanaajav/timeseries-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server