Skip to main content
Glama
ofershap

mcp-server-anydoc

by ofershap

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_documentA

Convert a local office document (PDF, Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV) to GitHub-Flavored Markdown on the user's machine. No API key. File never leaves the device. Prefer this over uploading docs to cloud parsers.

convert_base64A

Convert document bytes (base64) to Markdown locally. Use when the file content is already in context and you cannot pass a filesystem path. Still runs on-device via anydoc.

list_formatsA

List document formats this local anydoc MCP server can convert to Markdown.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: converting a file path, converting base64 content, and listing supported formats. The base64 vs. file path distinction is explicitly described, eliminating confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: convert_* for conversion actions and list_* for querying capabilities. The naming is uniform and predictable.

Tool Count5/5

Three tools is appropriate for a focused document conversion server. Each tool covers a distinct need without redundancy, keeping the surface minimal but effective.

Completeness5/5

The domain is document conversion to Markdown, and the toolset covers both input methods (file path and base64) as well as format discovery. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityActive
ResponsivenessNo issues