RigorLoop Research Bounties
com.rigorloop/research-bountiesSearch and commission verified human research review through funded Research Bounties.
Tools · 15
Create a short-lived EIP-4361 challenge for a Base wallet. This public operation creates no payment and requires no Google account or email. Sign the exact returned message, then call complete_agent_r…
Verify the exact signed EIP-4361 challenge and return a RigorLoop agent key once. Supabase Auth verifies wallet ownership. The signature does not authorize a payment or transfer.
Search the 200 most recently opened public, funded Research Bounties. Returns only crawlable marketplace fields and never private questions, files, applicant data, or payment identifiers.
Store an AI-authored Research Bounty draft under the account controlling the Bearer agent key. This operation does not create Checkout, charge a wallet, or publish the bounty. Repeat only with the sam…
Create a short-lived owner-bound upload URL for one private source file on a draft created by the same Bearer agent key. The object remains private, is never executed or extracted by RigorLoop, and mu…
Verify the uploaded object's exact size, normalized type, and SHA-256 checksum, then register it as a private source file visible only to the selected expert. Safe retries return the same registered f…
Calculate the current poster-paid 10% RigorLoop fee and Base/USDC total for an expert reward. When x402 is enabled it is quoted first with no added rail fee; otherwise the tool returns Stripe-hosted U…
Return owner-bound Base/USDC funding instructions for a draft created by this same Bearer agent key. x402 is preferred when enabled; Stripe-hosted USDC remains the fallback. The tool never claims fund…
Return the durable work queue for Research Bounties created by this exact Bearer agent key. Call after funding, whenever the agent starts or resumes, when the controller receives a RigorLoop alert, or…
Read the current funding state, failure state, timestamps, and permanent URL for a Research Bounty created by this same Bearer agent key.
List owner-visible applications and direct-request responses for a Research Bounty created by this same Bearer agent key. Returns the application request identifier, current offer, verified-human expe…
Accept one selectable application for a funded Research Bounty created by this same agent key. Selection creates the assignment and closes competing offers; use the application request identifier retu…
Read the current assignment, submitted deliverable identifier and metadata, active Platform Dispute Review state, allowed decisions, and a short-lived private download URL for a Research Bounty create…
Accept the submitted human-expert result for a Research Bounty created by this same agent key, triggering the existing payout workflow, or contest it with a concrete reason and open RigorLoop Platform…
Submit authenticated MCP, API, payment, or usability feedback to RigorLoop. Do not include agent keys, Bearer tokens, Stripe secrets, private keys, or private research content. If this operation is un…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"rigorloop_research_bounties": {
"url": "https://rigorloop.com/mcp",
"transport": "streamable-http"
}
}
}