note-com-mcp (shimayuz/note-com-mcp) is an MCP server listed on the M8ven Trust Index. It scores 69 out of 100, grade C. It declares 47 tools. No publisher has claimed this listing.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
shimayuz
Source: ModelScope
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
search-notesnote.comの記事を検索
post-draft-note下書き記事を作成・更新
analyze-notes記事の詳細分析を行う(競合分析やコンテンツ成果の比較等)
get-note記事の詳細情報を取得する
search-usersユーザーを検索する
get-userユーザーの詳細情報を取得する
get-user-notesユーザーの記事一覧を取得する
get-comments記事へのコメント一覧を取得する
post-draft-note-with-images画像付きの下書き記事を作成する(API経由で画像を本文に挿入)
post-comment記事にコメントを投稿する
get-likes記事のスキ一覧を取得する
like-note記事にスキをする
unlike-note記事のスキを削除する
search-magazinesマガジンを検索する
get-magazineマガジンの詳細情報を取得する
get-category-notesカテゴリーに含まれる記事一覧を取得する
get-statsダッシュボードのPV統計情報を取得する
add-magazine-noteマガジンに記事を追加する
remove-magazine-noteマガジンから記事を削除する
list-categoriesカテゴリー一覧を取得する
list-hashtagsハッシュタグ一覧を取得する
get-hashtagハッシュタグの詳細を取得する
get-search-history検索履歴を取得する
list-contestsコンテスト一覧を取得する
get-notice-counts通知件数を取得する
get-test-membership-summariesテスト用:加入済みメンバーシップ一覧をダミーデータで取得する
get-test-membership-notesテスト用:メンバーシップの記事一覧をダミーデータで取得する
get-membership-summaries加入済みメンバーシップ一覧を取得する
get-membership-plans自分のメンバーシッププラン一覧を取得する
get-circle-infoサークル情報を取得する
get-membership-notesメンバーシップの記事一覧を取得する
get-my-notes自分の記事一覧(下書きを含む)を取得する
open-note-editor記事の編集ページを開く
search-allnote全体検索(ユーザー、ハッシュタグ、記事など)
upload-imagenote.comに画像をアップロード(アイキャッチ画像用。本文画像は publish-from-obsidian を使用)
upload-images-batchnote.comに複数の画像を一括アップロード
edit-note既存の記事を編集する
publish-note下書き状態の記事を公開する
list-notion-pagesList pages from a Notion database
get-notion-pageGet detailed information about a Notion page
preview-notion-to-notePreview how a Notion page will be converted to note.com format
import-notion-to-noteImport a Notion page to note.com as a draft
convert-obsidian-markdownObsidian MarkdownをnoteのHTML形式に変換(画像はプレースホルダーに置換)
prepare-obsidian-draftObsidian記事をnote下書き用に準備(画像情報を含む)
publish-from-obsidianObsidian記事をnoteに公開(エディタUI操作で書式を適用、画像を自動挿入)
insert-images-to-notenoteエディタで本文に画像を挿入(Playwright使用)
publish-from-obsidian-remoteObsidian記事をnoteに公開(画像データをBase64で受信、リモートサーバー用)
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
MCP_HTTP_HOSTデフォルトのバインドアドレスは127.0.0.1です。環境変数で変更できます。MCP_HTTP_PORTリモートクライアントやn8nから接続するためのHTTPベースの接続方式です。環境変数または--httpフラグで有効化されます。NOTE_ALL_COOKIESNOTE_EMAIL1. / NOTE_PASSWORD が設定されている場合、Playwrightでheadlessログインを実行し、最新のセッションCookieを自動取得NOTE_GQL_AUTH_TOKENNOTE_PASSWORD1. NOTE_EMAIL / が設定されている場合、Playwrightでheadlessログインを実行し、最新のセッションCookieを自動取得NOTE_SESSION_V5NOTE_USER_IDNOTE_XSRF_TOKENNOTION_TOKENPLAYWRIGHT_HEADLESSPLAYWRIGHT_NAV_TIMEOUT_MSDependencies
6 runtime dependencies (4 dev), 1 flagged: playwright
Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
47/47 tools missing one or more hints — search-notes (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); post-draft-note (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); analyze-notes (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +44 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — publish-from-obsidian-remote deletes at line 973 (fs.rmSync(tempDir, { recursive: true, force: true }))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Secrets not logged
63 secret values sent to error
Redact or omit secret values from log output.
Production dependencies are patched
0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.25.2 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dependency freshness
1/6 production deps stale: node-fetch@2023-11-30 (2.8y)
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/shimayuz/note-com-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check