Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'list_documents', 'name': 'list_documents', 'description': 'List all mkdshare.DEV documents owned by or shared with the authenticated user.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_document', 'name': 'get_document', 'description': 'Read the full markdown content of a document by its slug.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_document', 'name': 'create_document', 'description': 'Create a new mkdshare.DEV document.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'update_document', 'name': 'update_document', 'description': 'Update an existing document you own. Omit any field to keep its current value.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_annotations', 'name': 'list_annotations', 'description': 'List all annotations (comments) on a document.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_annotation', 'name': 'create_annotation', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'archive_document', 'name': 'archive_document', 'description': 'Archive a document. For documents you own, archives it for everyone. For shared documents, archives it only for you.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_documents', 'name': 'search_documents', 'description': 'Search mkdshare.DEV documents by title and content. Returns documents owned by or shared with the authenticated user that match the query.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 592.0ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mkdshare.dev/mcp
JSON-RPC initialize probe
curl -X POST https://mkdshare.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://mkdshare.dev/mcp
Listed at (chiark)
https://chiark.ai/agents/202df402-0319-4ec4-9f0e-e1fe877c8dad