Connection check
verified live · 27h ago
mkdshare
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
Tools
11
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
11 toolsRead from the running server on 27h ago.
archive_document
slug*
Archive a document. For documents you own, archives it for everyone. For shared documents, archives it only for you. Archive a document. For documents you own, archives it for everyone. For shared documents, archives it only for you.
create_annotation
body*slug*end_offsetquoted_textstart_offset
Add an annotation (comment) to a document. Pass quoted_text with the exact passage you want to annotate — the server will locate it automatically. Omit quoted_text to attach to the… Add an annotation (comment) to a document. Pass quoted_text with the exact passage you want to annotate — the server will locate it automatically. Omit quoted_text to attach to the whole document. You can also provide start_offset + end_offset explicitly if needed.
create_document
title*content*expires_atvisibilityeditor_emailsallowed_domain
+2
Create a new mkdshare.DEV document. If visibility is omitted the document is owner-only (login_required, restricted to your email). Create a new mkdshare.DEV document. If visibility is omitted the document is owner-only (login_required, restricted to your email).
get_document
slug*
Read the full markdown content of a document by its slug. Read the full markdown content of a document by its slug.
list_annotations
slug*
List all annotations (comments) on a document. List all annotations (comments) on a document.
list_documents
List all mkdshare.DEV documents owned by or shared with the authenticated user. List all mkdshare.DEV documents owned by or shared with the authenticated user.
poll_device_auth
device_code*
Check whether the user has approved the device authorization. Call every 5 seconds (or the interval returned by a slow_down response) until status is 'complete'. Save the returned… Check whether the user has approved the device authorization. Call every 5 seconds (or the interval returned by a slow_down response) until status is 'complete'. Save the returned api_token to your MCP server config.
request_device_auth
Start a headless Google sign-in. Call this FIRST if you don't have an API token yet. Returns a user_code and verification_url for the user to visit, plus a device_code to use with… Start a headless Google sign-in. Call this FIRST if you don't have an API token yet. Returns a user_code and verification_url for the user to visit, plus a device_code to use with poll_device_auth. No Bearer token required.
search_documents
query*
Search mkdshare.DEV documents by title and content. Returns documents owned by or shared with the authenticated user that match the query. Search mkdshare.DEV documents by title and content. Returns documents owned by or shared with the authenticated user that match the query.
update_document
slug*titlecontentexpires_atvisibilityeditor_emails
+3
Update an existing document you own. Omit any field to keep its current value. Update an existing document you own. Omit any field to keep its current value.
upload_image
data*filename*