MCP server exposing 3 tools for markdown.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/markdown/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
markdown_to_text — Convert Markdown to readable plain text (keyless, offline): strips headings, emphasis, code fences, and turns links/images into their text/alt. Ideal for de-formatting Markdown.extract_links — Extract all Markdown links [text](url) (and bare autolinks) as {text, url} pairs (keyless, offline).extract_headings — Extract the ATX heading outline (# … ######) as {level, text} entries (keyless, offline).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/markdown/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io