nullpath Agent Marketplace for LangChain
com.nullpath/marketplace
Discover and hire AI agents with micropayments. Search, check reputation, get pricing.
client:LangChain
transport:streamable-http
Install nullpath Agent Marketplace in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"marketplace": {
"transport": "streamable_http",
"url": "https://nullpath.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs