34 tools from the AI Answer Copier MCP Server, categorised by risk level.
View the AI Answer Copier policy →analyze_document Analyze Markdown and return comprehensive statistics: line/word/character/paragraph/sentence counts, heading/code/table/link/image counts, and esti... extract_code_blocks Extract all code blocks from Markdown. Returns JSON array with language, code content, and start/end line numbers. extract_links Extract all links and images from Markdown. Returns JSON with text, URL, line number, and type (inline, reference, image, autolink). extract_structure Extract full document structure overview: statistics, heading outline, code block summary, and link summary. harmonize_markdown Standardize and normalize Markdown syntax without changing the document's meaning. Re-formats headers (ATX-style), normalizes list markers to '-', ... html_to_markdown Convert HTML content (full document or fragment) back to Markdown. Handles headings, tables, lists, code blocks, links, images, and inline formatting. batch_convert Batch-convert multiple Markdown documents to one or more output formats in a single call. Accepts an array of items (each with markdown content and... 2/5 convert_to_asciidoc Convert Markdown to AsciiDoc format with = headers, ---- code blocks, url[text] links, and image:: directives. 2/5 convert_to_bbcode Convert Markdown to BBCode format with [b], [i], [code], [url], [img] tags for phpBB/vBulletin forums. 2/5 convert_to_confluence Convert Markdown to Confluence wiki markup with {info}, {note} panels and {code:language=x} syntax. 2/5 convert_to_csv Extract tables from Markdown and convert them to CSV format. Parses GFM pipe-tables from the input and outputs comma-separated values. Non-table co... 2/5 convert_to_discord Convert Markdown to Discord-compatible format with styled bold/underline headers and preserved code blocks. 2/5 convert_to_docx Convert Markdown to a Microsoft Word DOCX file. Produces a binary .docx document with styled headings, bold/italic text, numbered and bulleted list... 2/5 convert_to_email_html Convert Markdown to email-optimized HTML with all styles inlined, compatible with Outlook, Gmail, and Apple Mail. 2/5 convert_to_html Convert Markdown to a complete, styled HTML document. Renders GFM (tables, task lists, strikethrough) and KaTeX math into semantic HTML with an emb... 2/5 convert_to_image Convert Markdown to a PNG image. Renders the Markdown as styled HTML (GFM tables, KaTeX math) and takes a full-page screenshot via a headless Chrom... 2/5 convert_to_jira Convert Markdown to JIRA wiki markup with h1./h2. headings, {code} blocks, and [text|url] links. 2/5 convert_to_json Convert Markdown to a structured JSON representation. Parses the document into a JSON object with sections, headings, paragraphs, lists, code block... 2/5 convert_to_latex Convert Markdown to LaTeX source code. Produces a LaTeX document fragment with \section, \textbf, \textit, list environments, verbatim code blocks,... 2/5 convert_to_md Export Markdown content, optionally harmonizing its formatting first. When harmonize=false (default), returns the input unchanged. When harmonize=t... 2/5 convert_to_mediawiki Convert Markdown to MediaWiki markup with == headers, '''bold''', <syntaxhighlight> tags, and {| wikitable syntax. 2/5 convert_to_orgmode Convert Markdown to Emacs Org Mode format with * headers, #+BEGIN_SRC/#+END_SRC code, and [[url][text]] links. 2/5 convert_to_pdf Convert Markdown to a PDF document. Renders the Markdown as styled HTML (GFM tables, KaTeX math) and prints it to PDF via a headless Chromium brows... 2/5 convert_to_rst Convert Markdown to reStructuredText (RST) format with underlined headers, .. code-block:: directives, and RST reference syntax. 2/5 convert_to_rtf Convert Markdown to Rich Text Format (RTF). Produces an RTF document string preserving basic formatting: bold, italic, headers, lists, and code blo... 2/5 convert_to_slack Convert Markdown to Slack mrkdwn format. Bold as *, links as <url|text>, headers as bold text. 2/5 convert_to_textile Convert Markdown to Textile markup format for Redmine, Basecamp, and CMS platforms. 2/5 convert_to_txt Convert Markdown to plain text by stripping all formatting — removes headers, bold/italic markers, links, images, code fences, and HTML tags. The r... 2/5 convert_to_xlsx Convert Markdown tables to a Microsoft Excel XLSX spreadsheet. Each table becomes a sheet in the workbook. Non-table content is ignored. Binary for... 2/5 convert_to_xml Convert Markdown to an XML document. Produces well-formed XML with an <?xml?> declaration and structured elements including section, heading, parag... 2/5 generate_html Generate a complete, self-contained HTML document from Markdown with all styles inlined. Returns the HTML string directly — no file is written to d... 2/5 generate_toc Generate a Markdown Table of Contents from headings with configurable max_depth (1-6) and indented links. 2/5 lint_markdown Lint Markdown and report issues as a JSON array with line number, severity, rule name, message, and fixable flag. 2/5 repair_markdown Repair broken Markdown from LLM output or copy-paste. Fixes unclosed code fences, broken tables, stray emphasis markers, missing heading spaces, an... 2/5 The AI Answer Copier MCP server exposes 34 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the AI Answer Copier server.
AI Answer Copier tools are categorised as Read (6), Write (28). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept