faim-mcp
Verified Safeby S-FM
Overview
Integrates FAIM time series forecasting SDK with any Model Context Protocol (MCP)-compatible AI assistant, enabling AI-powered forecasting capabilities for models like Chronos2 and TiRex.
Installation
npx -y @faim-group/mcpEnvironment Variables
- FAIM_API_KEY
- NODE_ENV
- FAIM_API_BASE_URL
Security Notes
The server correctly retrieves the FAIM API key from environment variables, preventing hardcoding. It uses JSON.parse which is generally safe for deserializing JSON strings. There are no direct uses of `eval` or obvious code obfuscation. Network communication is with the FAIM API, which implies reliance on the security of that external service. All errors are handled gracefully and transformed, preventing internal details from leaking.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
fsi-mcp-server
Provides a Model Context Protocol (MCP) server wrapper for F# Interactive (FSI) to enable AI-assisted development workflows with programmatic access to FSI sessions.
chronosphere-mcp
The Chronosphere MCP server acts as an intermediary, exposing Chronosphere monitoring data (logs, metrics, traces, events) and configuration as tools for AI applications and agents.
raycast-mcp-server
Facilitates advanced Raycast workflow automation and integration with AI assistants on macOS by exposing Raycast and system functionalities as tools.