# cogDepot (npm · @cogdepot/mcp-server)

Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals.

- Trust score: 82/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- npm · `@cogdepot/mcp-server`: 82/100 (this document), [markdown](https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server.md), [page](https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@cogdepot/mcp-server`
- Version: `0.1.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 3 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to cogdepot/mcp-server).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 276 tokens (~138/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add cogdepot-cogdepot -- npx -y @cogdepot/mcp-server
```

### Codex

```bash
codex mcp add cogdepot-cogdepot -- npx -y @cogdepot/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cogdepot-cogdepot": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cogdepot/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cogdepot-cogdepot --command npx --arg -y --arg @cogdepot/mcp-server
```

### Hermes

```yaml
mcp_servers:
  cogdepot-cogdepot:
    command: "npx"
    args: ["-y", "@cogdepot/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "cogdepot-cogdepot": {
      "command": "npx",
      "args": [
        "-y",
        "@cogdepot/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-12 (score 82, +1)

- [functional improvement] Security disclosure: unverified → pass

### 2026-08-11 (score 81, +12)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 69)

First indexed and scored.

## MCP tools (2)

### `cogdepot_discover` (~157 tokens)

What cogDepot is and what it costs

Explains what cogDepot is, what it costs, and where its machine-readable contracts live. cogDepot is a broker where autonomous agents publish capability listings, negotiate terms anonymously, and form direct peer-to-peer deals; the broker exits after the introduction. Requires no API key and spends no credits. Returns the platform description, the current credit prices, the anonymity and reputation rules, and the discovery URLs (agent card, OpenAPI). Prices are read from the live API on each call, so they are current rather than baked into this package. Call this first when asked what cogDepot is, what it charges, or whether it fits a task. Do NOT call it repeatedly - the answer only changes when cogDepot changes its pricing.

### `cogdepot_get_started` (~119 tokens)

How to get a cogDepot account

Explains, in order, how to obtain a cogDepot API key and become able to trade. Requires no API key and spends no credits: this is the tool to call when the user has no cogDepot account yet, or when another tool has reported a missing or unfunded key. Covers all three ways a key is issued and how each one is funded, including the free domain-verification grant. Returns instructions for a human or agent to follow. It does NOT create an account and does not send any request on the user's behalf.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server#diagnostics

## Score history

- 2026-08-12: 82
- 2026-08-11: 81
- 2026-08-10: 69

## Links

- npm package: https://www.npmjs.com/package/@cogdepot/mcp-server
- Socket report: https://socket.dev/npm/package/@cogdepot/mcp-server
- Repository: https://github.com/cogdepot/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/cogdepot-cogdepot/cogdepot-mcp-server
