GotFreeFax MCP Server

GotFreeFax MCP Server

Enables AI agents to send free and paid faxes to US and Canada numbers, check fax status, and purchase prepaid credits, all without leaving the chat.

Category
访问服务器

README

<p align="center"> <a href="https://www.gotfreefax.com"> <img src="wordmark.png" alt="GotFreeFax" height="80" /> </a> </p>

GotFreeFax MCP Server

License: MIT MCP

Send faxes to the US and Canada from Claude, ChatGPT, Codex, and other AI agents over the Model Context Protocol. No account required to start.


What it does

The GotFreeFax MCP Server exposes GotFreeFax.com's fax-sending capabilities as MCP tools. An AI agent can:

  • Send a free fax to any US/Canada number (3-page limit, 2/day per email & IP, email-confirmation required)
  • Send a paid fax (up to 300 pages, no confirmation step) once the user has a prepaid account
  • Purchase prepaid credits without leaving the chat — the tool returns a PayPal payment link
  • Check fax status, list sent faxes, and view account balance

The free tier means a brand-new user can complete a real workflow ("Claude, please fax this to my doctor") with no signup. Paid tiers unlock larger documents and remove the confirmation step.

Quick start (Claude Desktop, free, no account)

Add this to your claude_desktop_config.json and restart Claude Desktop:

{
  "mcpServers": {
    "gotfreefax": {
      "command": "npx",
      "args": ["mcp-remote", "https://www.gotfreefax.com/mcp"]
    }
  }
}

Then ask Claude something like:

"Send a free fax to 555-123-4567 with the text 'Hello from Claude'."

Claude calls send_free_fax, you receive a confirmation link by email, and the fax sends once you click it.

Requires Node.js installed locally — mcp-remote bridges Claude Desktop to the remote MCP endpoint.

Available tools

Tool Description Auth
send_free_fax Send a free fax (≤3 pages, 2/day/email/IP, email-confirmation required) None
send_fax Send a fax via a prepaid account (≤300 pages, no confirmation) Bearer
check_fax_status Look up the delivery status of a fax by job_id None
list_sent_faxes List paid faxes the authenticated account has sent Bearer
get_account_balance Current page balance + dollar balance for the authenticated account Bearer
purchase_credits Start a prepaid credit purchase. Returns a PayPal payment URL. Authenticated → credits added to existing account; unauthenticated → creates account from email+name Optional Bearer
list_supported_formats Static list of accepted file types (PDF, DOC, DOCX, JPG, JPEG, TXT) None

See the full documentation for per-tool parameter schemas and response shapes.

Client setup

Claude Desktop

No credentials (free tools only): see Quick start above, or examples/claude_desktop_config.json.

With credentials (full access): see examples/claude_desktop_config.with-auth.json.

Codex CLI (OpenAI)

Add to ~/.codex/config.toml — see examples/codex.config.toml.

ChatGPT

ChatGPT's MCP support is rolling out across surfaces. The most reliable path as of mid-2026 is the ChatGPT desktop app's connector / MCP settings; the web UI uses an OAuth-based Connectors mechanism configured in account settings (not via JSON files). The values you need:

  • Endpoint: https://www.gotfreefax.com/mcp
  • Transport: Streamable HTTP (JSON-RPC 2.0 over POST)
  • Authentication (for paid tools): Bearer token, format "Bearer " + base64(account_number + ":" + pin)

Follow OpenAI's current documentation for the exact UI steps.

Cursor, Windsurf, and other MCP clients

Any client that speaks MCP over HTTP can connect. Use the same JSON shape as Claude Desktop in the client's MCP settings.

Raw JSON-RPC (custom clients)

curl -X POST https://www.gotfreefax.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

See the Examples section of the canonical docs for full per-tool requests and responses.

Authentication

Free tools work anonymously. Authenticated tools require an Authorization header:

Authorization: Bearer <base64(account_number:pin)>

Where account_number and pin come from a GotFreeFax prepaid account. You can buy one through the purchase_credits tool without leaving your AI client — after PayPal payment, account credentials are emailed to you.

Rate limiting: 5 failed auth attempts per IP per 30 min; 10 per account per 30 min. Detailed PIN/auth design at the Authentication section of the docs.

Pricing

Tier Cost Includes
Free (send_free_fax) $0 3 pages max, 2/day per email/IP, email-confirmation step
Prepaid 100 pages $9.95 send_fax with no confirmation step
Prepaid 250 pages $19.95 as above
Prepaid 800 pages $49.95 as above
International prepaid $49.95 / $99.95 / $199.95 dollar-balance-based, see docs

purchase_credits returns a standard PayPal payment URL; payment is processed by PayPal. GotFreeFax does not store payment instruments.

Privacy & terms

This MCP server is a thin protocol surface over the existing GotFreeFax.com service. Standard service terms apply:

Fax content, sender/recipient identifiers, and account credentials are transmitted to GotFreeFax for delivery. No fax content is logged beyond what's required for delivery and statutory record-keeping.

About this repo

This repository is the canonical project page for the GotFreeFax MCP Server, containing setup examples, an MCP manifest, and pointers to the live service. The server itself is hosted at https://www.gotfreefax.com/mcp — there is no local installation. The repo is published under the MIT License so the config snippets are free to copy into your own setups.

The server implementation is part of the GotFreeFax.com web application (closed-source).

Links

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选