Skip to content
LangChain

HelpMyAgent for LangChain

io.github.helpmyagent/helpmyagent

Pay-per-call data APIs for AI agents: business, compliance, procurement, VAT and IBAN via x402.

client:LangChain transport:streamable-http tools:59

Install HelpMyAgent in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

All 59 tools →

HelpMyAgent in other clients