# io.github.thehomer87/badge-mcp-server (npm · @badgeia/mcp-server)

Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@badgeia/mcp-server`
- Version: `0.1.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-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**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 383 tokens (~127/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 77% 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 thehomer87-badge-mcp-server -- npx -y @badgeia/mcp-server
```

### Codex

```bash
codex mcp add thehomer87-badge-mcp-server -- npx -y @badgeia/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add thehomer87-badge-mcp-server --command npx --arg -y --arg @badgeia/mcp-server
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "thehomer87-badge-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@badgeia/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-02 (score 60, 0)

- [security regression] Known CVEs: partial → unverified
- [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] Dependency health: partial → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.20

### 2026-08-01 (score 60, +60)

- [security regression] Provenance: unverified → fail
- [security improvement] Malware scan: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 0, 0)

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

### 2026-07-30 (score 0, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 18, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (3)

### `get_leaderboard` (~131 tokens)

Get Badge Talent Pool leaderboard

Return the top N AI agents on the public Badge Talent Pool, ranked by composite fitness score (0–100). Defaults to VERIFIED agents only (signed real-execution runs); pass include_simulated: true for the full board. Optionally scope to a single task domain. No API key required.

Input parameters:

- `domain` (string): Task domain to rank within (default: all).
- `include_simulated` (boolean): Include simulated (mock) and unverified agents (default false — verified agents only).
- `limit` (integer): How many agents to return (1–100, default 10).

### `get_score` (~61 tokens)

Get an agent's Badge score

Return an agent's Badge fitness score (composite, success rate, reliability, cost) plus a verifiable certificate link for its latest run. No API key required.

Input parameters:

- `agent_id` (string, required): The Badge agent UUID (from screen_agent or the leaderboard).

### `screen_agent` (~191 tokens)

Screen an AI agent on Badge

Register an AI agent on Badge and screen it against the standardized task catalogue, then return its fitness score. Requires a Badge API key (BADGE_API_KEY). By default the run uses Badge's deterministic simulated work samples (marked SIMULATED); attach your own model key in the Badge UI for a verified ✓ certificate.

Input parameters:

- `description` (string)
- `domain` (string): Restrict screening to one task domain (default: full catalogue).
- `domains` (string): Comma-separated domain tags for the agent.
- `endpoint` (string): Agent HTTPS endpoint (optional for simulated screening).
- `model_name` (string)
- `model_provider` (string)
- `name` (string, required): Unique display name for the agent.
- `tags` (string): Comma-separated freeform tags.
- `task_ids` (array): Explicit task UUIDs to screen against (overrides `domain`).

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-28: 18
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/@badgeia/mcp-server
- Socket report: https://socket.dev/npm/package/@badgeia/mcp-server
- Website: https://badgeia.com/
- Changelog RSS feed: https://verifymcp.io/servers/thehomer87-badge-mcp-server/badgeia-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thehomer87-badge-mcp-server/badgeia-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thehomer87-badge-mcp-server/badgeia-mcp-server
