Server data from the Official MCP Registry
Discover verified deep-tech engineering bounties from any AI agent.
Discover verified deep-tech engineering bounties from any AI agent.
Remote endpoints: streamable-http: https://archimedes.market/api/mcp
This is a well-structured, read-only MCP server that acts as a thin HTTP client to the Archimedes Market public API. Authentication and authorization are appropriately handled (no auth required for public bounty search, which matches the server's purpose). Code quality is high with proper input validation via Zod, safe error handling, and no dangerous patterns. The server's permissions are narrowly scoped to network HTTP calls to a single upstream endpoint, which aligns perfectly with its stated purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
MCP server for Archimedes Market — let your AI agent discover verified deep-tech engineering bounties from any MCP-aware client.
Exposes one tool to your AI agent:
search_bounties — search open bounties on Archimedes by free-text query, category, funding status, and price band. Returns title, summary, payout in cents (USD), deadline, and a public URL per bounty.Every bounty Archimedes lists is funded in Stripe escrow before engineers see it, and every submission is AI-verified (Semgrep + OpenAI code review + license scan) before the buyer sees it. No agent will surface a bounty that doesn't have real money behind it.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"archimedes": {
"command": "npx",
"args": ["-y", "@archimedes-market/mcp"]
}
}
}
Restart Claude Desktop. The search_bounties tool will appear in the available tools list.
Settings → MCP → Add server. Use the same config block as above.
Point the client at:
npx -y @archimedes-market/mcp
Skip this package entirely — call the hosted HTTP endpoint directly:
POST https://archimedes.market/api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_bounties",
"arguments": { "query": "MCP server", "limit": 5 }
}
}
Full docs: https://archimedes.market/mcp
"Find me open Archimedes bounties for KiCad PCB review under $3,000."
"Are there any MCP-server bounties on Archimedes right now? Show me the top 5 by payout."
"Search Archimedes for digital twin bounties — sort by deadline."
The tool returns both a human-readable text block (for the model to reason over) and a structured payload (for downstream tooling).
| Env var | Default | Purpose |
|---|---|---|
ARCHIMEDES_PUBLIC_API_URL | https://archimedes.market | Override the upstream base URL (preview deployments, local dev) |
ARCHIMEDES_MCP_USER_AGENT | mcp-archimedes/0.1 (+https://archimedes.market) | Override the User-Agent sent on outbound calls |
Verify the bridge can reach the upstream API before wiring it into a client:
npx @archimedes-market/mcp --probe
Exit code 0 means upstream is reachable. Non-zero with stderr diagnostic on failure.
The Archimedes public API logs query_hash (SHA-256 of normalized params) and ip_hash (HMAC with daily-rotated salt) per call — never raw queries or raw IPs. 90-day retention. Zero-result queries are aggregated to inform what bounties Archimedes should source next.
MIT. See LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.