Help

Connecting to the 101domain MCP Server

The 101domain MCP (Model Context Protocol) Server allows you to securely bridge your domain portfolio with AI agents and automation platforms. Follow the steps below to establish a connection between your 101domain account and your preferred MCP client (such as Claude Desktop, Cursor, or n8n).

Before connecting, ensure you have:

  1. Generated an API Key: Follow these instructions to create your credentials.

  2. Configured Scopes: Assign specific API Key Scopes to limit what your AI application can access.

Setup Instructions

  1. Go to your AI application to connect the 101domain MCP Server as an MCP Client.

  2. Our MCP Server provides an HTTPS connection using Bearer Authentication with your API Key.


Your MCP Client connection typically requires the following settings for a secure HTTPS connection using a Bearer Auth API Key:

Configuration Field

Description

Value

MCP Server URL

The full HTTPS endpoint for the 101domain MCP Server.

https://mcp.101domain.com/

Authentication Type

Select authentication Type.

Bearer Token

API Key (Token)

The 101domain API Key is inserted as the Bearer Token value. The underlying AI platform or automation tool should automatically format this as the header in all requests.

Authorization: Bearer [Your_API_Key]

Next Step: Once your connection is established, explore the available functions in the 101domain MCP Server Tools catalog.