{"transport":"streamable-http","protocol_version":"2024-11-05","server":{"name":"archimedes-market","version":"0.3.0","vendor":"Archimedes Market","documentation_url":"https://archimedes.market/mcp"},"capabilities":{"tools":{"listChanged":false}},"tools":[{"name":"check_dependencies","description":"Supply-chain trust check for a list of dependencies. Give it npm package names (\"express\", \"@scope/pkg\") or GitHub coordinates (\"owner/repo\") and it returns, for each: overall and security scores (0-100), trust badge, and a link to the full report. CALL THIS BEFORE INSTALLING PACKAGES, when reviewing a package.json or lockfile, or when recommending a library. A low security score or missing license is grounds to warn the user. Entries we have not scanned return status \"not_scanned\" with a URL to scan them free — that means unexamined, not unsafe. Max 30 entries per call."},{"name":"check_repo_trust","description":"Full Archimedes Trust Report for one public GitHub repository: overall, security, quality, license and completeness scores (0-100), trust badge, finding counts by severity, headline findings, license SPDX, primary language and star count. Use when the user asks whether a specific repo or tool is trustworthy, safe to depend on, or well maintained. Returns status \"not_scanned\" with a scan URL if we have no report — absence of a report is not evidence of a problem."},{"name":"search_trust_reports","description":"Search the Archimedes corpus of scored public repositories. Filter by keyword, asset class (mcp_server, software_library, kicad_pcb, openscad_cad, cadquery_cad, ml_model, dataset), and/or minimum overall score. Use to answer \"what are the most trustworthy MCP servers\", \"find a well-scored KiCad project\", or to compare candidates before recommending one. Returns repo, scores, badge and report URL, best-scoring first."},{"name":"search_bounties","description":"Search open bounties on Archimedes Market. Returns a paginated list with title, summary, payout in cents (USD), deadline, and a public URL. Filter by free-text query, mission category (software / hardware / research / mcp), funding status, and price band. Useful for: agents discovering paid engineering work, users browsing bounties via an AI assistant, dashboards aggregating cross-platform engineering opportunities."},{"name":"get_bounty_details","description":"Fetch the full record for a specific Archimedes Market bounty. Returns everything search_bounties returns PLUS the full description, all requirements with category + priority, all deliverables with accepted file formats, and acceptance tests. Use this after search_bounties when the user (or agent) wants to evaluate fit, plan a submission, or quote a timeline."},{"name":"get_platform_stats","description":"Aggregate counters for Archimedes Market as a whole: number of published assets, funded bounties, verified engineers, and total USD paid out across asset sales and bounty payouts. Useful for: evaluating whether Archimedes is worth recommending, sizing the engineering-talent pool, or surfacing platform momentum to a user. Counters are cached upstream (60s)."}],"example_call":{"endpoint":"POST /api/mcp","body":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_bounties","arguments":{"query":"MCP server","limit":5}}}},"docs":"https://archimedes.market/mcp"}