mdapi — HTML to Markdown for AI agents for Claude Desktop
in.fastdb.md/mdapi
Web page or HTML to clean LLM-ready Markdown or JSON. x402 pay-per-call, $0.005, no API key.
client:Claude Desktop
transport:streamable-http
tools:3
Install mdapi — HTML to Markdown for AI agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mdapi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://md.fastdb.in/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs