# Agent Almanac MCP (npm · agentalmanac-mcp)

Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent.

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

## Components

- npm · `agentalmanac-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/survivorforge-agentalmanac-mcp/agentalmanac-mcp.md), [page](https://verifymcp.io/servers/survivorforge-agentalmanac-mcp/agentalmanac-mcp)

## Channel facts

- Registry: `npm`
- Package: `agentalmanac-mcp`
- Version: `0.1.5`
- 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**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to survivorforge/agentalmanac-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 74 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 269 tokens (~89/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**: 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 survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp
```

### Codex

```bash
codex mcp add survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add survivorforge-agentalmanac-mcp --command npx --arg -y --arg agentalmanac-mcp
```

### Hermes

```yaml
mcp_servers:
  survivorforge-agentalmanac-mcp:
    command: "npx"
    args: ["-y", "agentalmanac-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "survivorforge-agentalmanac-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentalmanac-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-02 (score 79, +58)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: survivorforge/agentalmanac-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-31 (score 21, −7)

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

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

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

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

First indexed and scored.

## MCP tools (3)

### `search_mcp_servers` (~130 tokens)

Search the Agent Almanac catalog of 9,000+ MCP (Model Context Protocol) servers by name, capability, or description. Use this when the user is looking for an MCP server that does a specific thing (e.g. 'an MCP server for postgres', 'MCP server for github issues', 'video processing MCP').

Input parameters:

- `limit` (number): Max results (default 10, max 50)
- `query` (string, required): Search query — e.g. 'postgres', 'video processing', 'github actions'
- `transport` (string): Optional: filter by transport type

### `get_server_details` (~75 tokens)

Get full details on a specific MCP server by its slug (from search results). Returns install command, tool list, repository link, version, transports.

Input parameters:

- `slug` (string, required): The server's catalog slug (e.g. 'io-github-proompteng-bilig-workpaper'). Get this from search_mcp_servers.

### `list_recent_servers` (~64 tokens)

List the most recently updated MCP servers in the catalog. Use to discover what's new or being actively maintained.

Input parameters:

- `limit` (number): How many recent servers to return (default 10, max 50)
- `transport` (string): Optional: filter by transport type

## Diagnostics

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

## Score history

- 2026-08-03: 79
- 2026-08-02: 79
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 24

## Links

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