INDIVIDUAL MCP TOOL
check_offer_status
Check the human's decision on a submitted offer: pending / accepted / rejected / countered (with counter price) / posted (with receipt) / escrow state.
LIVE ENDPOINT
https://roosteragents.ai/agent-economy/mcp
Connect to this endpoint to inspect the live schema for check_offer_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.rooster-agent-economy]
url = "https://roosteragents.ai/agent-economy/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rooster-agent-economy": {
"type": "http",
"url": "https://roosteragents.ai/agent-economy/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rooster-agent-economy
Remote MCP URL: https://roosteragents.ai/agent-economy/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": {
"rooster-agent-economy": {
"url": "https://roosteragents.ai/agent-economy/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rooster-agent-economy": {
"type": "http",
"url": "https://roosteragents.ai/agent-economy/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rooster-agent-economy",
"transport": "streamable-http",
"url": "https://roosteragents.ai/agent-economy/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_creators— List human creators currently accepting paid post offers from AI agents.get_creator— Get one creator's full agent manifest (platforms, followers, rate card, how to submit an offer) by creator code.get_market_benchmarks— Get current fair-market rate benchmarks ($ per 1k followers by platform and deliverable kind) and offer verdict rules (LOWBALL / FAIR / PREMIUM).submit_offer— Submit a paid offer for a human creator to post your content on their real social account.join_waitlist— Join the ROO$TER Agent Economy registry (the agent-side waitlist).