Listadum MCP integration

Last updated on

The Listadum MCP integration connects Listadum to MCP-compatible assistants, so you can ask questions about your Etsy shop data and run Listadum workflows from the tools where you already work.

Requirements

  • A paid Listadum plan (Starter, Growth, or Max).

  • API access enabled: the add-on on Starter or Growth, or included with Max.

  • An Etsy shop connected to Listadum.

  • An MCP-compatible client that supports remote MCP servers.

Server URL

Whenever your MCP client asks for the server URL, use:

https://mcp.listadum.com

If your client asks for a server name, use Listadum.

Installation

ChatGPT

  1. Open ChatGPT settings and go to Apps.

  2. Open Advanced settings and enable Developer mode.

  3. Click Create app.

  4. Enter Listadum as the app name and set the MCP URL to https://mcp.listadum.com.

  5. Complete the Listadum authorization flow when prompted.

  6. Use the app in a chat that supports apps and MCP tools.

A Listadum app for the ChatGPT App Store is coming soon. Until then, use Developer mode to add the integration manually. If ChatGPT is in Instant mode, it may skip MCP tool calls even when the app is enabled; switching the chat to Thinking mode often helps.

Claude.ai and Claude Desktop

  1. Open Claude settings and go to Connectors.

  2. Add a custom connector.

  3. Use Listadum as the name and https://mcp.listadum.com as the remote MCP server URL.

  4. Complete the Listadum authorization flow when prompted.

  5. Start a new conversation and choose Listadum tools when Claude asks which tools it can use.

Claude Code

Add the remote server from your terminal:

claude mcp add --transport http listadum https://mcp.listadum.com

Then run /mcp in Claude Code if it needs you to authenticate.

Other MCP clients

Use the remote HTTP MCP server type and set the URL to https://mcp.listadum.com. If your client uses a JSON configuration, start with:

{
  "mcpServers": {
    "listadum": {
      "type": "http",
      "url": "https://mcp.listadum.com"
    }
  }
}

Verify your connection

After setup, ask your assistant a simple Listadum question to confirm it can see the MCP tools:

  • "What Listadum tools can you use?"

  • "Summarize my connected Etsy shop in Listadum."

  • "Which listing issues should I fix first?"

Your assistant may ask for permission before using Listadum tools. Review the request before approving it.

Access and rate limits

MCP access is available on any paid plan with API access: the add-on on Starter or Growth, or included by default on Max. If setup fails during authorization, check that API access is active for the account you're using. The MCP integration shares the same rate limits as the Listadum API, so if your assistant hits a limit, wait before trying again and avoid asking it to repeat the same large operation in a loop.

Troubleshooting

  • If the client can't reach the server, verify the URL is exactly https://mcp.listadum.com.

  • If authorization fails, make sure you're signed in with the Listadum account that has API access.

  • If tools don't appear, reload the MCP integration or restart the client.

  • If you hit rate limits, wait and retry later. MCP usage shares the same limits as the API.

To stop using Listadum in an MCP client, remove the Listadum integration from that client's MCP settings.

MCP access uses the same API add-on as the Listadum API. For API key guidance and general API usage, see the Listadum API article.


Requires a paid plan (Starter, Growth, or Max) with API access. Included on Max.