Content Tools
dawloom.com
Converts documents in various formats to GitHub-flavored markdown.
ENDPOINT 1
https://dawloom.com/mcp
MCP server metadata
- Name
- dawloom-tools
- Version
- 2.0.0
Document conversion by Dawloom (https://dawloom.com/developers/). Free, no API key, nothing is stored. Use convert_document when the user gives you a Word, PDF, PowerPoint, Excel, OpenDocument, RTF, EPUB, or CSV file and you need its text as markdown. Pass "url" for a document reachable over HTTP(S), or "base64" for a local file. Always pass "filename" when you know it. Use list_supported_formats when you need to check at runtime whether a format can be converted. Do not use this server for OCR: image-only PDFs have no text to extract. Do not use it for files over 25 MB.
Known tools 2
convert_documentConvert a document (doc, docx, odt, pdf, ppt, pptx, rtf, epub, xls, xlsx, ods, odp, csv) to GitHub-flavored markdown.
Inferred read-onlylist_supported_formatsList every file extension convert_document accepts, with the maximum file size.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dawloom-tools]
url = "https://dawloom.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dawloom-tools": {
"type": "http",
"url": "https://dawloom.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dawloom-tools
Remote MCP URL: https://dawloom.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dawloom-tools": {
"url": "https://dawloom.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dawloom-tools": {
"type": "http",
"url": "https://dawloom.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dawloom-tools",
"transport": "streamable-http",
"url": "https://dawloom.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.