Ninjadoc
Ninjadoc is an MCP server for PDF document extraction with visual provenance. When an LLM answers a question about a document, it gets the answer plus a screenshot of the highlighted region in the so…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add db-viteri/ninjadoc
# Browse available tools
npx -y smithery tool list db-viteri/ninjadoc
# Get full schema for a tool
npx -y smithery tool get db-viteri/ninjadoc ask_document
# Call a tool
npx -y smithery tool call db-viteri/ninjadoc ask_document '{}'Direct MCP Connection
Endpoint: https://ninjadoc--db-viteri.run.tools
Required config:
api_key(query) — The API Key from ninjadoc
Tools (1)
ask_document— Fetch a PDF from a URL and ask one or more questions about its content. Returns the grounded answers along with citatio…
# Get full input/output schema for a tool
npx -y smithery tool get db-viteri/ninjadoc