{"name":"com.rigorloop/research-bounties","slug":"rigorloop-research-bounties","title":"RigorLoop Research Bounties","description":"Search and commission verified human research review through funded Research Bounties.","url":"https://mcp.market/server/rigorloop-research-bounties","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":96,"checks":28,"ok":27,"last_checked_at":"2026-09-27T08:46:43.590Z","last_ok_at":"2026-09-27T08:46:43.590Z","latency_ms":2700},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/brianross93/Bountyhunter","website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://rigorloop.com/mcp","headers":[{"description":"Bearer <RigorLoop agent key>; optional for public search","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"accept_or_contest_result","description":"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 Dispute Review.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"},"deliverable_id":{"type":"string","format":"uuid"},"action":{"enum":["accept","contest"]},"reason":{"type":"string","minLength":20,"maxLength":2000,"description":"Required only when action is contest."}},"required":["research_bounty_id","deliverable_id","action"],"allOf":[{"if":{"properties":{"action":{"const":"contest"}},"required":["action"]},"then":{"required":["reason"]}}],"additionalProperties":false}},{"name":"complete_agent_registration","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid"},"message":{"type":"string","minLength":100,"maxLength":4096,"description":"Exact message returned by start_agent_registration."},"signature":{"type":"string","pattern":"^0x[0-9a-fA-F]{130}$","description":"Ethereum personal-sign signature of the exact message."}},"required":["challengeId","message","signature"],"additionalProperties":false}},{"name":"complete_bounty_file_upload","description":"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 file.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"},"upload_id":{"type":"string","format":"uuid"}},"required":["research_bounty_id","upload_id"],"additionalProperties":false}},{"name":"create_bounty_draft","description":"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 same idempotency key and identical input; call fund_research_bounty separately when ready to pay.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":16,"maxLength":128,"pattern":"^[A-Za-z0-9._~-]+$","description":"Unique URL-safe key. Reuse it only to retry this identical draft."},"title":{"type":"string","minLength":8,"maxLength":180},"public_summary":{"type":"string","minLength":80,"maxLength":2200},"field":{"type":"string","minLength":2,"maxLength":100},"claim_type":{"type":"string","minLength":2,"maxLength":160,"default":"paper_review"},"bounty_amount_cents":{"type":"integer","minimum":25000,"maximum":5000000,"multipleOf":100},"currency":{"const":"USD","default":"USD"},"review_window_days":{"type":"integer","minimum":1,"maximum":180},"requested_deliverables":{"type":"array","minItems":1,"maxItems":4,"uniqueItems":true,"items":{"enum":["annotated_manuscript","review_memo","prior_art","code"]}},"requested_qualifications":{"type":"array","minItems":0,"maxItems":8,"uniqueItems":true,"items":{"type":"string","minLength":2,"maxLength":120},"default":[],"description":"Optional expert qualifications. Applicants remain eligible, and RigorLoop compares these with administrator-verified expert areas."},"questions":{"type":"array","maxItems":11,"items":{"type":"string","minLength":1,"maxLength":5000},"description":"Optional private review questions, visible only after an expert is selected. Omit when the public summary and requested deliverables fully define the work."},"source_urls":{"type":"array","maxItems":5,"uniqueItems":true,"items":{"type":"string","format":"uri","pattern":"^https://"},"description":"Optional private HTTPS source links, visible only to the selected expert. Omit for a self-contained Research Bounty."}},"required":["idempotency_key","title","public_summary","field","bounty_amount_cents","review_window_days","requested_deliverables"],"additionalProperties":false}},{"name":"fund_research_bounty","description":"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 funding succeeded before a signed settlement or webhook is reconciled.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"},"idempotency_key":{"type":"string","minLength":16,"maxLength":128,"pattern":"^[A-Za-z0-9._~-]+$","description":"Unique URL-safe key for this funding attempt. Reuse it to recover the same payment safely."}},"required":["research_bounty_id","idempotency_key"],"additionalProperties":false}},{"name":"get_funding_quote","description":"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 USDC pricing. This is read-only and never creates a payment.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bounty_amount_cents":{"type":"integer","minimum":25000,"maximum":5000000,"multipleOf":100},"payment_method":{"const":"usdc_base","default":"usdc_base","description":"Agent-native hosted USDC payment on Base."}},"required":["bounty_amount_cents"],"additionalProperties":false}},{"name":"get_research_bounty_status","description":"Read the current funding state, failure state, timestamps, and permanent URL for a Research Bounty created by this same Bearer agent key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"}},"required":["research_bounty_id"],"additionalProperties":false}},{"name":"get_submitted_result","description":"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 created by this same Bearer agent key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"}},"required":["research_bounty_id"],"additionalProperties":false}},{"name":"list_bounty_applications","description":"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 expert snapshot, and whether the offer is selectable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"}},"required":["research_bounty_id"],"additionalProperties":false}},{"name":"list_my_research_bounties","description":"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 at an operator-approved interval while work remains active. Each item includes funding, applications, assignment, result state, and the next recommended tool call. Do not assume email access; stop routine checks after completion or cancellation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"prepare_bounty_file_upload","description":"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 must be finalized with complete_bounty_file_upload.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"},"file_name":{"type":"string","minLength":1,"maxLength":240,"description":"Original file name with a supported research-document, archive, source-code, data, notebook, or image extension."},"mime_type":{"type":"string","minLength":1,"maxLength":160,"default":"application/octet-stream"},"size_bytes":{"type":"integer","minimum":1,"maximum":26214400},"kind":{"enum":["manuscript","supplement","code","data","reference","other"],"default":"other"},"checksum_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$","description":"Lowercase SHA-256 digest of the exact bytes to upload."}},"required":["research_bounty_id","file_name","size_bytes","checksum_sha256"],"additionalProperties":false}},{"name":"report_integration_feedback","description":"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 unavailable, use POST /api/v1/agent/feedback or https://rigorloop.com/support.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":16,"maxLength":128,"pattern":"^[A-Za-z0-9._~-]+$","description":"Unique URL-safe key. Reuse it with the identical sanitized report to recover the same report ID."},"category":{"enum":["bug","protocol","payment","usability","feature_request","other"]},"severity":{"enum":["low","medium","high","blocking"]},"summary":{"type":"string","minLength":10,"maxLength":200},"details":{"type":"string","minLength":20,"maxLength":5000},"operation":{"type":"string","minLength":1,"maxLength":160,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:/~-]*$"},"correlation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:/~-]*$","description":"The X-RigorLoop-Request-ID from the operation being reported."},"page_url":{"type":"string","format":"uri","pattern":"^https://","maxLength":2048,"description":"Optional public page involved. Query parameters and fragments are removed before storage."}},"required":["idempotency_key","category","severity","summary","details"],"additionalProperties":false}},{"name":"search_research_bounties","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":240,"description":"Optional text matched against the public title, summary, field, and review type."},"field":{"type":"string","minLength":2,"maxLength":100,"description":"Optional exact field/category filter."},"minimum_bounty_cents":{"type":"integer","minimum":25000,"maximum":5000000,"description":"Optional minimum expert reward in USD cents."},"limit":{"type":"integer","minimum":1,"maximum":25,"default":10},"offset":{"type":"integer","minimum":0,"maximum":199,"default":0,"description":"Zero-based offset within the bounded 200-Research-Bounty search window. Use nextOffset from the prior response."}},"additionalProperties":false}},{"name":"select_expert","description":"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 returned by RigorLoop.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"research_bounty_id":{"type":"string","format":"uuid"},"application_request_id":{"type":"string","format":"uuid"},"confirm_selection":{"const":true,"description":"Must be true to acknowledge that expert selection creates the assignment."}},"required":["research_bounty_id","application_request_id","confirm_selection"],"additionalProperties":false}},{"name":"start_agent_registration","description":"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_registration.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Ethereum-format wallet address used on Base mainnet."},"label":{"type":"string","minLength":1,"maxLength":80,"default":"Autonomous research agent"},"notificationEmail":{"type":["string","null"],"format":"email","maxLength":254,"description":"Optional operator address for lifecycle alerts. Polling remains available when omitted."},"callbackUrl":{"type":["string","null"],"format":"uri","pattern":"^https://","maxLength":2048,"description":"Optional HTTPS callback identity reserved for lifecycle delivery. Agents must still poll until callback delivery is explicitly confirmed."},"clientName":{"type":["string","null"],"minLength":1,"maxLength":120},"clientVersion":{"type":["string","null"],"minLength":1,"maxLength":80}},"required":["walletAddress"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-24T17:26:13.716Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T17:26:13.658Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2093ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[],"inputs":{"probes":[{"url":"https://rigorloop.com/mcp","reachable":true,"authRequired":false,"latencyMs":2093,"serverInfo":{"name":"com.rigorloop/research-bounties","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"brianross93","repo":"Bountyhunter","error":"repo not found"},"icon":{"url":"https://rigorloop.com/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}