# Compound Labs MCP (npm · compound-mcp)

Compound Labs: eleven keyless lookups. Model pricing, dep health, stack cost, registries.

- Trust score: 0/100 (low)
- Registry status: active
- Liveness: dead
- Owner verified: no
- Last scored: 2026-09-19

> **Dead**: every channel of this server has been unreachable for long enough to be marked dead. Its trust score is pinned to 0 and does not recover automatically.

## Components

- npm · `compound-mcp`: 0/100 (this document), [markdown](https://verifymcp.io/servers/tech-thecompound-compound-mcp/compound-mcp.md), [page](https://verifymcp.io/servers/tech-thecompound-compound-mcp/compound-mcp)

## Channel facts

- Registry: `npm`
- Package: `compound-mcp`
- Version: `0.4.2`
- 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-09-19.

- **Supply Chain Security**: 98/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.
  - 39 of 123 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**Unverified: 5 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### How do I install the Compound Labs MCP server?

Compound Labs MCP runs locally as an npm package, launched with npx -y compound-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add tech-thecompound-compound-mcp -- npx -y compound-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "tech-thecompound-compound-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "compound-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "tech-thecompound-compound-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "compound-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add tech-thecompound-compound-mcp -- npx -y compound-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add tech-thecompound-compound-mcp --command npx --arg -y --arg compound-mcp
```

### Hermes

```yaml
mcp_servers:
  tech-thecompound-compound-mcp:
    command: "npx"
    args: ["-y", "compound-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "tech-thecompound-compound-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "compound-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add tech-thecompound-compound-mcp -t stdio -c npx -a -y compound-mcp
```

### Other

```json
{
  "mcpServers": {
    "tech-thecompound-compound-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "compound-mcp"
      ]
    }
  }
}
```

## 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-09-19 (score 0)

First indexed and scored.

## MCP tools (0)

Tools for package channels are captured by running the package in an isolated sandbox. This package has not been through a sandbox run yet.

## Diagnostics

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

## Score history

- 2026-09-19: 0

## Common questions

### What is the Compound Labs MCP server?

Compound Labs MCP is listed in the public MCP registry as tech.thecompound/compound-mcp. Compound Labs: eleven keyless lookups. Model pricing, dep health, stack cost, registries. This page covers its npm package (compound-mcp).

### Is the Compound Labs MCP server safe to use?

Compound Labs MCP scores 0 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 19 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Is the Compound Labs MCP server still maintained?

Compound Labs MCP has been unreachable for long enough that we treat it as dead, and its score is pinned to zero. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Compound Labs MCP server under?

Compound Labs MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/compound-mcp
- Socket report: https://socket.dev/npm/package/compound-mcp
- Repository: https://github.com/kyisaiah47/compound-mcp
- Website: https://thecompound.tech/
- Changelog RSS feed: https://verifymcp.io/servers/tech-thecompound-compound-mcp/compound-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/tech-thecompound-compound-mcp/compound-mcp.json
- HTML version of this page: https://verifymcp.io/servers/tech-thecompound-compound-mcp/compound-mcp
