Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Jackalope-Dev/allmcps-server

NPM · ALLMCPS-SERVER · SCANNED SEP 26

Search, browse, and submit MCP servers to the AllMCPs.com directory.

Available components

−14 this week 53 Trust /100
Trust breakdown (7 categories)

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 95 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 Jackalope-Dev/allmcps-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 34 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability0
  • Schema quality not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright), so the captured schema is incomplete.Unverified
Stability & Change Management0
  • Stability not yet verified: one of the two schema captures we compare could not list the server's tools (the server declared tools, or its tool listing failed outright). Comparing them would report every tool as removed, or find nothing to compare at all.Unverified
Tool Coverage0
  • Tool coverage not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright).Unverified
Tool Safety0
  • Tool safety not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright).Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 4 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the io.github.Jackalope-Dev/allmcps-server MCP server?

io.github.Jackalope-Dev/allmcps-server runs locally as an npm package, launched with npx -y allmcps-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · allmcps-server

# add to Claude Code
claude mcp add jackalope-dev-allmcps-server -- npx -y allmcps-server
// .cursor/mcp.json
{
  "mcpServers": {
    "jackalope-dev-allmcps-server": {
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jackalope-dev-allmcps-server": {
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jackalope-dev-allmcps-server -- npx -y allmcps-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jackalope-dev-allmcps-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "allmcps-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jackalope-dev-allmcps-server --command npx --arg -y --arg allmcps-server
# ~/.hermes/config.yaml
mcp_servers:
  jackalope-dev-allmcps-server:
    command: "npx"
    args: ["-y", "allmcps-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jackalope-dev-allmcps-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "allmcps-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jackalope-dev-allmcps-server -t stdio -c npx -a -y allmcps-server
// mcp.json
{
  "mcpServers": {
    "jackalope-dev-allmcps-server": {
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ]
    }
  }
}
Changelog

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.

  • 25 Sept 26 −13
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 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.

  • 20 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 19 Sept 26 +1
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 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.

  • 13 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

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 26 Sept 2026 · Analysed npm/allmcps-server@2.0.3

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 Jackalope-Dev/allmcps-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Jackalope-Dev/allmcps-server/.github/workflows/release.yml@refs/tags/v2.0.3
Rekor log index 2455156923
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:1e43d0fae0a7a847cbdde55680e1867f8ea3b784822914cd23d7c9f6286d6f0094fbc2951dc28dede77679f79534e60775d603a6353c7f91c2105ca7c

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools

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 →

The sandbox run completed and this package exposed no tools.

Common questions

What is the io.github.Jackalope-Dev/allmcps-server MCP server?

io.github.Jackalope-Dev/allmcps-server is an MCP server listed in the public MCP registry as io.github.Jackalope-Dev/allmcps-server. Search, browse, and submit MCP servers to the AllMCPs.com directory. This page covers its npm package (allmcps-server).

Is the io.github.Jackalope-Dev/allmcps-server MCP server safe to use?

io.github.Jackalope-Dev/allmcps-server scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 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 io.github.Jackalope-Dev/allmcps-server MCP server expose?

io.github.Jackalope-Dev/allmcps-server exposes no tools. We connected to it and read its tool list, and it was empty, so it offers an MCP client nothing to call.

Is the io.github.Jackalope-Dev/allmcps-server MCP server still maintained?

io.github.Jackalope-Dev/allmcps-server is still listed as active in the MCP registry. We last reached this channel on 26 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 io.github.Jackalope-Dev/allmcps-server MCP server under?

io.github.Jackalope-Dev/allmcps-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.