Back to Browse

Clearlist MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups.

About

AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups.

Remote endpoints: streamable-http: https://clearlist.me/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

ClearList API key (cl_<64-hex>). Optional — if omitted, an agent can acquire one at runtime via the email-verification onboarding tools.Required

Environment variable: CLEARLIST_API_KEY

Base URL of the ClearList API. Defaults to https://clearlist.me.Optional

Environment variable: CLEARLIST_API_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

ClearList — Developer & Agent Surface

ClearList is an AI resale manager: photograph your stuff, AI writes complete priced listings in about 30 seconds, and one shareable link runs an automatic buyer queue. Built for movers, downsizers, estate sales, and anyone clearing out more than a few things.

This repository is the public developer surface for ClearList — the Model Context Protocol (MCP) server and the documentation AI agents need to use ClearList programmatically. Every action a seller can take in the web UI is available here through the API and MCP server.

What's here

  • mcp-server/ — the ClearList MCP server. Any MCP-compatible agent (Claude, ChatGPT, Gemini, Manus, custom agents) can onboard a seller, create listings, publish a sale page, and manage buyers. See its README for full setup.
  • skills/clearlist/ — an Agent Skill that teaches an agent how to run a sale end to end with the MCP server above, including the one thing it must never do. Install with npx skills add Cuneiform-LLC/clearlist-mcp.

Quick start

The fastest path is the Agent Skill. One command, no clone, no build, and it works across Claude Code, Codex, Gemini CLI, Copilot, Antigravity, and a dozen other hosts:

npx skills add Cuneiform-LLC/clearlist-mcp

That installs the clearlist skill, which teaches your agent the whole flow: no-browser account setup, bulk photo intake, publishing, the buyer queue, and the one capability it must never reach for. It also tells the agent to configure the MCP server below, so this is the only step most people need.

If you would rather run the server from source:

git clone https://github.com/Cuneiform-LLC/clearlist-mcp
cd clearlist-mcp/mcp-server
npm install
npm run build

Then point your agent at mcp-server/dist/index.js with CLEARLIST_API_URL=https://clearlist.me. The no-account "Grandma Flow" (the agent creates the account through conversation) and returning-user setup are both documented in the mcp-server README.

Live discovery documents

Agents can discover ClearList directly from the site, no clone required:

Authentication

Agents authenticate with an API key (X-ClearList-API-Key: cl_<64-hex>) obtained through an email one-time-code flow — no OAuth redirect, no password. Details: https://clearlist.me/auth.md

About

Built by Cuneiform LLC. Product: https://clearlist.me

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!