Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

RigorLoop Research Bounties

com.rigorloop/research-bounties

Search and commission verified human research review through funded Research Bounties.

Uptime
100.0%
1 direct probes · 30d
Response
1257ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

start_agent_registration

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…

complete_agent_registration

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_research_bounties

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.

create_bounty_draft

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…

prepare_bounty_file_upload

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…

complete_bounty_file_upload

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…

get_funding_quote

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…

fund_research_bounty

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…

list_my_research_bounties

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…

get_research_bounty_status

Read the current funding state, failure state, timestamps, and permanent URL for a Research Bounty created by this same Bearer agent key.

list_bounty_applications

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…

select_expert

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…

get_submitted_result

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_or_contest_result

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…

report_integration_feedback

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "rigorloop_research_bounties": {
      "url": "https://rigorloop.com/mcp",
      "transport": "streamable-http"
    }
  }
}