Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Docs MD — Markdown Share

com.docs-md/markdown-share

Share markdown as public links from your AI assistant — expiring or permanent, no API key.

Uptime
100.0%
2 direct probes · 30d
Response
662ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

share_markdown

Share a markdown file and get a public URL. Returns an edit token that can be used later to update or delete the share.

update_share

Replace the content of an existing share using its id and edit token.

delete_share

Permanently delete a share using its id and edit token.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "docs_md_—_markdown_share": {
      "url": "https://docs-md.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}