Skip to main content
ClaudeWave

ClearList MCP server + public developer surface — AI agent interface to the ClearList moving sale platform (clearlist.me)

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Cuneiform-LLC/clearlist-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "clearlist-mcp": {
      "command": "node",
      "args": ["/path/to/clearlist-mcp/dist/index.js"],
      "env": {
        "CLEARLIST_API_URL": "<clearlist_api_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Cuneiform-LLC/clearlist-mcp and follow its README for install instructions.
Detected environment variables
CLEARLIST_API_URL
Casos de uso

Resumen de MCP Servers

# ClearList — Developer & Agent Surface

[ClearList](https://clearlist.me) 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/`](./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](./mcp-server/README.md) for full setup.

## Quick start

```bash
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](./mcp-server/README.md).

## Live discovery documents

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

- Developer page: https://clearlist.me/developers
- API documentation: https://clearlist.me/docs/api
- OpenAPI 3.1 spec: https://clearlist.me/.well-known/openapi.json
- MCP server card (SEP-1649): https://clearlist.me/.well-known/mcp/server-card.json
- Agent card (A2A): https://clearlist.me/.well-known/agent-card.json
- Agent skills index: https://clearlist.me/.well-known/agent-skills/index.json
- API catalog (RFC 9727): https://clearlist.me/.well-known/api-catalog
- Authentication guide: https://clearlist.me/auth.md
- llms.txt: https://clearlist.me/llms.txt

## 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](https://github.com/Cuneiform-LLC). Product: https://clearlist.me

## License

MIT — see [LICENSE](./LICENSE).

Lo que la gente pregunta sobre clearlist-mcp

¿Qué es Cuneiform-LLC/clearlist-mcp?

+

Cuneiform-LLC/clearlist-mcp es mcp servers para el ecosistema de Claude AI. ClearList MCP server + public developer surface — AI agent interface to the ClearList moving sale platform (clearlist.me) Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala clearlist-mcp?

+

Puedes instalar clearlist-mcp clonando el repositorio (https://github.com/Cuneiform-LLC/clearlist-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Cuneiform-LLC/clearlist-mcp?

+

Cuneiform-LLC/clearlist-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Cuneiform-LLC/clearlist-mcp?

+

Cuneiform-LLC/clearlist-mcp es mantenido por Cuneiform-LLC. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a clearlist-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega clearlist-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Cuneiform-LLC/clearlist-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cuneiform-llc-clearlist-mcp)](https://claudewave.com/repo/cuneiform-llc-clearlist-mcp)
<a href="https://claudewave.com/repo/cuneiform-llc-clearlist-mcp"><img src="https://claudewave.com/api/badge/cuneiform-llc-clearlist-mcp" alt="Featured on ClaudeWave: Cuneiform-LLC/clearlist-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a clearlist-mcp