infomaniak_mcp
Verified Safeby daniviber
Overview
Enables AI assistants to manage Infomaniak cloud services including domains, email, web hosting, and kDrive via the Model Context Protocol.
Installation
INFOMANIAK_API_TOKEN=your-api-token-here npx infomaniak-mcp-serverEnvironment Variables
- INFOMANIAK_API_TOKEN
- MCP_TRANSPORT
- MCP_PORT
- MCP_STATELESS
Security Notes
The server reads the Infomaniak API token from environment variables, preventing hardcoded secrets. Input validation for tool calls is performed using Zod schemas. No 'eval' or code obfuscation detected. The HTTP transport defaults to a permissive CORS origin ('*'), which is a security consideration if deployed publicly without explicit configuration of `corsOrigins`. The `infomaniak_api_call` tool allows arbitrary API endpoints, requiring users to carefully manage the provided API token's scopes to prevent unintended actions.
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.
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.