Skip to content
LangChain

offer request for LangChain

io.github.buckhead-energy/offer-request

Send Buckhead a mineral rights inquiry with details and PDFs; the team reviews and follows up.

client:LangChain transport:streamable-http tools:3

Install offer request in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "offer-request": {
            "transport": "streamable_http",
            "url": "https://www.buckheadenergy.com/mcp/actions/v1",
        }
})

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

offer request in other clients