toolfound for LangChain
com.toolfound/toolfound
Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP.
client:LangChain
transport:streamable-http
tools:13
Install toolfound in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"toolfound": {
"transport": "streamable_http",
"url": "https://toolfound.com/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
- toolfound_search_tools
- toolfound_get_product
- toolfound_get_alternatives
- toolfound_get_trending
- toolfound_list_categories
- toolfound_get_launch_calendar
- toolfound_submit_product
- toolfound_check_verification
- toolfound_verify_submission
- toolfound_get_launch_status
- toolfound_claim_listing
- toolfound_relaunch
- toolfound_get_badge