GroupDocs.Total.Mcp AGENTS.md

An AGENTS.md guide for AI coding agents working on GroupDocs.Total for .NET. GroupDocs.Total combines ten document-related product engines and exposes them through one MCP server.

In plain words
What is it for?
Use it when an agent needs orientation before changing this repository or using its 38 MCP tools. It also explains that the bundled server should not be used alongside overlapping per-product servers.
Why use it?
It gives agents the repository’s purpose, layout, dependencies, and available tools so they can work within the project correctly.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/groupdocs-total/groupdocs.total.mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/groupdocs-total/GroupDocs.Total.Mcp

Made for: Codex, OpenCode.

Per session 1,731 This file is loaded in full into every session.
When invoked 1,731 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01731 $0.01731
Opus 5 $0.00865 $0.00865
Sonnet 5 $0.00346 $0.00346
Haiku 4.5 $0.00173 $0.00173

Measured 2d ago against content hash 143032d2f4c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

GroupDocs.Total.Mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — Guide for AI coding agents

Brief orientation for AI coding agents (Claude Code, Copilot, Cursor, Aider, Amp, Codex) working in this repository.

What this repo is

A unified MCP server for GroupDocs.Total for .NET — bundles 10 GroupDocs product engines (Annotation, Comparison, Conversion, Markdown, Merger, Metadata, Parser, Redaction, Signature, Watermark) plus cross-product document-info and page-preview tools, exposed via a single MCP endpoint to AI agents.

Published to NuGet as GroupDocs.Total.Mcp with the McpServer package type, and to ghcr.io/groupdocs-total/total-net-mcp + docker.io/groupdocs/total-net-mcp as a container image.

Designed to be used standalone. Do not attach the per-product MCPs (GroupDocs.Annotation.Mcp, GroupDocs.Signature.Mcp, …) alongside — they ship overlapping tools.

MCP tools exposed (38 total)

Tool names follow {Product}{Verb}{Noun} PascalCase to disambiguate across the 10 bundled domains. Cross-product tools stay short. Every [Description] opens with [GroupDocs.<Product>] so AI agents can identify the owning product.

Domain # Tools
Cross-product 2 GetDocumentInfo (Parser engine), GetDocumentPageImage (Viewer engine)
Annotation 8 AnnotationAddAnnotation, AnnotationGetAnnotations, AnnotationUpdateAnnotation, AnnotationRemoveAnnotations, AnnotationAddReply, AnnotationRemoveReplies, AnnotationImportAnnotations, AnnotationExportAnnotations
Signature 7 SignatureSign, SignatureVerify, SignatureSearchTextSignatures, SignatureSearchBarcodes, SignatureSearchQrCodes, SignatureSearchDigitalSignatures, SignatureSearchImageSignatures
Comparison 1 ComparisonCompare
Conversion 2 ConversionConvert, ConversionGetSupportedFormats
Markdown 2 MarkdownConvertToMarkdown, MarkdownComposeFromMarkdown
Merger 2 MergerMerge, MergerSplit
Metadata 2 MetadataReadMetadata, MetadataRemoveMetadata
Parser 5 ParserExtractText, ParserExtractImages, ParserExtractTables, ParserExtractMetadata, ParserExtractBarcodes
Redaction 4 RedactionRedactText, RedactionRedactImageArea, RedactionRedactAnnotations, RedactionEraseMetadata
Watermark 3 WatermarkAddWatermark, WatermarkSearchWatermarks, WatermarkRemoveWatermarks

Read the full file on GitHub · 92 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 92 lines · 1,731 tokens per session scan A 143032d2f4c1

Subscribe to this mod's changes

GroupDocs.Total.Mcp AGENTS.md is an instructions file published in the GitHub repository groupdocs-total/GroupDocs.Total.Mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 1,731 tokens to every session, about $0.0087 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

GroupDocs.Conversion.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-conversion/GroupDocs.Conversion.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-conversion/GroupDocs.Conversion.Mcp · 1,248 tokens

GroupDocs.Markdown.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-markdown/GroupDocs.Markdown.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-markdown/GroupDocs.Markdown.Mcp · 1,336 tokens

GroupDocs.Annotation.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-annotation/GroupDocs.Annotation.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-annotation/GroupDocs.Annotation.Mcp · 1,951 tokens

GroupDocs.Watermark.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-watermark/GroupDocs.Watermark.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-watermark/GroupDocs.Watermark.Mcp · 1,758 tokens

GroupDocs.Merger.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-merger/GroupDocs.Merger.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-merger/GroupDocs.Merger.Mcp · 1,397 tokens

GroupDocs.Comparison.Mcp AGENTS.md

AGENTS.md instructions for groupdocs-comparison/GroupDocs.Comparison.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.

groupdocs-comparison/GroupDocs.Comparison.Mcp · 1,356 tokens