Skip to content
LangChain

govauctions.app for LangChain

app.govauctions/govauctions

Live listings, sold prices and resale scores from GovAuctions.app, the public surplus-auction site.

client:LangChain transport:streamable-http tools:8

Install govauctions.app in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "govauctions": {
            "transport": "streamable_http",
            "url": "https://govauctions.app/api/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

govauctions.app in other clients