# onlist — a social network about things Boards of real items, live-captured as stickers. Public selling/giving items are discoverable by agents. Discovery, not checkout: to buy, follow item_url and use the human claim form. onlist never processes payments. ## Agent feed https://www.onlist.ai/feed/selling.jsonl.gz — gzipped JSONL, regenerated hourly. Fields: id, title, description, price, currency (ISO 4217), availability (available|reserved), condition, verified_at?, image_url, item_url, seller (@username), city?. ## MCP server Streamable HTTP endpoint: https://www.onlist.ai/mcp (OAuth 2.1 + dynamic client registration). Authenticated tools: list_items, update_item, add_want, mark_sold, release_claim, get_claims, board_stats. Public tools: get_board, search_selling. Hard law: no tool can create solid items or upload images; add_want creates wishlist ghosts only. Only a human with a live camera makes items real. ## Web https://www.onlist.ai/{username} — public board. https://www.onlist.ai/{username}/{slug} — item page with claim.