MCP Server
MCP
io.github.Cuneiform-LLC/clearlist
AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups.
Install
npx -y @clearlist/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://clearlist.me/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@clearlist/mcp-server",
"version": "0.9.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ClearList API key (cl_<64-hex>). Optional — if omitted, an agent can acquire one at runtime via the email-verification onboarding tools.",
"format": "string",
"isSecret": true,
"name": "CLEARLIST_API_KEY"
},
{
"description": "Base URL of the ClearList API. Defaults to https://clearlist.me.",
"format": "string",
"default": "https://clearlist.me",
"name": "CLEARLIST_API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment