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 skills add pjosols/pyfastmail-mcp --skill project-architecturegit clone --depth 1 https://github.com/pjosols/pyfastmail-mcpWrote 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/skills/pjosols/pyfastmail-mcp/project-architecture)<a href="https://agentmods.dev/skills/pjosols/pyfastmail-mcp/project-architecture"><img src="https://agentmods.dev/badge/skills/pjosols/pyfastmail-mcp/project-architecture/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pjosols/pyfastmail-mcp/project-architecture"><img src="https://agentmods.dev/badge/skills/pjosols/pyfastmail-mcp/project-architecture.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00429 |
| Opus 5 | $0.00000 | $0.00215 |
| Sonnet 5 | $0.00000 | $0.00086 |
| Haiku 4.5 | $0.00000 | $0.00043 |
Grade A, and why
project-architecture 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 9d 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.
What it actually says
Project Architecture
Package Layout
src/pyfastmail_mcp/
├── __init__.py
├── server.py # FastMCP setup, registers all tool subpackages
├── client.py # JMAPClient — JMAP API communication
├── dav_client.py # DAVClient — CardDAV/CalDAV/WebDAV communication
├── exceptions.py # Custom exception hierarchy
└── tools/
├── __init__.py # register_all() wires up all subpackages
├── health.py # Standalone health check
├── mail/ # JMAP mail tools
│ ├── __init__.py # register_all(server, client)
│ └── *.py # mailbox, email, send, reply, forward, etc.
├── contacts/ # CardDAV contact tools
│ ├── __init__.py
│ └── *.py
├── calendar/ # CalDAV calendar tools
│ ├── __init__.py
│ └── *.py
└── files/ # WebDAV file tools
├── __init__.py
└── *.py
Key Patterns
- Two clients:
JMAPClient(mail) andDAVClient(contacts/calendar/files) server.pycreates both clients and passes them toregister_all()- Each subpackage has
register_all(server, client)that registers its tools - Tool names are prefixed by domain:
mail_*,contacts_*,calendar_*,files_* - Tools are thin: validate input → call client → format output
Adding a New Tool
- Add the function in the right subpackage (e.g.
tools/mail/) - Register in that subpackage's
__init__.py - Tests go in
tests/mail/,tests/contacts/, etc.
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.
- 9d ago First seen · 39 lines · 0 tokens per session scan A a39d71777af3
project-architecture is a skill published in the GitHub repository pjosols/pyfastmail-mcp (0 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 429 tokens. 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 skills, from other repositories
nylas-api
Build email, calendar, and contacts integrations with the Nylas v3 API. Use when code imports nylas, @nylas/nylas, nylas-python, or user asks about Nylas API, email API integration, calendar API, contacts API, OAuth grants, agent accounts, webhooks, scheduler, notetaker, smart compose, or transactional send. DO NOT…
apple-pim
Native macOS personal information management for calendars, reminders, contacts, and local Mail.app. Use when the user wants to schedule meetings, create events, check their calendar, create or complete reminders, look up contacts, find someone's phone number or email, manage tasks and to-do lists, triage local…
olk
Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.
vamoose
Book time off without the busywork. Prompts for your dates and subject, creates a calendar hold shown as free, invites your manager to approve it, then fans the event out to your team as optional attendees once approved. Backs onto Microsoft 365, Outlook, and Teams via Microsoft Graph, or Google Calendar. Trigger when…
nylas-cli
Use the Nylas CLI to manage email, calendar, contacts, and Notetaker from the terminal. Use when user asks about Nylas CLI commands, nylas init, nylas email, nylas calendar, nylas contacts, nylas auth, nylas agent, agent accounts, nylas mcp, nylas notetaker, nylas otp, nylas tui, nylas air, nylas audit, nylas doctor…
Pear - iCloud Calendar, Reminders, Contacts & Mail
Pear provides read/write access to iCloud Calendar, Reminders, Contacts, and Mail through 34 MCP tools. All tools are prefixed with pear and communicate with iCloud via CalDAV/CardDAV for Calendar, Reminders, and Contacts, plus IMAP/SMTP for Mail.