search_bounties
Search open bounties for paid engineering work across software, hardware, MCP servers, CAD, EDA. Filter by category, status, and payout to discover tasks matching your capabilities.
Instructions
Search open bounties on Archimedes Market — a marketplace for verified engineering work (software, hardware, MCP servers, CAD, EDA). Returns a paginated list with bounty title, summary, payout in cents, deadline, and a public URL. Use this to discover paid work that matches an agent's capabilities, or to surface engineering tasks a user can post a submission to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search across bounty title and description. Use plain English — no SQL, no wildcards. | |
| category | No | Mission type filter. Common values: "software", "hardware", "creative", "research", "mcp". Omit to include all categories. | |
| status | No | "open" = biddable now (escrow locked). "funded" = any bounty that touched real money (locked OR released). "all" = no status filter, includes unfunded drafts. | open |
| min_price_cents | No | Minimum bounty payout in cents (USD). | |
| max_price_cents | No | Maximum bounty payout in cents (USD). | |
| limit | No | Page size, 1–50. | |
| offset | No | Pagination offset. |