74
/ 100
8 days ago
glama

faxdrop-mcp

Enables AI assistants to send real faxes through the FaxDrop API. Provides safeguards including rate limiting, dry-run mode, and audit logging for secure fax operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: FAXDROP_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configFAXDROP_API_BASE_URL
🔐 secretFAXDROP_API_KEYThe server reads from the environment. Get your key at [faxdrop.com/account](https://faxdrop.com/account) (Developer API → Generate Key). Keys look like fd_live_<32 hex>.
configFAXDROP_MCP_ALLOWED_COUNTRIESAllowed countries =... US,CA,PR,GU,VI,AS,MP ISO-3166-1 alpha-2 allow-list (US/CA + US territories).
configFAXDROP_MCP_ALLOWED_TYPESAllowed types =... FIXED_LINE,FIXED_LINE_OR_MOBILE,VOIP,TOLL_FREE libphonenumber NumberType allow-list.
configFAXDROP_MCP_ALLOW_NON_FAXDROP_HOST
configFAXDROP_MCP_AUDIT_LOGDry-run + audit log — FAXDROP_MCP_DRY_RUN=true to test prompts without sending; =/abs/path for a JSONL trail (mode 0o600).
configFAXDROP_MCP_DRY_RUNDry-run + audit log — =true to test prompts without sending; FAXDROP_MCP_AUDIT_LOG=/abs/path for a JSONL trail (mode 0o600).
configFAXDROP_MCP_NUMBER_GATENumber gate =open\pairing\closed pairing pairing requires HITL approval via faxdrop_pair_number before a new number can be faxed. closed disables runtime pairing (paired.json edited out-of-band).
configFAXDROP_MCP_SOURCEMAP
configFAXDROP_MCP_STATE_DIRState directory =/abs/path ~/.faxdrop-mcp/ (mode 0o700) Where paired.json lives (mode 0o600, atomic write).
configFAXDROP_MCP_WORK_DIROutbox jail =/abs/path ~/FaxOutbox/ (auto-created mode 0o700) Every filePath must live inside this directory after realpath canonicalization. Symlinks to outside the outbox are rejected.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/klodr-faxdrop-mcp-1sbfj9)](https://m8ven.ai/mcp/klodr-faxdrop-mcp-1sbfj9)
commit: ab84b6cf851b910fe84dce9fbf2fcdafe00381cd
code hash: 1e7a7563d784075023bf65c8152b84ee055cdf8565cf11fad454ff039d8c5a48
verified: 7/5/2026, 9:10:55 AM
view raw JSON →