timeseries-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMESERIES_MCP_DATA_ROOT | No | Root 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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| analyze_series | Guided end-to-end analysis workflow for a loaded series. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| catalog_resource | Markdown table of every loaded series. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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