{"name":"com.notepom/notepom","slug":"notepom","title":"NotePom","description":"Persistent workspace and visual memory for humans and autonomous agents.","url":"https://mcp.market/server/notepom","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T08:10:48.401Z","last_ok_at":"2026-09-21T08:10:48.401Z","latency_ms":830},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://notepom.com/mcp","version":"2.1.0","remotes":[{"type":"streamable-http","url":"https://api.notepom.com/mcp"}],"packages":[],"tools":[{"name":"accept_collaboration_invitation","description":"Accept an exact pending collaboration invitation addressed to this account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invitationId":{"type":"string","format":"uuid"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["invitationId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_stripe_onboarding_session","description":"Create a short-lived Stripe Connect onboarding link with NotePom return paths.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","pattern":"^[A-Za-z]{2}$"},"idempotencyKey":{"type":"string","minLength":1,"maxLength":160}},"required":["idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delete_own_agent_account","description":"Permanently delete only the currently authenticated agent account, its workspace, uploads, public pages, history, collaborations and every credential. Call this terminal operation only after the human operator explicitly requests deletion and provides the exact confirmation value.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmation":{"type":"string","const":"DELETE MY NOTEPOM AGENT ACCOUNT","description":"Exact irreversible-deletion confirmation. Only use this after the human operator explicitly requests permanent account deletion."},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["confirmation","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"disable_listing","description":"Reversibly stop a seller-owned listing by productId after client confirmation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","minLength":1,"maxLength":160},"idempotencyKey":{"$ref":"#/properties/productId"}},"required":["productId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_collaboration_note","description":"Read an exact collaboration note and its Pretext documents after checking inherited access.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","format":"uuid"},"noteId":{"type":"string","minLength":1,"maxLength":160}},"required":["workspaceId","noteId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_listing","description":"Return one marketplace listing owned by the authenticated seller. Provide exactly one of productId or slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","minLength":1,"maxLength":160},"slug":{"$ref":"#/properties/productId"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_note","description":"Read one NotePom note as Markdown while preserving the underlying Pretext document.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"noteId":{"type":"string","minLength":1,"maxLength":160}},"required":["noteId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_notepom_capabilities","description":"Call this first. Discover NotePom as persistent workspace memory, inspect the current autonomous-agent signup mode, and receive the safe bootstrap sequence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_seller_status","description":"Return bounded Stripe Connect seller status and commission information.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"invite_collaborator","description":"Invite a collaborator by NotePom username or email. To share the entire workspace as one Drive, use entityType folder with the rootFolderId returned by list_workspace. An email invitation can be created before the recipient has a NotePom account; the recipient must explicitly accept after signing in with that address.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","format":"uuid"},"entityType":{"type":"string","enum":["note","folder"]},"entityId":{"type":"string","minLength":1,"maxLength":160},"identity":{"type":"string","minLength":3,"maxLength":320,"description":"A NotePom username or an email address. Email invitations may target someone who has not created an account yet."},"language":{"type":"string","minLength":1,"maxLength":32,"description":"BCP 47 language for an invitation recipient without a saved NotePom preference."},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["workspaceId","entityType","entityId","identity","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_collaboration_invitations","description":"List pending collaboration invitations addressed to the authenticated account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_public_pages","description":"List active public pages owned by the authenticated workspace without password hashes or private URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_sellable_content","description":"List bounded metadata for the authenticated user’s notes and media occurrences.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"type":"string","enum":["all","note","media"]},"limit":{"type":"integer","minimum":1,"maximum":50},"cursor":{"type":"string","pattern":"^\\d{1,12}$"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_seller_sales","description":"Return paid seller sales only, bounded and grouped by currency.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":50},"cursor":{"type":"string","pattern":"^\\d{1,12}$"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_shared_with_me","description":"List collaboration targets shared with the authenticated account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_workspace","description":"List the authenticated NotePom workspace tree, files and trash without private storage URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"move_file","description":"Move an exact NotePom file into a folder or to the workspace root.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fileId":{"type":"string","minLength":1,"maxLength":160},"folderId":{"anyOf":[{"$ref":"#/properties/fileId"},{"type":"null"}]},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["fileId","folderId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"move_workspace_item","description":"Move a note or folder to an exact destination.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entityType":{"type":"string","enum":["note","folder"]},"entityId":{"type":"string","minLength":1,"maxLength":160},"destinationId":{"anyOf":[{"$ref":"#/properties/entityId"},{"type":"null"}]},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["entityType","entityId","destinationId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"prepare_checkout","description":"Prepare a public NotePom checkout handoff without creating a Stripe session or purchase.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":160}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"publish_media_listing","description":"Publish or update a media marketplace listing after readiness and client confirmation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"noteId":{"type":"string","minLength":1,"maxLength":160},"amountMinor":{"type":"integer","minimum":0,"maximum":9007199254740991},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"},"description":{"type":"string","maxLength":4000},"languageMode":{"type":"string","enum":["auto","manual"]},"contentLanguage":{"type":"string","maxLength":64},"readinessToken":{"type":"string","minLength":20,"maxLength":4000},"idempotencyKey":{"$ref":"#/properties/noteId"},"mediaId":{"$ref":"#/properties/noteId"},"fileId":{"$ref":"#/properties/noteId"}},"required":["noteId","amountMinor","currency","readinessToken","idempotencyKey","mediaId","fileId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"publish_note_listing","description":"Publish or update a complete-note marketplace listing after readiness and client confirmation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"noteId":{"type":"string","minLength":1,"maxLength":160},"amountMinor":{"type":"integer","minimum":0,"maximum":9007199254740991},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"},"description":{"type":"string","maxLength":4000},"languageMode":{"type":"string","enum":["auto","manual"]},"contentLanguage":{"type":"string","maxLength":64},"readinessToken":{"type":"string","minLength":20,"maxLength":4000},"idempotencyKey":{"$ref":"#/properties/noteId"}},"required":["noteId","amountMinor","currency","readinessToken","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"publish_page","description":"Publish an exact note, folder or file as a NotePom public page.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"entityType":{"type":"string","enum":["note","folder","file"]},"entityId":{"type":"string","minLength":1,"maxLength":160},"slug":{"type":"string","minLength":1,"maxLength":300},"accessMode":{"type":"string","enum":["public","password"]},"isListedOnProfile":{"type":"boolean"},"isIndexed":{"type":"boolean"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["entityType","entityId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"purge_trash_entry","description":"Permanently delete one exact NotePom trash entry and its unreferenced stored objects.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"trashEntryId":{"type":"string","minLength":1,"maxLength":160},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["trashEntryId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"read_file","description":"Read up to 10 MiB from an authenticated NotePom file as base64 without a signed storage URL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fileId":{"type":"string","minLength":1,"maxLength":160}},"required":["fileId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"register_agent_account","description":"When persistent memory is requested and no credentials exist, create a distinct NotePom agent account. Store the returned one-time key in the host secret store, then reconnect with it as a Bearer credential.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","minLength":3,"maxLength":64},"password":{"type":"string","minLength":12,"maxLength":200},"email":{"type":"string","format":"email","maxLength":320},"language":{"type":"string","minLength":1,"maxLength":32}},"required":["identifier","password"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"restore_trash_entry","description":"Restore an exact NotePom trash entry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"trashEntryId":{"type":"string","minLength":1,"maxLength":160},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["trashEntryId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"revoke_collaboration_invitation","description":"Revoke an exact invitation issued from the authenticated workspace.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invitationId":{"type":"string","format":"uuid"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["invitationId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"revoke_collaborator","description":"Revoke one exact collaboration grant owned by the authenticated workspace.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"grantId":{"type":"string","format":"uuid"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["grantId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_workspace","description":"Search notes, folders and file metadata in the authenticated workspace.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":240}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"trash_file","description":"Move an exact NotePom file to trash.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fileId":{"type":"string","minLength":1,"maxLength":160},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["fileId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"trash_workspace_item","description":"Move an exact note or folder and its descendants to the NotePom trash.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entityType":{"type":"string","enum":["note","folder"]},"entityId":{"type":"string","minLength":1,"maxLength":160},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["entityType","entityId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"unpublish_page","description":"Revoke an exact NotePom public page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pageId":{"type":"string","format":"uuid"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["pageId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_collaboration_note","description":"Replace the shared body of an exact collaboration note from Markdown with idempotency and an optional expected revision.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","format":"uuid"},"noteId":{"type":"string","minLength":1,"maxLength":160},"markdown":{"type":"string","maxLength":5000000},"expectedRevision":{"type":"integer","minimum":0},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["workspaceId","noteId","markdown","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_public_page","description":"Update access and visibility settings for an exact NotePom public page.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"pageId":{"type":"string","format":"uuid"},"slug":{"type":"string","minLength":1,"maxLength":300},"accessMode":{"type":"string","enum":["public","password"]},"isListedOnProfile":{"type":"boolean"},"isIndexed":{"type":"boolean"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["pageId","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upload_file","description":"Upload up to 10 MiB through NotePom without exposing a private storage URL.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fileId":{"type":"string","minLength":1,"maxLength":160},"folderId":{"anyOf":[{"$ref":"#/properties/fileId"},{"type":"null"}]},"name":{"type":"string","minLength":1,"maxLength":320},"mimeType":{"type":"string","minLength":1,"maxLength":160},"contentBase64":{"type":"string","minLength":1,"maxLength":14000000},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["name","mimeType","contentBase64","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upsert_folder","description":"Create, rename or reparent a NotePom folder.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"folderId":{"type":"string","minLength":1,"maxLength":160},"name":{"type":"string","minLength":1,"maxLength":240},"parentId":{"anyOf":[{"$ref":"#/properties/folderId"},{"type":"null"}]},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["name","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upsert_note","description":"Create or update a real Pretext note. Use markdown for simple content or pretextBlocks for text colors, highlights, typography, links and native word animations. For images/audio/video/files, call upload_file first and reference its fileId in media; media never accepts file bytes, URLs or base64. Media supports editable Pretext anchoring, fractional sizing, positioning, rotation and hidden-until-click. Omit folderId to create at the workspace root.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"noteId":{"type":"string","minLength":1,"maxLength":160},"folderId":{"$ref":"#/properties/noteId"},"parentNoteId":{"anyOf":[{"$ref":"#/properties/noteId"},{"type":"null"}]},"title":{"type":"string","maxLength":300},"markdown":{"type":"string","maxLength":5000000,"description":"Simple semantic content. Never put base64, data URLs or raw HTML here; use pretextBlocks and media for visual notes."},"pretextBlocks":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"paragraph"},"runs":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string","maxLength":100000,"description":"Literal text for this visual run. Raw HTML is escaped."},"bold":{"type":"boolean","description":"Render this run with native Pretext bold styling."},"italic":{"type":"boolean","description":"Render this run with native Pretext italic styling."},"underline":{"type":"boolean","description":"Underline this run without replacing its other styles."},"strikethrough":{"type":"boolean","description":"Strike through this run without replacing its other styles."},"textColor":{"type":"string","pattern":"^#[0-9a-fA-F]{6}$","description":"Text color as #RRGGBB."},"backgroundColor":{"$ref":"#/properties/pretextBlocks/items/anyOf/0/properties/runs/items/properties/textColor","description":"Highlight color as #RRGGBB."},"fontSize":{"type":"number","minimum":8,"maximum":96,"description":"Font size in CSS pixels."},"fontFamily":{"type":"string","enum":["inherit","literata","atkinson"],"description":"A font available in the NotePom Pretext renderer."},"letterSpacing":{"type":"number","minimum":-0.05,"maximum":0.3,"description":"Letter spacing in em."},"animation":{"type":"string","enum":["wave","pulse","rainbow","bounce","float","shake","swing","spin","typewriter","sparkle","gradient"],"description":"Native durable Pretext word animation."},"href":{"type":"string","format":"uri","maxLength":2000,"description":"Safe HTTP(S) or mailto link for this run."}},"required":["text"],"additionalProperties":false},"minItems":1,"maxItems":200},"align":{"type":"string","enum":["left","center","right","justify"]},"lineHeight":{"type":"number","minimum":1,"maximum":3}},"required":["type","runs"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"heading"},"level":{"type":"number","enum":[1,2,3]},"runs":{"$ref":"#/properties/pretextBlocks/items/anyOf/0/properties/runs"},"align":{"type":"string","enum":["left","center","right"]}},"required":["type","level","runs"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"bulletList"},"items":{"type":"array","items":{"$ref":"#/properties/pretextBlocks/items/anyOf/0/properties/runs"},"minItems":1,"maxItems":100}},"required":["type","items"],"additionalProperties":false}]},"maxItems":500,"description":"Native visual Pretext blocks. Prefer this field when colors, typography, links or word animations matter."},"media":{"type":"array","items":{"type":"object","properties":{"fileId":{"type":"string","minLength":1,"maxLength":160,"description":"The id returned by upload_file. Do not provide a URL or base64 payload."},"kind":{"type":"string","enum":["image","audio","video","file"]},"alt":{"type":"string","maxLength":500},"align":{"type":"string","enum":["left","right","center","none","free"]},"anchor":{"type":"integer","minimum":0,"maximum":5000000,"description":"Character offset in note text, or page anchor index when anchorMode is page."},"anchorMode":{"type":"string","enum":["text","page"],"description":"Anchor the editable Pretext medium to text flow or to the page."},"xFrac":{"type":"number","minimum":0,"maximum":1,"description":"Horizontal position as a fraction of content width."},"widthFrac":{"type":"number","minimum":0.05,"maximum":1,"description":"Media width as a fraction of content width. Required with anchor."},"dyLines":{"type":"number","minimum":-1000,"maximum":1000,"description":"Vertical offset from the anchor measured in text lines."},"rotation":{"type":"number","minimum":-180,"maximum":180},"hiddenUntilClick":{"type":"boolean"}},"required":["fileId","kind"],"additionalProperties":false},"maxItems":50},"contentMode":{"type":"string","enum":["replace","append","prepend"]},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160},"expectedUpdatedAt":{"type":"string","format":"date-time"}},"required":["title","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_listing_readiness","description":"Purely validate a note or media listing and issue a short-lived bound preparation token when ready.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"type":"string","enum":["note","media"]},"noteId":{"type":"string","minLength":1,"maxLength":160},"fileId":{"$ref":"#/properties/noteId"},"mediaId":{"$ref":"#/properties/noteId"},"amountMinor":{"type":"integer","minimum":0,"maximum":9007199254740991},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}},"required":["kind","noteId","amountMinor","currency"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"verify_agent_account","description":"Complete an email-required agent registration. Store the returned one-time key in the host secret store, then reconnect with it as a Bearer credential.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"requestId":{"type":"string","format":"uuid"},"code":{"type":"string","pattern":"^\\d{6}$"}},"required":["requestId","code"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T05:05:39.941Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:05:39.867Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1884ms"]},"poisoning":{"score":15,"max":15,"notes":["39 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 10 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.notepom.com/mcp","reachable":true,"authRequired":false,"latencyMs":1884,"serverInfo":{"name":"notepom","version":"2.3.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://notepom.com/pwa-logo-rounded-512.png","source":"site","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}