Skip to content
Back to search
30
MCP

@markdown-for-agents/core

jsr/@markdown-for-agents/core

Runtime-agnostic HTML to Markdown converter optimized for LLM consumption, with content extraction, token estimation, and a plugin system.

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

Similar MCP servers embedding-nearest

@markdown-for-agents/web
Web-standard middleware that converts HTML responses to Markdown for AI agents and LLMs. Works with any Fetch API runtime.
0 tools
@markdown-for-agents/hono
Hono middleware that converts HTML responses to Markdown for AI agents and LLMs
0 tools
@markdown-for-agents/audit
Audit utility that measures token and byte reduction when converting HTML to Markdown for AI agents
0 tools
agent-web — URL to LLM-ready markdown: a polite, robots-respecting web page reader (free)
URL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key
0 tools · streamable-http
AgentFetch
Fetch and convert web content to Markdown with smart routing and token counting.
0 tools
Markdown to HTML
Convert Markdown to clean HTML with headings, lists, and code blocks.
0 tools

How to use

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

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