wallapop-cli
Command reference

mcp

Serve the read commands to an agent harness over MCP

wallapop mcp

Serve the read commands to an agent harness over MCP

wallapop mcp

Run a Model Context Protocol server on stdin/stdout.

Tools mirror the CLI: each one runs the command it is named after and returns the same JSON. Selling actions (reserve, sold, delete, create, edit) are not tools; they stay with the person at the terminal.

Tools: item_show, search, user_show, watch_check

wallapop mcp install claude-code
wallapop mcp install codex --profile work
wallapop mcp                       # usually started by the harness, not by hand

wallapop mcp install

Write the server entry into a harness's config, idempotently

wallapop mcp install claude-code|codex|cursor

Add this binary as an MCP server to an agent harness.

The entry points at the running executable, so a binary outside PATH still works. Other entries in the file are left alone, comments included, and a second run reports "unchanged".

Files written: ~/.claude.json (claude-code), ~/.codex/config.toml (codex), ~/.cursor/mcp.json (cursor).

On this page