ClearList
clearlist.me
· ClearList
AI resale manager. Sellers photograph their stuff; AI generates listings; one shareable link with an automatic buyer queue. ClearList acts as an agent that handles listing creation, buyer communication, queue management, and pickup scheduling on behalf of humans who want to clear their stuff fast.
clearlist.me via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 48/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-30 00:15:03 current | 1860a99b420a… |
view → |
Endpoints
| Agent card | https://clearlist.me/.well-known/agent-card.json |
| Provider | https://clearlist.me |
| Docs | https://clearlist.me/docs/api |
Skills · 3 declared · mapped to canonical taxonomy
End-to-end flow for creating a ClearList sale: onboard, upload photos, generate AI listings, publish a shareable sale page.
View the buyer queue, communicate with buyers, and confirm pickups. The seller’s address is never available to agents — only the signed-in seller can share it, …
Upload up to 50 photos at once. AI groups photos by item (handling multiple angles per item) and generates a complete listing for each. Designed for sellers cle…
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/clearlist.me) [](https://agenstry.com/agents/clearlist.me) [](https://agenstry.com/agents/clearlist.me) [](https://agenstry.com/agents/clearlist.me)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.2.0",
"name": "ClearList",
"description": "AI resale manager. Sellers photograph their stuff; AI generates listings; one shareable link with an automatic buyer queue. ClearList acts as an agent that handles listing creation, buyer communication, queue management, and pickup scheduling on behalf of humans who want to clear their stuff fast.",
"version": "0.3.0",
"url": "https://clearlist.me/api",
"documentationUrl": "https://clearlist.me/docs/api",
"provider": {
"organization": "ClearList",
"url": "https://clearlist.me"
},
"supportedInterfaces": [
{
"url": "https://clearlist.me/api",
"transport": "https",
"description": "Direct HTTPS API. Authenticate via X-ClearList-API-Key header. Same endpoints the MCP server wraps. See /.well-known/api-catalog for the full route inventory."
}
],
"defaultInputModes": [
"application/json",
"image/jpeg",
"image/png",
"image/webp"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"x-tool-count": 19,
"x-supports-bulk-upload": true,
"x-supports-async-jobs": true
},
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-ClearList-API-Key",
"description": "API key acquired via the email-OTP flow. POST /api/auth/send-code, then POST /api/auth/verify-code with { email, code, agent: true }. See /.well-known/oauth-authorization-server for the full flow."
}
},
"security": [
{
"apiKey": []
}
],
"skills": [
{
"id": "create-and-publish-sale",
"name": "Create and publish a sale",
"description": "End-to-end flow for creating a ClearList sale: onboard, upload photos, generate AI listings, publish a shareable sale page.",
"tags": [
"onboarding",
"listings",
"ai-generation",
"publishing"
],
"examples": [
"Create a sale for John with 5 items: a sofa, a desk, two chairs, and a lamp.",
"Onboard sarah@example.com, list these 12 photos, publish at clearlist.me/sarahs-sale."
],
"skillDocumentUrl": "https://clearlist.me/.well-known/agent-skills/create-and-publish-sale/SKILL.md",
"inputModes": [
"application/json",
"image/jpeg",
"image/png"
],
"outputModes": [
"application/json"
]
},
{
"id": "manage-reservations",
"name": "Manage buyer reservations and conversations",
"description": "View the buyer queue, communicate with buyers, and confirm pickups. The seller\u2019s address is never available to agents \u2014 only the signed-in seller can share it, from the ClearList inbox.",
"tags": [
"inbox",
"reservations",
"queue",
"pickup",
"privacy"
],
"examples": [
"Show me who's in the queue for the sofa.",
"Reply to the first buyer asking what time they want to pick up.",
"Tell buyer #2 the sofa is ready and ask what time works for pickup tomorrow."
],
"skillDocumentUrl": "https://clearlist.me/.well-known/agent-skills/manage-reservations/SKILL.md",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "bulk-upload",
"name": "Bulk-upload photos and generate listings",
"description": "Upload up to 50 photos at once. AI groups photos by item (handling multiple angles per item) and generates a complete listing for each. Designed for sellers clearing a whole garage or moving an entire household.",
"tags": [
"bulk",
"listings",
"ai-generation",
"photo-grouping"
],
"examples": [
"Here are 30 photos from my garage. Generate listings for everything.",
"Process this batch of moving-sale photos and group them into items."
],
"skillDocumentUrl": "https://clearlist.me/.well-known/agent-skills/bulk-upload/SKILL.md",
"inputModes": [
"image/jpeg",
"image/png",
"image/webp"
],
"outputModes": [
"application/json"
]
}
],
"x-related-endpoints": {
"mcp_server_card": "https://clearlist.me/.well-known/mcp/server-card.json",
"api_catalog": "https://clearlist.me/.well-known/api-catalog",
"agent_skills_index": "https://clearlist.me/.well-known/agent-skills/index.json",
"oauth_authorization_server": "https://clearlist.me/.well-known/oauth-authorization-server",
"oauth_protected_resource_root": "https://clearlist.me/.well-known/oauth-protected-resource",
"oauth_protected_resource_api": "https://clearlist.me/.well-known/oauth-protected-resource/api",
"health": "https://clearlist.me/api/status"
}
}