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/jordonh18/fastmail-mcp-server/copilot-instructionsgit clone --depth 1 https://github.com/Jordonh18/fastmail-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/jordonh18/fastmail-mcp-server/copilot-instructions)<a href="https://agentmods.dev/instructions/jordonh18/fastmail-mcp-server/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jordonh18/fastmail-mcp-server/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02637 | $0.02637 |
| Opus 5 | $0.01319 | $0.01319 |
| Sonnet 5 | $0.00527 | $0.00527 |
| Haiku 4.5 | $0.00264 | $0.00264 |
Grade A, and why
fastmail-mcp-server copilot-instructions.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 5d 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 — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copilot Instructions for Fastmail MCP Server
Project Overview
This is a Model Context Protocol (MCP) server for Fastmail that enables AI assistants to interact with Fastmail accounts via the JMAP protocol. It provides tools for managing emails, calendars, contacts, and mailboxes, including AI-powered features via MCP sampling.
Published as @jordonh19/fastmail-mcp-server on npm.
Architecture
- Transport: Supports stdio (default) and HTTP transports (
@modelcontextprotocol/sdk) - Protocol: JMAP (JSON Meta Application Protocol) for communicating with Fastmail
- Language: TypeScript with ESM modules (
"type": "module") - Configuration: File-based (
.fastmail-mcp.json) with CLI arg overrides
Directory Structure
src/
├── config.ts # Configuration loader (file + CLI args)
├── config.test.ts # Config tests
├── index.ts # Entry point — stdio or HTTP transport
├── server.ts # Server factory — creates McpServer, registers all tool groups
├── server.test.ts # Server tests
├── jmap/
│ ├── client.ts # JmapClient — session, auth, API requests, blob download
│ ├── client.test.ts # Client tests
│ ├── methods.ts # JMAP method call builders (pure functions)
│ ├── methods.test.ts # Method builder tests
│ └── types.ts # TypeScript interfaces and JMAP capability constants
└── tools/
├── email-helpers.ts # Shared email utilities (formatting, HTML stripping, body extraction)
├── email-read.ts # Email reading tools (search, get, thread, unread, latest, mailbox, download)
├── email-read.test.ts
├── email-write.ts # Email composition tools (send, reply, forward, draft, send_draft)
├── email-write.test.ts
├── email-manage.ts # Email management tools (move, flags, delete, bulk, archive, mark_read)
├── email-manage.test.ts
├── mailbox.ts # Mailbox CRUD tools (list, create, rename, delete)
├── mailbox.test.ts
├── calendar.ts # Calendar event tools (list, query, get, create, update, delete)
├── calendar.test.ts
├── contacts.ts # Contact card tools (list, search, get, create, update, delete)
├── contacts.test.ts
├── identity.ts # Sender identity tools (get_identities)
├── identity.test.ts
├── sampling.ts # AI-powered tools via MCP sampling (summarize, suggest_reply)
└── sampling.test.ts
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.
- 5d ago First seen · 244 lines · 2,637 tokens per session scan A 03f01e90c73b
fastmail-mcp-server copilot-instructions.md is an instructions file published in the GitHub repository Jordonh18/fastmail-mcp-server (1 stars, last pushed 2mo ago), licensed MIT. It adds 2,637 tokens to every session, about $0.0132 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
atomic-mail-agentic AGENTS.md
AGENTS.md instructions for Atomic-Mail/atomic-mail-agentic, covering agents.md, what this repo is, sibling repo: the server, change-together coupling and repository layout.
cli AGENTS.md
Instructions for nylas/cli, covering ai coding agent guidelines, quick reference: shared helpers, quick reference: adding a new feature and quick reference: credential storage.
calendar-mcp copilot-instructions.md
Copilot instructions for MarimerLLC/calendar-mcp, covering github copilot instructions for calendar-mcp, 📖 quick context, 🎯 project overview, 🏗️ project structure and 🛠️ technology stack.
olkcli CLAUDE.md
Instructions for rlrghb/olkcli, covering claude.md, what is this project?, quick reference, architecture and key patterns.
outlook-mcp CLAUDE.md
Claude Code instructions for mpalermiti/outlook-mcp, covering outlook mcp server, what this is, tech stack, commands and releasing.
olkcli AGENTS.md
Instructions for rlrghb/olkcli, covering repository guidelines, project structure, build, test, and development commands, coding style & naming conventions and testing guidelines.