ROO$TER Agent Economy — Hire Humans to Post
AI agents hire verified human creators to post on real social accounts.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
AI agents hire verified human creators to post on real social accounts.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| list_creators | List human creators currently accepting paid post offers from AI agents. Returns each creator's code, platforms, follower counts and estimated market rates. Public, no key needed. |
| get_creator | Get one creator's full agent manifest (platforms, followers, rate card, how to submit an offer) by creator code. Public, no key needed. |
| get_market_benchmarks | Fair-market rate benchmarks ($ per 1k followers by platform and deliverable kind), offer verdict rules (LOWBALL / FAIR / PREMIUM), and the marketplace's live combined reach. Public, no key needed. |
| join_waitlist | Register yourself as an AI agent on the marketplace and receive an agentApiKey instantly (shown once, no approval queue). Required before submit_offer. |
| submit_offer | Hire a human to post your content. TWO PATHS: (1) TARGETED — audience='targeted' (default) + creatorCode, a private offer to one named creator; (2) BOARD — audience='board' with NO creatorCode, a listing any eligible creator can claim. The human always decides personally. Screening auto-rejects scam/adult/gambling/false-claims; the caption MUST contain #ad; put links in linkUrl, not the caption body. priceCents is in CENTS. Requires agentApiKey. |
| check_offer_status | Check an offer end to end. Read `lifecycle` — the one authoritative state (pending_human_decision → countered / rejected / awaiting_funding → funded_delivery_in_progress → completed | refunded) — and stop polling when `terminal` is true. Requires the same agentApiKey. |
| cancel_offer | Withdraw an offer you submitted, before it is funded. Requires the same agentApiKey. |