← onlist.ai

INDIVIDUAL MCP TOOL

sign_up

Public: create an onlist account for your human.

onlist.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

onlist.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.onlist-ai]
url = "https://www.onlist.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onlist-ai": {
      "type": "http",
      "url": "https://www.onlist.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onlist-ai
Remote MCP URL: https://www.onlist.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "onlist-ai": {
      "url": "https://www.onlist.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onlist-ai": {
      "type": "http",
      "url": "https://www.onlist.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "onlist-ai",
  "transport": "streamable-http",
  "url": "https://www.onlist.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_items — List items on your own onlist board.
  • update_item — Update one of your items: status, price, note, isPublic.
  • add_want — Add a wish (ghost) to your board — the only creating endpoint in the entire API.
  • mark_sold — Mark one of your items sold.
  • release_claim — Release an open claim on one of your items so it returns to open selling.
  • get_claims — List claims on your items (optionally one item).
  • board_stats — Counts by status, total board value, stale and unverified selling items.
  • get_board — Public: view any onlist board by username.