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.

There are typically two ways to connect an MCP Client to an MCP Server: Oauth 2.0 or Bearer Token/API Key.  Our MCP Server does not support OAuth 2.0 connections at it uses the same API key functionality that our API uses for a streamlined experience.

To connect your MCP client with your API key, read here.

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.