Menu

Quickstart

From zero to talking to your portfolio in about a minute.

1. Generate a token

Open the MCP page in your Lemon Domains account, click New token, name it, and copy the value. You will only see it once.

Using Claude.ai, Claude Desktop, or ChatGPT instead? Skip this. Those connect with a one-click sign-in and need no token. Jump to Connect a client.

2. Add the server to your client

Claude Code, for example:

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

Every other client (Cursor, Windsurf, ChatGPT, …) is covered on Connect a client.

3. Ask

Start a conversation and try:

prompt
What domains do I have expiring in the next 30 days?

Your assistant will call domains_expiring_soon and answer from your live portfolio. See the full tool reference for everything it can do.