# io.github.enrichgateagent-png/beacon-mcp (npm · beacon-mcp)

Search 17,900+ open-source AI agents by capability, ranked by GitHub traction. Free, no key.

- Trust score: 67/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `beacon-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/enrichgateagent-png-beacon-mcp/beacon-mcp.md), [page](https://verifymcp.io/servers/enrichgateagent-png-beacon-mcp/beacon-mcp)

## Channel facts

- Registry: `npm`
- Package: `beacon-mcp`
- Version: `0.1.1`
- 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **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 20 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 176 tokens (~58/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add enrichgateagent-png-beacon-mcp -- npx -y beacon-mcp
```

### Codex

```bash
codex mcp add enrichgateagent-png-beacon-mcp -- npx -y beacon-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add enrichgateagent-png-beacon-mcp --command npx --arg -y --arg beacon-mcp
```

### Hermes

```yaml
mcp_servers:
  enrichgateagent-png-beacon-mcp:
    command: "npx"
    args: ["-y", "beacon-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "enrichgateagent-png-beacon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "beacon-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-08-03 (score 67, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 63, +23)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 40, +27)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 13, −33)

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

### 2026-07-30 (score 46, −30)

- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 76, +32)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (3)

### `find_agent` (~81 tokens)

Search the Beacon registry for open-source AI agents by capability or task (e.g. 'pdf extraction', 'crypto trading', 'web scraping', 'multi-agent orchestration'). Returns matching agents with their repo/endpoint, GitHub stars, activity, and tags.

Input parameters:

- `limit` (number)
- `query` (string, required): Capability or task to search for

### `top_agents` (~46 tokens)

List the top open-source AI agents in the Beacon registry, ranked by reputation and real GitHub stars. Use to see what's popular in the agent ecosystem.

Input parameters:

- `limit` (number)

### `agent_details` (~49 tokens)

Get full details for one agent in the Beacon registry by its agent_id (e.g. 'elizaOS/eliza').

Input parameters:

- `agent_id` (string, required): The agent's id / GitHub slug

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 63
- 2026-08-01: 40
- 2026-07-31: 13
- 2026-07-30: 46
- 2026-07-29: 76
- 2026-07-28: 44
- 2026-07-27: 44

## Links

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