ClearList MCP server and public developer surface. The AI agent interface to ClearList, an AI resale
ClearList MCP server and public developer surface. The AI agent interface to ClearList, an AI resale manager (clearlist.me)
·
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.
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.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-mcpThat 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 buildThen 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.
Agents can discover ClearList directly from the site, no clone required:
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
Built by Cuneiform LLC. Product: https://clearlist.me
MIT — see LICENSE.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/clearlist-mcp to learn what the "Clearlist Mcp" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx skills add Cuneiform-LLC/clearlist-mcpThis server runs locally, so we can't read its tool list over the web yet.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP Toolbox for Databases is an open source MCP server for databases.
Model Context Protocol (MCP) server for Kubernetes and OpenShift
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "clearlist-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Developer Tools
MCP Toolbox for Databases is an open source MCP server for databases.
Databases
Model Context Protocol (MCP) server for Kubernetes and OpenShift
Developer Tools
One email a week. New agents, MCP servers and skills, and what is actually getting traction.