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

io.github.ag3ntlab-ai/negbit

NPM · NEGBIT-MCP · SCANNED AUG 3

Buy negbit's curated, provenance-verified knowledge bundles with your own x402 wallet. Read-only.

Available components

+14 this week 67 Trust /100
Trust breakdown (6 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 →

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 & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 598 tokens (~99/item across 6 items; 4 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

Unverified: 1 category

A category scored 0 because we could not verify it: 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

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 · negbit-mcp

# add to Claude Code
claude mcp add ag3ntlab-ai-negbit -- npx -y negbit-mcp
# add to Codex CLI
codex mcp add ag3ntlab-ai-negbit -- npx -y negbit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ag3ntlab-ai-negbit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "negbit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ag3ntlab-ai-negbit --command npx --arg -y --arg negbit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ag3ntlab-ai-negbit:
    command: "npx"
    args: ["-y", "negbit-mcp"]
// mcp.json
{
  "mcpServers": {
    "ag3ntlab-ai-negbit": {
      "command": "npx",
      "args": [
        "-y",
        "negbit-mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +7
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial functional
  • 2 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 1 Aug 26 +35
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 30 Jul 26 +28
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −28
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

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.

MCP tools — 4 exposed · ~409 tokens

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.

Tool Tokens
get_bundle ~79

Return the full live catalog record for one bundle by id (price, sha256, concept/token/file counts, half-life, security scan, preview + purchase URLs, and the authorization brief). 404-safe: an unknown id returns the list of available ids.

NameTypeReqDescription
idstringyesBundle id, e.g. 'okf-knowledge-format'.

No output schema declared.

No examples provided.

get_preview ~63

Fetch the free preview text for a bundle (the anti-lemon look-inside: index/README, concept list, structure) so you can judge fit BEFORE paying. Verifies the id exists in the catalog first.

NameTypeReqDescription
idstringyesBundle id to preview.

No output schema declared.

No examples provided.

how_to_buy ~111

Return the EXACT x402 purchase contract for a bundle, read live from negbit's 402 endpoint: the endpoint URL, network, USDC asset, exact micro-USDC amount, and the seller pay-to address. Explains that YOU pay with your OWN x402-capable client — negbit takes no custody — then verify the returned bytes' sha256 against the catalog and keep the X-Negbit-Receipt for 90-day re-download.

NameTypeReqDescription
idstringyesBundle id to buy.

No output schema declared.

No examples provided.

search_bundles ~156

Search negbit's live catalog of OKF knowledge bundles. Omit all args to browse the full catalog. `query` matches (case-insensitive substring) the id, title, and pitch. `domain` is an extra keyword narrowing the same text (negbit's catalog has no formal per-bundle domain field — it is treated as an additional filter, not a taxonomy lookup). Returns each match with title, id@version, price (USD + micro-USDC), one-line pitch, short sha256, preview URL, and security verdict.

NameTypeReqDescription
domainstringExtra keyword filter (matched against bundle text; not a formal taxonomy).
querystringFree-text search over id/title/pitch.

No output schema declared.

No examples provided.