Back to search
30
MCP

@markdown-for-agents/web

jsr/@markdown-for-agents/web

Web-standard middleware that converts HTML responses to Markdown for AI agents and LLMs. Works with any Fetch API runtime.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@markdown-for-agents/hono
Hono middleware that converts HTML responses to Markdown for AI agents and LLMs
0 tools
@markdown-for-agents/core
Runtime-agnostic HTML to Markdown converter optimized for LLM consumption, with content extraction, token estimation, and a plugin system.
0 tools
@markdown-for-agents/audit
Audit utility that measures token and byte reduction when converting HTML to Markdown for AI agents
0 tools
markdown-for-agents-mcp
MCP server for AI agents — fetch any URL with full JavaScript rendering (Playwright/Chromium) and convert to clean, token-efficient markdown
0 tools
Wick
Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.
0 tools
Wick
Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.
0 tools

How to use

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

{
  "mcpServers": {
    "@markdown-for-agents/web": {
      "url": "None",
      "transport": "http"
    }
  }
}