IONOS CLOUD MCP Server
@ionos-cloud
关于 IONOS CLOUD MCP Server
Inspect and manage IONOS CLOUD infrastructure via MCP
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ionoscloud": {
"command": "/path/to/ionoscloud-mcp",
"env": {
"IONOS_TOKEN": "your-api-token",
"IONOS_S3_ACCESS_KEY": "your-s3-access-key",
"IONOS_S3_SECRET_KEY": "your-s3-secret-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is IONOS CLOUD MCP Server?
A read-only Model Context Protocol (MCP) server that connects your IONOS CLOUD account to any MCP‑compatible AI assistant or agent. It provides 112 tools across six IONOS CLOUD products for listing, inspecting, and auditing infrastructure through natural‑language prompts or programmatic loops. Built and maintained by the IONOS Cloud team, it runs as a local binary, in a CI runner, or inside a container.
How to use IONOS CLOUD MCP Server?
Install via Homebrew (brew install ionos-cloud/ionos-cloud/ionoscloud-mcp), Docker, pre‑built binary, go install, or from source. Set the IONOS_TOKEN environment variable (and optionally IONOS_S3_ACCESS_KEY and IONOS_S3_SECRET_KEY for Object Storage). Add the server to your MCP client’s config JSON, then ask natural‑language questions about your infrastructure.
Key features of IONOS CLOUD MCP Server
- Read‑only by design – never creates, modifies, or deletes resources
- 112 tools across Compute Engine, Kubernetes, Object Storage, DNS, Billing, Certificate Manager, and Activity Log
- Local binary with direct IONOS API calls – no third‑party AI in the data path
- Offers an EU‑sovereign option when paired with IONOS CLOUD AI Model Hub
- Open source under Apache 2.0 license
- Supports both eager and lazy tool loading modes
Use cases of IONOS CLOUD MCP Server
- Audit top cost‑inducing resources and get cost‑efficiency tips
- Perform a security sweep of Object Storage buckets for public access
- Investigate failed API requests grouped by user across the last 30 days
- Find unattached volumes, unused IP blocks, and stopped servers across data centers
- Check certificate expiry and DNS zone DNSSEC status
FAQ from IONOS CLOUD MCP Server
Is the server really read‑only?
Yes. Every tool is an inspection operation (list_*, get_*, head_*) and cannot create, modify, or delete any resource. This makes it safe for production accounts and unattended agent loops.
What are the runtime requirements?
The server runs as a Go binary (Go 1.25+ for builds) and is available as OCI images for linux/amd64 and linux/arm64. It requires an IONOS CLOUD account and an API token.
How does tool loading work?
By default all tools register at startup (“eager” mode). Setting IONOS_MCP_LOAD_MODE=lazy registers Compute and Object Storage tools only on demand via two sentinel tools, which is useful for clients like Windsurf that have tool‑count limits.
Where can I find full documentation and per‑client setup guides?
Complete documentation, including per‑client setup guides, FAQ, and tutorials, is available at docs.ionos.com/cloud/ai/mcp-server.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论