Skip to content
LangChain

Asaas for LangChain

io.github.mcp-dir/asaas-mcp

Digital account and billing on Asaas with the full official REST API v3 (api.asaas.com), balance, ch

client:LangChain transport:streamable-http tools:7

Install Asaas in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "asaas-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_asaas",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Asaas in other clients