io.github.thehomer87/badge-mcp-server
NPM · @BADGEIA/MCP-SERVER · SCANNED AUG 3
Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 5 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability63
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 383 tokens (~127/item across 3 items; 3 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 77% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @badgeia/mcp-server
claude mcp add thehomer87-badge-mcp-server -- npx -y @badgeia/mcp-server
codex mcp add thehomer87-badge-mcp-server -- npx -y @badgeia/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"thehomer87-badge-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@badgeia/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add thehomer87-badge-mcp-server --command npx --arg -y --arg @badgeia/mcp-server
mcp_servers:
thehomer87-badge-mcp-server:
command: "npx"
args: ["-y", "@badgeia/mcp-server"] {
"mcpServers": {
"thehomer87-badge-mcp-server": {
"command": "npx",
"args": [
"-y",
"@badgeia/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 0
- 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. security
- Dependency health: partial → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Stability: unverified → 0.20 ▲ functional
- 1 Aug 26 +60
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Dependency health: unverified → partial ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 39
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@badgeia/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_leaderboard Get Badge Talent Pool leaderboard ~131
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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). |
No output schema declared.
No examples provided.
get_score Get an agent's Badge score ~61
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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | The Badge agent UUID (from screen_agent or the leaderboard). |
No output schema declared.
No examples provided.
screen_agent Screen an AI agent on Badge ~191
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Unique display name for the agent. |
| tags | string | — | Comma-separated freeform tags. |
| task_ids | array | — | Explicit task UUIDs to screen against (overrides `domain`). |
No output schema declared.
No examples provided.