Skip to main content
Glama

Server Details

Discover verified deep-tech engineering bounties from any AI agent.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
archimedes-market/mcp-archimedes
GitHub Stars
0
Server Listing
Archimedes Market MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct function: checking packages, full repo reports, searching trust reports, searching bounties, bounty details, and platform stats. There is no significant overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., check_dependencies, search_bounties), making the API predictable.

Tool Count5/5

Six tools is well-scoped for a specialized server focused on trust reports and bounties, covering query operations without bloat.

Completeness4/5

The tool surface covers querying and searching trust reports and bounties, but lacks write actions like creating bounties or scanning. Minor gap given the likely read-only use case.

Available Tools

6 tools
check_dependenciesInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
packagesYesnpm package names and/or GitHub "owner/repo" strings.
check_repo_trustInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repository name, e.g. "is-obj".
ownerYesGitHub owner or org, e.g. "sindresorhus".
get_bounty_detailsInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesBounty UUID from search_bounties results (the `id` field). Display IDs like "MSN-00001" are not accepted — use the UUID.
get_platform_statsInspect

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).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

search_bountiesInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–50.
queryNoFree-text search across bounty title and description. Plain English; no wildcards.
offsetNoPagination offset.
statusNo"open" = biddable now (escrow locked). "funded" = any bounty that touched real money. "all" = includes drafts.open
categoryNoMission type. Common values: software, hardware, research, mcp.
max_price_centsNoMaximum bounty payout in cents (USD).
min_price_centsNoMinimum bounty payout in cents (USD).
search_trust_reportsInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 10.
queryNoKeyword matched against owner and repo name.
min_scoreNoMinimum overall score.
asset_classNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.