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.Sou0327/knowmint

NPM · @KNOWMINT/MCP-SERVER · SCANNED SEP 20

AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana.

0 this week 78 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 Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 50 of 149 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 746 tokens (~93/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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 Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "km_publish" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 8 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
Install

How do I install the io.github.Sou0327/knowmint MCP server?

io.github.Sou0327/knowmint runs locally as an npm package, launched with npx -y @knowmint/mcp-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 · @knowmint/mcp-server

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

  • 19 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 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.

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

  • 12 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 8 Sept 26 0
    • Security disclosure: fail → unverified 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 20 Sept 2026 · Analysed npm/@knowmint/mcp-server@0.1.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 149 packages
Packages resolved 149
Deprecated 2
Stale 48
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~746 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. 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 →

Tool Tokens
km_get_content ~102

Retrieve the full content of a knowledge item. If payment_required: true is returned, send on-chain payment and retry with payment_proof (base64-encoded X-PAYMENT).

NameTypeReqDescription
knowledge_idstringyesKnowledge item ID
payment_proofstringbase64-encoded X-PAYMENT proof. Format: base64({scheme,network,payload:{txHash,asset?}}). Obtain after sending on-chain payment and retry.

No output schema declared.

No examples provided.

km_get_detail ~39

Get details and preview content for a knowledge item. Use this to evaluate a purchase before buying.

NameTypeReqDescription
knowledge_idstringyesKnowledge item ID

No output schema declared.

No examples provided.

km_get_version_history ~70

Get version history of a knowledge item. Shows past snapshots of changes.

NameTypeReqDescription
knowledge_idstringyesKnowledge item ID
pageintegerPage number (default: 1)
per_pageintegerItems per page (default: 20, max: 100)

No output schema declared.

No examples provided.

km_publish ~134

Create and publish a new knowledge item in one step. Either price_sol or price_usdc must be specified.

NameTypeReqDescription
contentstringyesFull content to publish
content_typestringyesType of knowledge content
descriptionstringyesDescription of the knowledge item
price_solnumberPrice in SOL (specify price_sol or price_usdc)
price_usdcnumberPrice in USDC (specify price_sol or price_usdc)
tagsarrayTags for discoverability (max 10)
titlestringyesTitle of the knowledge item

No output schema declared.

No examples provided.

km_purchase ~83

Record a purchase after sending payment on-chain. Submit the transaction hash to unlock content access.

NameTypeReqDescription
chainstringBlockchain used (default: solana)
knowledge_idstringyesKnowledge item ID to purchase
tokenstringToken used for payment (default: SOL)
tx_hashstringyesOn-chain transaction hash of the payment

No output schema declared.

No examples provided.

km_register ~95

Register a new KnowMint account using a Solana keypair. Creates an account and returns an API key for autonomous operations. Run this before using other tools if no API key is configured.

NameTypeReqDescription
base_urlstringKnowMint API base URL override
display_namestringDisplay name for the new account
keypair_pathstringyesPath to Solana keypair JSON file (64-byte array)

No output schema declared.

No examples provided.

km_search ~132

Search knowledge items in KnowMint. Returns a list of items with title, description, price, and metadata.

NameTypeReqDescription
content_typestringFilter by content type
max_resultsintegerMaximum number of results (default: 20)
metadata_domainstringドメインフィルタ
metadata_experience_typestring経験タイプフィルタ
metadata_source_typestring情報ソースフィルタ
querystringyesSearch query
sort_bystringソート順 (デフォルト: newest)

No output schema declared.

No examples provided.

km_wallet_login ~91

Log in to an existing KnowMint account using a Solana keypair. Returns a new API key. Use this if you already registered but need a fresh key.

NameTypeReqDescription
base_urlstringKnowMint API base URL override
key_namestringName for the new API key
keypair_pathstringyesPath to Solana keypair JSON file (64-byte array)

No output schema declared.

No examples provided.

Common questions

What is the io.github.Sou0327/knowmint MCP server?

io.github.Sou0327/knowmint is an MCP server listed in the public MCP registry as io.github.Sou0327/knowmint. AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana. This page covers its npm package (@knowmint/mcp-server).

Is the io.github.Sou0327/knowmint MCP server safe to use?

io.github.Sou0327/knowmint scores 78 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. 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.Sou0327/knowmint MCP server expose?

io.github.Sou0327/knowmint exposes 8 tools: km_search, km_get_detail, km_purchase, km_get_content, km_get_version_history, and 3 more. Their descriptions and schemas cost roughly 746 tokens of context every time the server is loaded.

Is the io.github.Sou0327/knowmint MCP server still maintained?

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

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