← alpha-systems.net

INDIVIDUAL MCP TOOL

markdown_to_docx

Convert Markdown into an editable Microsoft Word (.

alpha-systems.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

alpha-systems.net

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.alpha-pdf]
url = "https://alpha-systems.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alpha-pdf": {
      "type": "http",
      "url": "https://alpha-systems.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alpha-pdf": {
      "type": "http",
      "url": "https://alpha-systems.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alpha-pdf",
  "transport": "streamable-http",
  "url": "https://alpha-systems.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • generate_pdf — Convert Markdown into a clean, professionally formatted PDF and return a downloadable URL.
  • markdown_to_html — Convert Markdown into a styled, standalone HTML document.
  • merge_pdfs — Merge multiple PDFs into a single PDF.
  • watermark_pdf — Stamp a diagonal text watermark across every page of a PDF.
  • check_recalls — Check whether a product, brand, drug, or vehicle has an official US recall or safety alert.