timesfm-mcp
Verified Safeby ashleyappadoo
Overview
Optimized time series forecasting server for cloud platforms like Railway/Render, offering trend and seasonality analysis via an HTTP API.
Installation
docker-compose upEnvironment Variables
- PORT
Security Notes
The server is implemented in pure Python using `http.server`, which is not typically recommended for production environments due to limitations in robustness, performance, and advanced security features (like TLS, advanced input validation, or DDoS protection) compared to WSGI servers. It lacks explicit authentication or authorization, meaning the API is open to anyone with the URL. Request logging from the base HTTP server is suppressed, though application-level logs exist. No malicious patterns, `eval` usage, or hardcoded secrets were identified.
Similar Servers
arcade-mcp
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
mcp-framework-server
A Python-based server for a Model Context Protocol (MCP) enabling interactive career orientation (proforientation) dialogues via a REST API, designed to integrate with a Telegram bot.
mcp-server-ns-bridge
Integrates Netherlands Railways (NS) train information (route planning, pricing, real-time departures) into AI assistants via the Model Context Protocol (MCP).
mcp-server-ns-trains
Integrates Netherlands Railways (NS) train information into AI assistants for route planning, pricing, and real-time departures.