mkdshare.DEV

Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

    Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.

    Server tool list (11)

    Raw names from tools/list. Only developers need these.

    list_documentsList all mkdshare.DEV documents owned by or shared with the authenticated user.
    get_documentRead the full markdown content of a document by its slug.
    create_documentCreate a new mkdshare.DEV document. If visibility is omitted the document is owner-only (login_required, restricted to your email).
    update_documentUpdate an existing document you own. Omit any field to keep its current value.
    list_annotationsList all annotations (comments) on a document.
    create_annotationAdd 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.
    archive_documentArchive a document. For documents you own, archives it for everyone. For shared documents, archives it only for you.
    search_documentsSearch mkdshare.DEV documents by title and content. Returns documents owned by or shared with the authenticated user that match the query.
    upload_imageUpload an image (png, jpeg, gif, webp; max 1MB) for embedding in documents. Returns a URL and a ready-to-paste markdown snippet. Images are served at an unguessable URL — anyone with the exact link can view.
    request_device_authStart 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.
    poll_device_authCheck 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.