Menu

Lemon Domains MCP server

Connect your domain portfolio to any AI client that speaks the Model Context Protocol. Ask your assistant to list, search, add, update, and organize domains in plain language.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools. The Lemon Domains MCP server exposes your portfolio as 21 typed tools, so a connected assistant can answer questions about your domains and make changes for you, without screen-scraping or copy-paste.

At a glance

Endpoint
https://mcp.lemon.domains/mcp
Transport
Streamable HTTP
Auth
OAuth or Bearer token

It is a remote server, so there is nothing to install. You point your client at the URL and authenticate. The same connection works from any machine and any client.

The connection, in one line

For a client that takes a header (Claude Code, Cursor, …):

terminal
claude mcp add lemon-domains --transport http \
  --header "Authorization: Bearer YOUR_TOKEN" \
  https://mcp.lemon.domains/mcp

For Claude.ai, Claude Desktop, or ChatGPT, add it as a custom connector and sign in. No token to copy. See Connect a client for every option.

Hand these docs to your AI

These docs are written to be machine-readable. Give your assistant the link below and ask it to set up the connection for you:

prompt
Read https://docs.lemon.domains/llms.txt and add the
Lemon Domains MCP server to my client.