← Registry

API Tools

sendthisfax.com

Provides an API to send faxes, check fax status, retrieve price quotes, and manage prepaid balance.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.sendthisfax.com/mcp

No auth detected

MCP server metadata

Name
SendThisFax
Version
0.1.0
Capabilities
tools
Server instructions

Send real faxes to institutions (EU-focused). Flow: 1) upload the PDF via HTTP multipart to /api/upload (see the send_fax tool description), 2) call send_fax, 3) have the user pay the returned checkout_url, 4) poll get_fax_status until delivered or failed. Failed faxes are auto-refunded. With a prepaid API key on the connection (Authorization: Bearer stf_live_...) step 3 disappears: send_fax debits the credit balance and sends immediately; check_balance reports the remaining credit.

Known tools 4

get_price

Get the price quote in euro cents for sending a fax.

Inferred read-only
send_fax

Submit an uploaded PDF for faxing.

Inferred read-only
get_fax_status

Get the current status of a fax.

Inferred read-only
check_balance

Get the prepaid credit balance of the API key used to authenticate this MCP connection.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sendthisfax]
url = "https://www.sendthisfax.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sendthisfax": {
      "type": "http",
      "url": "https://www.sendthisfax.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sendthisfax
Remote MCP URL: https://www.sendthisfax.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sendthisfax": {
      "url": "https://www.sendthisfax.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sendthisfax": {
      "type": "http",
      "url": "https://www.sendthisfax.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sendthisfax",
  "transport": "streamable-http",
  "url": "https://www.sendthisfax.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.