frank-blueview-ai
MCP Serverfrank-blueview-aipublic

ionos mcp

MCP server for interacting with IONOS APIs (DNS, Domains, SSL)

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
MIT License
License

About This Server

MCP server for interacting with IONOS APIs (DNS, Domains, SSL)

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

IONOS MCP Server

This is a Model Context Protocol (MCP) server that provides tools for interacting with IONOS APIs. It allows you to manage DNS zones, domains, and SSL certificates through simple commands.

Features

The server provides tools for interacting with three main IONOS APIs:

DNS API

  • List all DNS zones
  • Get details of a specific zone
  • Update a zone with new records

Domains API

  • List all domains
  • Get details of a specific domain

SSL API

  • List all SSL certificates
  • Get details of a specific certificate
  • Create a new SSL certificate
  • Unassign a certificate

Prerequisites

  • Node.js (v16 or higher)
  • An IONOS account with API access enabled
  • An IONOS API key

Installation

  1. Clone this repository:
git clone https://github.com/Blue-View-Ai/ionos-mcp.git
cd ionos-mcp
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

To use this MCP server, you need to add it to your MCP settings configuration file. The location of this file depends on your environment:

  • For VSCode: ~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • For Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json

Add the following configuration to the mcpServers object in the settings file:

{
  "mcpServers": {
    "ionos": {
      "command": "node",
      "args": ["./build/index.js"],
      "env": {
        "IONOS_API_KEY": "your-ionos-api-key"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Replace your-ionos-api-key with your IONOS API key.

Getting an IONOS API Key

To use the IONOS APIs, you need to:

  1. Sign up for API access on your IONOS account
  2. Create an API key through the IONOS developer portal
  3. Store the key securely in your MCP settings configuration

The API key format is publicprefix.secret and should be treated as sensitive credentials (like passwords).

Usage

Once the MCP server is configured, you can use the following tools:

DNS API Tools

  • list_dns_zones: List all DNS zones
  • get_dns_zone: Get details of a specific zone
  • update_dns_zone: Update a zone with new records

Domains API Tools

  • list_domains: List all domains
  • get_domain_details: Get details of a specific domain

SSL API Tools

  • list_certificates: List all SSL certificates
  • get_certificate_details: Get details of a specific certificate
  • create_certificate: Create a new SSL certificate
  • delete_certificate: Unassign a certificate

Rate Limits

IONOS APIs have a rate limit of 1200 requests per hour per API key. The server handles rate limiting errors and will return appropriate error messages if the rate limit is exceeded.

License

MIT

Quick Start

1

Clone the repository

git clone https://github.com/frank-blueview-ai/ionos-mcp
2

Install dependencies

cd ionos-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerfrank-blueview-ai
Repoionos-mcp
LanguageJavaScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation