Parse a Document with Superlinked MCP
Use the connected Superlinked MCP server to convert the source file to markdown
through the MCP docs_to_markdown tool, then work from the markdown artifact.
Steps
Do not open, view, attach, or read the source document into context. Read its raw bytes only and base64-encode those bytes.
Call the Superlinked MCP
docs_to_markdowntool with:document_base64: the base64-encoded source bytesfilename: the original filenameengine:autounless the user explicitly asks to forcedoclingorvl-ocrocr: leavefalseunless forcing thedoclingOCR path
Write the returned markdown to
processed/<source-stem>.md. Createprocessed/if it does not exist.Your next message must begin with a short receipt, then answer from the artifact selectively:
Parsed <source> -> processed/<source-stem>.md (<chars> chars)If the MCP metadata includes token-saving figures, include those figures directly under the receipt. Keep estimates marked as estimates.
Answer the user's question from the artifact. Grep or read specific sections; do not read the whole markdown file unless it is small.
Errors
If the MCP call fails, relay the tool error and do not retry blindly. For auth
or connector errors, tell the user to reinstall the generated MCP plugin pack or
rerun the generated claude mcp add ... --header 'Authorization: Bearer ...'
command from INSTALL.md.