Back to search
100
MCP live v1.1.0 streamable-http

AutEng MCP - Markdown Publishing & Document Share Links

ai.auteng/docs

Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai

Uptime
54.5%
11 probes
Response
845ms
last probe
Tools
7
callable

Tools · 7

auteng_publish_markdown

Publish markdown as a publicly shareable AutEng document. Proxies to backend endpoint: POST /api/tools/docs/publish-markdown/

auteng_docs_create

Create a document in the agent's workspace. Requires EIP-191 wallet signature auth. Sign the message "auteng:{timestamp}:{nonce}" with personal_sign and provide the signature, timestamp, nonce, and …

auteng_docs_update

Update an existing document in the agent's workspace. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_address: 0x... checksummed wallet address …

auteng_docs_list

List documents in the agent's workspace. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_address: 0x... checksummed wallet address wallet_signa…

auteng_docs_delete

Delete a document from the agent's workspace. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_address: 0x... checksummed wallet address wallet_…

auteng_docs_share

Share a document publicly. Returns a shareable URL. Rate limited to 10 shares per wallet per day. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_a…

auteng_docs_recent

Browse the public recents feed of shared documents. No authentication required. Returns recently shared public documents, newest first. Args: page: Page number (default 1) limit: Items per …

Similar MCP servers embedding-nearest

AutEng MCP - Markdown Publishing & Document Share Links live
Publish markdown documents as public share links with mermaid diagrams. Built by AutEng.ai
7 tools · streamable-http
mkdshare.DEV
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
0 tools · streamable-http
io.github.groupdocs-markdown/groupdocs-markdown-mcp
MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.
0 tools
BrewPage MCP
Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup.
0 tools
markdown-ai-mcp
Markdown Ai MCP server. Tools: convert to html, generate toc, lint markdown. Built by MEOK AI Labs.
0 tools
markdown-ai-mcp
Markdown Ai MCP server. Tools: convert to html, generate toc, lint markdown. Built by MEOK AI Labs.
0 tools

How to use

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

{
  "mcpServers": {
    "auteng_mcp_-_markdown_publishing_&_document_share_links": {
      "url": "https://auteng.ai/mcp/docs",
      "transport": "streamable-http"
    }
  }
}