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.
npx agentmods add instructions/groupdocs-total/groupdocs.total.mcp/agents-mdgit clone --depth 1 https://github.com/groupdocs-total/GroupDocs.Total.McpWhat 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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 2d ago First seen · 92 lines · 1,731 tokens per session scan A 143032d2f4c1
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.
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.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.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.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.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.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.