Skip to main content
Glama

Chronulus MCP Server

Official
pyproject.toml1.33 kB
[project] name = "chronulus-mcp" version = "0.0.3" description = "An MCP Server for Chronulus AI Forecasting and Prediction Agents" readme = "README.md" authors = [ { name = "Chronulus AI", email = "jeremy@chronulus.com" }, ] requires-python = ">=3.10" keywords = ["forecasting", "prediction", "timeseries", "mcp", "llm", "agents"] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", ] dependencies = [ "mcp[cli]>=1.3.0", "chronulus>=0.0.11", "chronulus-core>=0.0.19", "pandas", "requests", ] [dependency-groups] dev = [ "mcp[cli]>=1.3.0", "twine>=6.1.0", ] [tool.setuptools] package-dir = { "" = "src" } packages = { find = { where = ["src"] } } include-package-data = false [tool.setuptools.package-data] "chronulus_mcp" = ["_assets/react/*.jsx", "_assets/html/*.html"] [tool.ruff] line-length = 150 target-version = "py310" select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "B", # flake8-bugbear ] ignore = [] [project.scripts] chronulus-mcp = "chronulus_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

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/ChronulusAI/chronulus-mcp'

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