Agent Almanac MCP
NPM · AGENTALMANAC-MCP · SCANNED SEP 21
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. 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 123 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability81
- 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 Management93
- Stability observed for 28 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Agent Almanac MCP server?
Agent Almanac MCP runs locally as an npm package, launched with npx -y agentalmanac-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · agentalmanac-mcp
claude mcp add survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp
{
"mcpServers": {
"survivorforge-agentalmanac-mcp": {
"command": "npx",
"args": [
"-y",
"agentalmanac-mcp"
]
}
}
} {
"servers": {
"survivorforge-agentalmanac-mcp": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"agentalmanac-mcp"
]
}
}
} assistant mcp add survivorforge-agentalmanac-mcp -t stdio -c npx -a -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.
- 20 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −2
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 11 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 10 Sept 26 −2
- Stability: pass → 0.80 functional
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 21 Sept 2026 · Analysed npm/agentalmanac-mcp@0.1.5
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| 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 |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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.
What is the Agent Almanac MCP server?
Agent Almanac MCP is listed in the public MCP registry as io.github.survivorforge/agentalmanac-mcp. Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent. This page covers its npm package (agentalmanac-mcp).
Is the Agent Almanac MCP server safe to use?
Agent Almanac MCP scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Agent Almanac MCP server expose?
Agent Almanac MCP exposes 3 tools: search_mcp_servers, get_server_details, list_recent_servers. Their descriptions and schemas cost roughly 269 tokens of context every time the server is loaded.
Is the Agent Almanac MCP server still maintained?
Agent Almanac MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Agent Almanac MCP server under?
Agent Almanac MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.