Skip to main content
Glama
Cuneiform-LLC

ClearList MCP Server

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.

Related MCP server: listbee-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.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage consignment and retail business operations through the ConsignCloud API, including inventory management, sales tracking, vendor accounts, and analytics.
    26
    1
    GPL 3.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to create and manage sellable listings, handle orders, and integrate Stripe payments through natural language using ListBee's API.
    2
    58
    Apache 2.0
  • A
    license
    C
    quality
    A
    maintenance
    Provides AI assistants with comprehensive access to eBay's Sell APIs, including 325 tools for inventory management, order fulfillment, marketing campaigns, analytics, and more.
    100
    333
    125
    MIT

View all related MCP servers

Related MCP Connectors

  • Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

  • Stripe-native marketplace where AI agents discover and pay per call for API services.

  • AI-agent commerce: find products, mint tracking links, publish posts, earn commission.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cuneiform-LLC/clearlist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server