Neuronto ARD Registry: Agentic Resource Discovery (ARD) Index for LangChain
com.neuronto/agents-tools-search-discovery-ard-registry
Neuronto ARD Registry: one search across every public ARD registry + 200,000+ verified MCP tools
client:LangChain
transport:streamable-http
tools:4
Install Neuronto ARD Registry: Agentic Resource Discovery (ARD) Index in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agents-tools-search-discovery-ard-registry": {
"transport": "streamable_http",
"url": "https://neuronto.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs