{
  "markdown": "# FaxSeal MCP Server\n\nSend, receive, and verify faxes from AI assistants and agents via the [Model Context Protocol](https://modelcontextprotocol.io).\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `send_fax` | Send a fax from a publicly accessible PDF URL |\n| `send_fax_text` | Type content directly — FaxSeal converts it to a PDF and sends |\n| `quote_fax` | Estimate pages and credits before sending |\n| `get_fax_status` | Check delivery status of a sent fax |\n| `get_credits` | Check your FaxSeal credit balance |\n| `list_received_faxes` | List faxes in your inbox with OCR text |\n| `verify_fax` | Verify cryptographic delivery attestation via Sigstore/Rekor |\n\n## Setup\n\n**1.** Get an API key at [faxseal.com/dashboard/api-tokens](https://faxseal.com/dashboard/api-tokens)\n\n**2.** Add to Claude Code:\n```bash\nclaude mcp add faxseal -e FAXSEAL_API_KEY=fsx_your_token -- npx faxseal-mcp\n```\n\n**3.** Add to Claude Desktop (`claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"faxseal\": {\n      \"command\": \"npx\",\n      \"args\": [\"faxseal-mcp\"],\n      \"env\": {\n        \"FAXSEAL_API_KEY\": \"fsx_your_token\"\n      }\n    }\n  }\n}\n```\n\n## Usage examples\n\n> \"Send the referral letter at https://example.com/referral.pdf to +12025551234\"\n\n> \"Check the status of fax job abc123\"\n\n> \"List my received faxes from the last 24 hours\"\n\n> \"Send a fax to +12025551234 with the following text: Dear Dr. Smith, please find attached...\"\n\n## Pricing\n\nFaxes are billed to your FaxSeal credit balance. Credits start from $0.83/fax. [View pricing](https://faxseal.com/pricing).\n\n## Links\n\n- [FaxSeal](https://faxseal.com)\n- [API Docs](https://faxseal.com/docs/api)\n- [npm package](https://www.npmjs.com/package/faxseal-mcp)\n",
  "bytes": 1709,
  "sha": "99e14bd9caea2fc2df8fc843bd25a5bec0edaf2d113e01a73aa91ddeb72c3ede",
  "repo_slug": "grichardomi/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_grichardomi_faxseal_215e6d74/readme"
}