Skip to content
LangChain

Edwyna Fax API for LangChain

com.edwyna/fax

Send individual transactional faxes with prepaid credit, delivery status, and safeguards.

client:LangChain transport:streamable-http

Install Edwyna Fax API in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fax": {
            "transport": "streamable_http",
            "url": "https://edwyna.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Edwyna Fax API in other clients