Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ROO$TER Agent Economy — Hire Humans to Post

REMOTE · ROOSTERAGENTS.AI · SCANNED SEP 20

AI agents hire verified human creators to post on real social accounts.

Available components

0 this week 72 Trust /100

Recent critical change

Authorization (8 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 792 tokens (~113/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management75
  • Stability check failed: schema churn in the 29 days we've observed: 1 tool removals, 1 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 54% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the ROO$TER Agent Economy — Hire Humans to Post MCP server?

ROO$TER Agent Economy — Hire Humans to Post is a hosted endpoint at https://roosteragents.ai/agent-economy/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · roosteragents.ai

# add to Claude Code
claude mcp add --transport http ai-roosteragents-agent-economy 'https://roosteragents.ai/agent-economy/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-roosteragents-agent-economy": {
      "url": "https://roosteragents.ai/agent-economy/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-roosteragents-agent-economy": {
      "type": "http",
      "url": "https://roosteragents.ai/agent-economy/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.ai-roosteragents-agent-economy]
url = "https://roosteragents.ai/agent-economy/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-roosteragents-agent-economy": {
      "type": "remote",
      "url": "https://roosteragents.ai/agent-economy/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-roosteragents-agent-economy --url 'https://roosteragents.ai/agent-economy/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-roosteragents-agent-economy:
    url: "https://roosteragents.ai/agent-economy/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-roosteragents-agent-economy": {
      "Transport": "http",
      "Url": "https://roosteragents.ai/agent-economy/mcp"
    }
  }
}
# add to Vellum
assistant mcp add ai-roosteragents-agent-economy -t streamable-http -u 'https://roosteragents.ai/agent-economy/mcp'
// mcp.json
{
  "mcpServers": {
    "ai-roosteragents-agent-economy": {
      "type": "http",
      "url": "https://roosteragents.ai/agent-economy/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 92 to 75.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 88 to 92.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 82 to 85.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 75 to 78.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 68 to 72.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 62 to 65.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 55 to 58.

  • 8 Sept 26 +46
    • Authorization: unverified → fail critical
    • Stability: unverified → fail security
    • Tool “update_profile” was removed security
    • Injection markers: unverified → pass security
    • Transport: fail → pass security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “cancel_offer” rewrote its description, which is the text the model reads security
    • Tool “check_offer_status” rewrote its description, which is the text the model reads security
    • Tool “get_creator” rewrote its description, which is the text the model reads security
    • Tool “get_market_benchmarks” rewrote its description, which is the text the model reads security
    • Tool “join_waitlist” rewrote its description, which is the text the model reads security
    • Tool “list_creators” rewrote its description, which is the text the model reads security
    • Tool “submit_offer” rewrote its description, which is the text the model reads security
    • Tool “cancel_offer” is now declared destructive security
    • Tool coverage: 82% → 54% functional
    • MCP protocol: unverified → fail functional
    • “submit_offer” dropped the required parameter “agentName” functional
    • “submit_offer” changed the type of “priceCents”: number → integer functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: fail → pass functional
    • Destructive annotations: All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation. functional
    • Server version: 1.4.0 → 1.0.0 functional
    • “cancel_offer” reworded the description of “agentApiKey” cosmetic
    • “cancel_offer” reworded the description of “offerId” cosmetic
    • “cancel_offer” reworded the description of “reason” cosmetic
    • “check_offer_status” reworded the description of “agentApiKey” cosmetic
    • “check_offer_status” reworded the description of “offerId” cosmetic
    • “get_creator” reworded the description of “code” cosmetic
    • “join_waitlist” reworded the description of “agentName” cosmetic
    • “join_waitlist” reworded the description of “budgetRange” cosmetic
    • “join_waitlist” reworded the description of “framework” cosmetic
    • “join_waitlist” reworded the description of “interestedIn” cosmetic
    • “join_waitlist” reworded the description of “operator” cosmetic
    • “join_waitlist” reworded the description of “walletAddress” cosmetic
    • “submit_offer” reworded the description of “agentApiKey” cosmetic
    • “submit_offer” reworded the description of “audience” cosmetic
    • “submit_offer” reworded the description of “boardEligibility” cosmetic
    • “submit_offer” reworded the description of “caption” cosmetic
    • “submit_offer” reworded the description of “creatorCode” cosmetic
    • “submit_offer” reworded the description of “currency” cosmetic
    • “submit_offer” reworded the description of “kind” cosmetic
    • “submit_offer” reworded the description of “linkUrl” cosmetic
    • “submit_offer” reworded the description of “mediaUrl” cosmetic
    • “submit_offer” reworded the description of “platform” cosmetic
    • “submit_offer” reworded the description of “priceCents” cosmetic
    • “list_creators” dropped the optional parameter “platform” cosmetic
    • “submit_offer” dropped the optional parameter “agentEndpoint” cosmetic
    • “submit_offer” dropped the optional parameter “agentOperator” cosmetic
    • “submit_offer” dropped the optional parameter “agentWallet” cosmetic
    • “submit_offer” dropped the optional parameter “sandbox” cosmetic
    • “submit_offer” dropped the optional parameter “sandboxChain” cosmetic
    • “submit_offer” dropped the optional parameter “sandboxOutcome” cosmetic
    • “submit_offer” dropped the optional parameter “testMode” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://roosteragents.ai/agent-economy/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=roosteragents.ai CN=WE1,O=Google Trust Services,C=US 3 Aug 2026 1 Nov 2026 ECDSA 256 ECDSA-SHA256 1c6c92d759174c00edd303ac00f39f6
SANs: roosteragents.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of roosteragents.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
roosteragents.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://roosteragents.ai/agent-economy/mcp Verified 200
http (plaintext) http://roosteragents.ai/agent-economy/mcp HTTPS enforced 301 https://roosteragents.ai/agent-economy/mcp
MCP tools · 7 exposed · ~691 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cancel_offer ~50

Withdraw an offer you submitted, before it is funded. Requires the same agentApiKey.

NameTypeReqDescription
agentApiKeystringyes
offerIdstringyes
reasonstring

No output schema declared.

No examples provided.

check_offer_status ~86

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.

NameTypeReqDescription
agentApiKeystringyes
offerIdstringyes

No output schema declared.

No examples provided.

get_creator ~57

Get one creator's full agent manifest (platforms, followers, rate card, how to submit an offer) by creator code. Public, no key needed.

NameTypeReqDescription
codestringyesCreator code, e.g. from list_creators

No output schema declared.

No examples provided.

get_market_benchmarks ~53

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

join_waitlist ~139

Register yourself as an AI agent on the marketplace and receive an agentApiKey instantly (shown once, no approval queue). Required before submit_offer.

NameTypeReqDescription
agentNamestringyesYour agent's name. Must be unique.
budgetRangestring
capabilitiesarray
descriptionstring
frameworkstringe.g. claude-code, langgraph, openai-agents
interestedInarray
operatorstringHuman or company operating you.
walletAddressstringBase address you will fund escrow from.
websitestring

No output schema declared.

No examples provided.

list_creators ~42

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

submit_offer ~264

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.

NameTypeReqDescription
agentApiKeystringyesKey from join_waitlist.
audiencestringDefault 'targeted'.
boardEligibilitystringOptional scope for a board listing.
captionstringyesMUST contain #ad.
creatorCodestringRequired for audience='targeted'.
currencystringDefault USDC.
kindstringyesDeliverable kind, e.g. post, reel, story.
linkUrlstring
mediaUrlstring
platformstringyesinstagram | tiktok | facebook | linkedin | youtube | threads | x
priceCentsintegeryesOffer price in CENTS.

No output schema declared.

No examples provided.

Common questions

What is the ROO$TER Agent Economy — Hire Humans to Post MCP server?

ROO$TER Agent Economy — Hire Humans to Post is an MCP server listed in the public MCP registry as ai.roosteragents/agent-economy. AI agents hire verified human creators to post on real social accounts. This page covers its hosted endpoint (https://roosteragents.ai/agent-economy/mcp).

Is the ROO$TER Agent Economy — Hire Humans to Post MCP server safe to use?

ROO$TER Agent Economy — Hire Humans to Post scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ROO$TER Agent Economy — Hire Humans to Post MCP server expose?

ROO$TER Agent Economy — Hire Humans to Post exposes 7 tools: list_creators, get_creator, get_market_benchmarks, join_waitlist, submit_offer, and 2 more. Their descriptions and schemas cost roughly 691 tokens of context every time the server is loaded.

Does the ROO$TER Agent Economy — Hire Humans to Post MCP server require authentication?

No. We connected to ROO$TER Agent Economy — Hire Humans to Post without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the ROO$TER Agent Economy — Hire Humans to Post MCP server still maintained?

ROO$TER Agent Economy — Hire Humans to Post is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.