faxdrop-mcp AGENTS.md

faxdrop-mcp AGENTS.md is an instructions file for Codex, OpenCode from klodr/faxdrop-mcp. It costs 2,256 tokens per session, scanned A, original, MIT.

Repository instructions for faxdrop-mcp, a server that lets AI assistants send faxes through the FaxDrop web service.

In plain words
What is it for?
Use them before changing the server to follow its setup, build, test, lint, type-checking, and code-style rules.
Why use it?
They tell coding agents which guidance applies when editing the server and which documents apply to installation, security, or recovery.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

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/klodr/faxdrop-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/klodr/faxdrop-mcp

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for faxdrop-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/klodr/faxdrop-mcp/agents-md.svg)](https://agentmods.dev/instructions/klodr/faxdrop-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/klodr/faxdrop-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/klodr/faxdrop-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,256 This file is loaded in full into every session.
When invoked 2,256 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.1 $0.02256 $0.02256
Opus 5 $0.01128 $0.01128
Sonnet 5 $0.00451 $0.00451
Haiku 4.5 $0.00226 $0.00226

Measured 5d ago against content hash a7c218dde682, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

faxdrop-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 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.

AGENTS.md · 211 lines

How it starts

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

AGENTS.md

This repository is faxdrop-mcp — a Model Context Protocol server that wraps the FaxDrop HTTP API so AI assistants can send real faxes (single tool: fax_send; one prompt template).

This file is the canonical source of truth for any AI agent that edits the code in this repository. Read it before making changes. It encodes the conventions the maintainers actually enforce — not aspirations.

If you are an installation agent (i.e. helping a user install the MCP server in their client config rather than edit the server code), stop reading this file and read llms-install.md instead. That file is for the install audience; this one is for code-editing agents.

Audience boundary

Audience Source of truth
Edits this repo's code AGENTS.md (you are here)
Installs this MCP into a client config llms-install.md
Threat model / security argument docs/ASSURANCE_CASE.md
Disaster recovery / continuity docs/CONTINUITY.md
Forward-looking work docs/ROADMAP.md
End-user features and install commands README.md
Vulnerability reporting .github/SECURITY.md

Do not duplicate what those documents say. Reference them.

Setup

Node >=22.23.1 is enforced via engines + engine-strict=true in .npmrc. CI runs the matrix on Node 22 and 24. npm install on Node 21 fails immediately — that is intentional.

npm install

This repo uses npm, not pnpm. Lockfile is package-lock.json.

Read the full file on GitHub · 211 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. 5d ago First seen · 211 lines · 2,256 tokens per session scan A a7c218dde682

Subscribe to this mod's changes

faxdrop-mcp AGENTS.md is an instructions file published in the GitHub repository klodr/faxdrop-mcp (5 stars, last pushed 2d ago), licensed MIT. It adds 2,256 tokens to every session, about $0.0113 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.