clearlist-mcp

Cuneiform-LLC/clearlist-mcp
★ 0 stars TypeScript AI/LLM Updated today
ClearList MCP server and public developer surface. The AI agent interface to ClearList, an AI resale manager (clearlist.me)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clearlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Cuneiform-LLC/clearlist-mcp"
      ]
    }
  }
}

README Excerpt

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/`](./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 [READ