CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
promptfax avatar

PromptFax

app.promptfax/promptfax
8 toolsHTTPregistry active
Summary

This connects Claude or ChatGPT to PromptFax's fax delivery service, letting you send actual faxes without leaving your chat session. You'd reach for this when you need to file something with a government office, send documents to a medical provider, or hit any other institution that still requires faxed submissions. It's pay per use at $2 to $4.50 per delivered fax, so you're not paying for a subscription to handle occasional fax requirements. The server exposes fax sending operations through a streamable HTTP transport, handling the conversion and delivery while you stay in your workflow.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

8 tools
start_sessionCreate or resume a PromptFax MCP session. Use this first when a user wants to send or price a fax.6 params

Create or resume a PromptFax MCP session. Use this first when a user wants to send or price a fax.

Parameters* required
faxNumberstring
Destination US fax number. Accepts common human formats such as 415-555-0182 or E.164 format such as +14155550182.
filesarray
Optional host-supplied files for initial attachment. ChatGPT may provide temporary download URLs in files[].download_url.
hostCapabilitiesobject
Optional host capability hints, such as whether the client supports widgets, file-picking, hosted links, or other interactive surfaces.
hostTypestring
Identify the MCP host so PromptFax can choose the right interaction mode. Use chatgpt for ChatGPT, claude for Claude, browser for a browser-hosted app, or other for unknown clients.
metadataobject
Optional host-specific metadata for diagnostics or session continuity.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
attach_documentBind a PromptFax document or one or more HTTPS PDF URLs into the current MCP session before requesting a quote.3 params

Bind a PromptFax document or one or more HTTPS PDF URLs into the current MCP session before requesting a quote.

Parameters* required
documentIdstring
PromptFax document identifier created by a prior upload or hosted session.
fileUrlsarray
One or more HTTPS URLs for PDF or image documents that PromptFax should attach to the fax workflow.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
get_quoteCreate a user-reviewable pay-per-use fax quote when you have a fax number and either an MCP session, a PromptFax documentId, or one or more HTTPS PDF URLs.4 params

Create a user-reviewable pay-per-use fax quote when you have a fax number and either an MCP session, a PromptFax documentId, or one or more HTTPS PDF URLs.

Parameters* required
documentIdstring
PromptFax document identifier created by a prior upload or hosted session.
faxNumberstring
Destination US fax number. Accepts common human formats such as 415-555-0182 or E.164 format such as +14155550182.
fileUrlsarray
One or more HTTPS URLs for PDF or image documents that PromptFax should attach to the fax workflow.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
checkoutStart external Stripe Checkout after the user accepts a pay-per-use quote.3 params

Start external Stripe Checkout after the user accepts a pay-per-use quote.

Parameters* required
autoSendAfterAuthorizationboolean
When true, PromptFax sends automatically after Stripe confirms payment authorization. When false, call send_fax after authorization.
sendIntentIdstring
PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
send_faxQueue a paid fax for transmission after payment is authorized and the user explicitly wants to send now.2 params

Queue a paid fax for transmission after payment is authorized and the user explicitly wants to send now.

Parameters* required
sendIntentIdstring
PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
get_statusFetch the latest PromptFax workflow state, quote/payment state, or fax transmission status.2 params

Fetch the latest PromptFax workflow state, quote/payment state, or fax transmission status.

Parameters* required
sendIntentIdstring
PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
retry_failed_faxPrepare a retry flow after a retry-eligible failed fax.2 params

Prepare a retry flow after a retry-eligible failed fax.

Parameters* required
sendIntentIdstring
PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
cancelCancel the active PromptFax send when cancellation is still possible.2 params

Cancel the active PromptFax send when cancellation is still possible.

Parameters* required
sendIntentIdstring
PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.
sessionIdstring
PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Registryactive
TransportHTTP
UpdatedMay 30, 2026
Open website

More from promptfax

  • promptfax
  • promptfax