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
The Terraform MCP Server integrates with Terraform Registry APIs and HCP Terraform/Terraform Enterprise to provide advanced automation and interaction capabilities for Infrastructure as Code (IaC) development with AI assistants.
fsi-mcp-server
Provides Model Context Protocol (MCP) capabilities to F# Interactive sessions for AI-assisted development workflows.
chronosphere-mcp
This server provides Chronosphere's observability data (metrics, logs, traces, events) and configuration as tools to AI applications, enabling AI to query and manage the Chronosphere platform.
raycast-mcp-server
Automate Raycast operations, system functions, and integrate various third-party services like GitHub, Notion, and Slack via a Model Context Protocol server.