🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@clearlist/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearlist/mcp-server - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+1
-1
dist/cli.js

@@ -18,3 +18,3 @@ #!/usr/bin/env node

const CONFIG_PATH = join(CONFIG_DIR, 'config.json');
const CLI_VERSION = '0.4.0';
const CLI_VERSION = '0.4.1';
function readConfig() {

@@ -21,0 +21,0 @@ try {

@@ -5,3 +5,3 @@ #!/usr/bin/env node

*
* AI agent interface to the ClearList moving sale platform.
* AI agent interface to ClearList, an AI resale manager.
*

@@ -8,0 +8,0 @@ * Any AI agent (ChatGPT, Gemini, Claude, Manus) can use this to manage

@@ -5,3 +5,3 @@ #!/usr/bin/env node

*
* AI agent interface to the ClearList moving sale platform.
* AI agent interface to ClearList, an AI resale manager.
*

@@ -8,0 +8,0 @@ * Any AI agent (ChatGPT, Gemini, Claude, Manus) can use this to manage

{
"name": "@clearlist/mcp-server",
"version": "0.4.0",
"version": "0.4.1",
"mcpName": "io.github.Cuneiform-LLC/clearlist",

@@ -21,3 +21,3 @@ "private": false,

"type": "git",
"url": "https://github.com/Cuneiform-LLC/clearlist-mcp.git",
"url": "git+https://github.com/Cuneiform-LLC/clearlist-mcp.git",
"directory": "mcp-server"

@@ -24,0 +24,0 @@ },

# ClearList MCP Server
AI agent interface to the ClearList moving sale platform. Any MCP-compatible agent (Claude, ChatGPT, Gemini, Manus, custom agents) can create listings, publish sale pages, and manage reservations — all through the same API routes the web UI uses.
AI agent interface to ClearList, an AI resale manager. Any MCP-compatible agent (Claude, ChatGPT, Gemini, Manus, custom agents) can create listings, publish sale pages, and manage reservations — all through the same API routes the web UI uses.

@@ -5,0 +5,0 @@ **Users never need to visit clearlist.me.** The agent handles account creation, photo processing, listing generation, and publishing entirely through conversation.

Sorry, the diff of this file is too big to display