← Registry

Content Tools

file2markdown.ai

This server fetches URLs or base64-encoded files and converts them to Markdown, while also checking usage limits and supported formats.

1 endpoint4 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://mcp.file2markdown.ai/mcp

No auth detected

MCP server metadata

Name
file2markdown
Capabilities
experimentalpromptsresourcestools
Server instructions

Convert documents and web pages to clean Markdown. Use convert_url for anything reachable by URL (web pages, PDFs, Office files); convert_base64 for local file contents. Anonymous callers get 5 conversions/day per network; a Pro API key removes the limit and enables OCR for scanned PDFs and images. Keys: https://www.file2markdown.ai/account

Known tools 4

convert_url

Fetch a URL (web page, PDF, Office doc, and more) and convert it to Markdown.

Inferred read-only
convert_base64

Convert base64-encoded file contents to Markdown.

Inferred read-only
list_supported_formats

List supported input formats, per-tier limits, and which features need Pro.

Inferred read-only
usage_status

Check your tier and remaining conversions before burning a call.

Inferred read-only

CONNECT 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.file2markdown]
url = "https://mcp.file2markdown.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "file2markdown": {
      "type": "http",
      "url": "https://mcp.file2markdown.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: file2markdown
Remote MCP URL: https://mcp.file2markdown.ai/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": {
    "file2markdown": {
      "url": "https://mcp.file2markdown.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "file2markdown": {
      "type": "http",
      "url": "https://mcp.file2markdown.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "file2markdown",
  "transport": "streamable-http",
  "url": "https://mcp.file2markdown.ai/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.