mcpbeat Sign in

AutEng MCP - Markdown Publishing & Document Share Links MCP Server

answering

AutEng MCP - Markdown Publishing & Document Share Links is answering right now. Last checked 3 min ago. It exposes 7 tools.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
757 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check AutEng MCP - Markdown Publishing & Document Share Links every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add mcp --transport http https://auteng.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://auteng.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://auteng.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://auteng.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://auteng.ai/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

auteng
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 wallet address. Args: wallet_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds (must be within 5 min of server time) wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path in workspace (e.g. "reports/q1.md"). Must end with extension. content: Markdown content (max 100 KB) title: Optional display title (derived from path if omitted)
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_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path of document to delete (e.g. "reports/q1.md")
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_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent prefix: Optional path prefix filter (e.g. "reports/")
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 page (default 20, max 100)
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_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path of document to share (e.g. "reports/q1.md") visibility: Share visibility — only "public" in current version
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 wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path of document to update (e.g. "reports/q1.md") content: New markdown content (max 100 KB)
auteng_publish_markdown
Publish markdown as a publicly shareable AutEng document. Proxies to backend endpoint: POST /api/tools/docs/publish-markdown/

Endpoints

URLTransportStateLatencyChecked
https://auteng.ai/mcp streamable-http answering 882 ms 3 min ago

Alternatives to AutEng MCP - Markdown Publishing & Document Share Links

same job, measured the same way
AutEng MCP - Markdown Publishing & Document Share Links
by auteng

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

7 tools answering
mkdshare.DEV
by philipand

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

11 tools answering
Markdown by mdedit.ai
by mangoappstudio

Create, edit, review, and explicitly publish Live or Snapshot Markdown Documents in mdedit.ai.

127 installs/wk answering
htmldrop
by vin-spiegel

Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.

1 tools answering
PasteMD
by jini-tw

Instant markdown sharing. Create, manage, and share documents with password protection.

answering
RenderMark
by jmsaavedra

Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.

42 installs/wk local only
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
Unmarkdown
by unmarkdown

The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.

37 installs/wk answering

AutEng MCP - Markdown Publishing & Document Share Links — questions

Answers built from our own checks of this server.

What can AutEng MCP - Markdown Publishing & Document Share Links do?
It exposes 7 tools, read directly from the server on our last check. Among them: auteng_docs_create, auteng_docs_delete, auteng_docs_list, auteng_docs_recent, auteng_docs_share, auteng_docs_update and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AutEng MCP - Markdown Publishing & Document Share Links working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 757 ms. The bar chart above shows every period we have measured.
How do I connect AutEng MCP - Markdown Publishing & Document Share Links?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AutEng MCP - Markdown Publishing & Document Share Links need an API key?
No. AutEng MCP - Markdown Publishing & Document Share Links completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AutEng MCP - Markdown Publishing & Document Share Links?
It answers our handshake in 757 ms on average, which is faster than 15% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.