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.

Knowtis

MCPB · KNOWTIS-MCP-0.1.0.MCPB · 2 COMPONENTS · SCANNED SEP 20

Create, search and manage Knowtis collaborative notes from AI assistants.

0 this week 59 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 Security13
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 72 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 668 tokens (~83/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 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 9 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

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.

mcpb · knowtis-mcp-0.1.0.mcpb

Download bundle
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 +1

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

  • 17 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 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

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

  • 10 Sept 26 +1

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

  • 9 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 20 Sept 2026 · Analysed mcpb/https://github.com/jovandyaz/knowtis-app/releases/download/mcp-v0.1.0/knowtis-mcp-0.1.0.mcpb

Provenance No attestation

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

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

MCP tools · 8 exposed · ~589 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
create-note ~152

Create a new note with a title and optional Markdown content. Supports: headings (#, ##, ###), **bold**, *italic*, ~~strikethrough~~, `inline code`, fenced code blocks (```lang), [links](url), lists (-, 1.), task lists (- [ ], - [x]), blockquotes (>), horizontal rules (---), GFM tables (| col | col |), highlight (==text==), superscript (^text^), subscript (~text~), and Mermaid diagrams (```mermaid ... ```).

NameTypeReqDescription
contentstringNote content in Markdown format. Use standard Markdown syntax for rich formatting.
titlestringyesTitle of the new note
NameTypeReqDescription
noteobjectyes

No examples provided.

delete-note ~35

Permanently delete a note. This action cannot be undone.

NameTypeReqDescription
noteIdstringyesThe UUID of the note to delete
NameTypeReqDescription
messagestringyes
successbooleanyes

No examples provided.

get-collaborators ~42

List who has access to a note and their permission level (owner, editor, viewer).

NameTypeReqDescription
noteIdstringyesThe UUID of the note
NameTypeReqDescription
collaboratorsarrayyes

No examples provided.

get-note ~40

Get the full content of a specific note by ID. Content is returned as Markdown.

NameTypeReqDescription
noteIdstringyesThe UUID of the note to retrieve
NameTypeReqDescription
noteobjectyes

No examples provided.

list-notes ~83

List user's notes ordered by recency. Use cursor from a previous call to fetch the next page; prefer search-notes for content lookup.

NameTypeReqDescription
cursorstringOpaque cursor from a previous list-notes call
limitintegerPage size (default 20)
searchstringSearch query to filter notes by title or content
NameTypeReqDescription
nextCursorstring
notesarrayyes

No examples provided.

search-notes ~75

Search across all accessible notes by meaning and keywords (hybrid full-text + semantic). Returns the most relevant notes; use get-note to read a result.

NameTypeReqDescription
limitintegerMaximum hits to return (default 20)
querystringyesWhat to look for, e.g. "budget decisions from June"
NameTypeReqDescription
hitsarrayyes

No examples provided.

share-note ~59

Share a note with another user by their user ID.

NameTypeReqDescription
noteIdstringyesThe UUID of the note to share
permissionstringyesPermission level
userIdstringyesThe UUID of the user to share with
NameTypeReqDescription
successbooleanyes

No examples provided.

update-note ~103

Update the title or content of an existing note. Content should be in Markdown format (same syntax supported as create-note: headings, bold/italic/strike/code, lists, task lists, tables, blockquotes, highlight, super/subscript, Mermaid diagrams).

NameTypeReqDescription
contentstringNew content in Markdown format. This replaces the entire note content.
noteIdstringyesThe UUID of the note to update
titlestringNew title
NameTypeReqDescription
noteobjectyes

No examples provided.

Common questions

What is the Knowtis MCP server?

Knowtis is an MCP server listed in the public MCP registry as app.knowtis/knowtis. Create, search and manage Knowtis collaborative notes from AI assistants. This page covers its MCPB bundle (https://github.com/jovandyaz/knowtis-app/releases/download/mcp-v0.1.0/knowtis-mcp-0.1.0.mcpb).

Is the Knowtis MCP server safe to use?

Knowtis scores 59 out of 100 on VerifyMCP. 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 Knowtis MCP server expose?

Knowtis exposes 8 tools: list-notes, search-notes, get-note, create-note, update-note, and 3 more. Their descriptions and schemas cost roughly 589 tokens of context every time the server is loaded.

What licence is the Knowtis MCP server under?

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