AgentMart Procurement for LangChain
online.agentmart/procurement
Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents
client:LangChain
transport:streamable-http
tools:8
Install AgentMart Procurement in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"procurement": {
"transport": "streamable_http",
"url": "https://mcp.agentmart.online/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs