Ouro Tools for LangChain
tools.ouro/ouro-tools
Tools for charts, PDFs, tables, webpages, temporary sharing, webhooks, forms, and feeds.
client:LangChain
transport:streamable-http
tools:19
Install Ouro Tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ouro-tools": {
"transport": "streamable_http",
"url": "https://ouro.tools/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
- droplink_publish_document
- droplink_read_document
- droplink_delete_document
- hookbox_create_inbox
- hookbox_read_inbox
- hookbox_delete_inbox
- chartlink_create_chart
- chartlink_get_chart
- cleanread_read_page
- sourcecheck_check_sources
- printkit_create_pdf
- tablelift_extract_tables
- collect_create_form
- collect_read_form
- collect_submit_response
- collect_read_responses
- collect_close_form
- collect_delete_form
- feedform_normalize_feed