Gov Auctions for LangChain
io.github.pipeworx-io/gov-auctions
Government Auctions MCP — physical-asset auctions (surplus, seized, forfeited,
client:LangChain
transport:streamable-http
Install Gov Auctions in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gov-auctions": {
"transport": "streamable_http",
"url": "https://gateway.pipeworx.io/gov-auctions/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs