MCP Uptime
← MCP Reliability Index  /  Files & Storage
M

mkdshare.DEV

io.github.PhilipAnd/mkdshare
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
healthy
status
10
tools exposed
390ms
connect latency
78fe46f2285b
schema fingerprint

Tools (10)

list_documents
List all mkdshare.DEV documents owned by or shared with the authenticated user.
get_document
Read the full markdown content of a document by its slug.
create_document
Create a new mkdshare.DEV document.
update_document
Update an existing document you own. Omit any field to keep its current value.
list_annotations
List all annotations (comments) on a document.
create_annotation
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.
archive_document
Archive a document. For documents you own, archives it for everyone. For shared documents, archives it only for you.
search_documents
Search mkdshare.DEV documents by title and content. Returns documents owned by or shared with the authenticated user that match the query.
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 poll_device_auth. No Bearer token required.
poll_device_auth
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.

Endpoint

https://mkdshare.dev/mcp
Category: Files & Storage · Last checked: 2026-07-30T13:48:55Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.