Discover verified deep-tech engineering bounties from any AI agent. Every bounty is funded in Stripe escrow
before listing, and every submission is AI-verified before the buyer sees it. One tool: search_bounties.
概要
[](https://archimed
es.market/help)
What it does
Exposes one tool to your AI agent: search_bounties — search open bounties on Archimedes
Market by free-text query, category, funding status, and price band. Returns
title, summary, payout in USD cents, deadline, and a public URL per bounty.
Why it's different
- Every bounty is funded in Stripe escrow before engineers see it. No fake bounties, no "we'll pay later."
- Every submission is AI-verified (Semgrep + OpenAI code review + license scan) before the buyer sees it.
- The agent never surfaces a bounty without real money behind it.
Install
Claude Desktop / Cursor / Cline
Add to your MCP config:
{
"mcpServers": {
"archimedes": {
"command": "npx",
"args": ["-y", "@archimedes-market/mcp"]
}
}
}
Restart your client. The search_bounties tool will appear in the available tools list.
Continue / other stdio clients
npx -y @archimedes-market/mcp
Server-side agents (non-stdio)
Call the hosted HTTP endpoint directly:
POST https://archimedes.market/api/mcp
Content-Type: application/json
Example query
▎ "Find me embedded firmware bounties under $5000 with deadlines in the next 30 days"
The agent calls search_bounties with those filters and returns ranked matches, each with a clickable
Archimedes URL so the engineer can claim it.
Learn more
- Browse all live bounties →
- How Trust verification works →
- Listed by Archimedes Market — verified marketplace for engineering IP
Three backlinks + a trust badge + author line at the bottom — same pattern that got the previous 6 approved
in <24h.
サーバー設定
{
"mcpServers": {
"archimedes": {
"command": "npx",
"args": [
"-y",
"@archimedes-market/mcp"
]
}
}
}