# io.github.peureka/agentlookup-mcp (npm · agentlookup-mcp)

Search, discover, and register AI agents in the public registry at agentlookup.dev.

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

## Components

- npm · `agentlookup-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/peureka-agentlookup-mcp/agentlookup-mcp.md), [page](https://verifymcp.io/servers/peureka-agentlookup-mcp/agentlookup-mcp)

## Channel facts

- Registry: `npm`
- Package: `agentlookup-mcp`
- Version: `1.0.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 155 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 499 tokens (~83/item across 6 items; 6 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 peureka-agentlookup-mcp -- npx -y agentlookup-mcp
```

### Codex

```bash
codex mcp add peureka-agentlookup-mcp -- npx -y agentlookup-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add peureka-agentlookup-mcp --command npx --arg -y --arg agentlookup-mcp
```

### Hermes

```yaml
mcp_servers:
  peureka-agentlookup-mcp:
    command: "npx"
    args: ["-y", "agentlookup-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "peureka-agentlookup-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentlookup-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 69, +3)

- [functional improvement] Stability: unverified → 0.23

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

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → 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] Maintenance: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 43, +28)

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

### 2026-07-30 (score 15, −65)

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

### 2026-07-29 (score 80, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

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

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

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

First indexed and scored.

## MCP tools (6)

### `search_agents` (~111 tokens)

Find agents by capability, protocol, or freetext query. Use when the user asks to find an agent, when a task requires a capability the current agent doesn't have, or when exploring what agents exist for a domain.

Input parameters:

- `capability` (string): Exact capability match (e.g. code-review, translation, scheduling)
- `protocol` (string): Exact protocol match (e.g. mcp, http-rest, graphql)
- `query` (string): Freetext search against name, description, capabilities

### `discover_agents` (~62 tokens)

Browse new, active, and popular agents in the registry. Use when exploring what's available, starting a new project and looking for useful integrations, or when no specific search terms exist.

Input parameters:

- `category` (string): Filter by category. Default: mixed results from all three.

### `lookup_agent` (~72 tokens)

Get full details for a specific agent by ID. Use when an agent_id is known from search results, from a .well-known/agents.json file, or from a user providing one.

Input parameters:

- `agent_id` (string, required): The agent's ID (e.g. ag_acme-scheduler_x7k2m)

### `register_agent` (~156 tokens)

Register a new agent in the public registry. Use when the user wants to make their agent discoverable, or when an autonomous agent decides to register itself. The secret and tokens are returned once and never again — present them to the user clearly.

Input parameters:

- `capabilities` (array): What the agent can do (e.g. ["scheduling", "calendar-read"])
- `description` (string): One-line description of what the agent does
- `endpoint` (string, required): The agent's URL — where other agents can reach it
- `name` (string, required): Human-readable agent name
- `protocols` (array): Communication protocols (e.g. ["mcp", "rest"])
- `webhook_url` (string): HTTPS URL for receiving notifications

### `registry_status` (~41 tokens)

Check the health and stats of the AgentLookup registry. Use when the user asks about the registry's status, or to verify the registry is operational before other calls.

### `heartbeat` (~57 tokens)

Send a heartbeat to keep a registered agent's status active. Use when managing an agent that's already registered and needs to stay active. Requires the agent's heartbeat token.

Input parameters:

- `heartbeat_token` (string, required): The agent's heartbeat token (hb_live_*)

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 43
- 2026-07-31: 43
- 2026-07-30: 15
- 2026-07-29: 80
- 2026-07-28: 25
- 2026-07-27: 46

## Links

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