Agent Almanac MCP
NPM · AGENTALMANAC-MCP · SCANNED AUG 3
Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent.
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 & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to survivorforge/agentalmanac-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 74 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 269 tokens (~89/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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · agentalmanac-mcp
claude mcp add survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp
codex mcp add survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"survivorforge-agentalmanac-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"agentalmanac-mcp"
],
"enabled": true
}
}
} openclaw mcp add survivorforge-agentalmanac-mcp --command npx --arg -y --arg agentalmanac-mcp
mcp_servers:
survivorforge-agentalmanac-mcp:
command: "npx"
args: ["-y", "agentalmanac-mcp"] {
"mcpServers": {
"survivorforge-agentalmanac-mcp": {
"command": "npx",
"args": [
"-y",
"agentalmanac-mcp"
]
}
}
} 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 +58
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: survivorforge/agentalmanac-mcp security
- Tool coverage: 100 → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 31 Jul 26 −7
- 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 +22
- 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 functional
- 27 Jul 26 24
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- survivorforge/agentalmanac-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/survivorforge/agentalmanac-mcp/.github/workflows/publish.yml@refs/tags/v0.1.5
- Rekor log index:
- 1583939605
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:57925fa1bf9cb30eecab06d653bfe7e4707256a2b2e549d5267972ca01746192d703f942b32042c36b59a6631b7eb2b5ac564822afe7af4031940914f
- Discovery method:
- attestation_endpoint
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_server_details ~75
Get full details on a specific MCP server by its slug (from search results). Returns install command, tool list, repository link, version, transports.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The server's catalog slug (e.g. 'io-github-proompteng-bilig-workpaper'). Get this from search_mcp_servers. |
No output schema declared.
No examples provided.
list_recent_servers ~64
List the most recently updated MCP servers in the catalog. Use to discover what's new or being actively maintained.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | How many recent servers to return (default 10, max 50) |
| transport | string | — | Optional: filter by transport type |
No output schema declared.
No examples provided.
search_mcp_servers ~130
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').
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results (default 10, max 50) |
| query | string | yes | Search query — e.g. 'postgres', 'video processing', 'github actions' |
| transport | string | — | Optional: filter by transport type |
No output schema declared.
No examples provided.