Lightbringer for LangChain
com.lightbringer/connector
Register innovations, request patent preparation, and collaborate with Lightbringer’s patent team.
client:LangChain
transport:streamable-http
tools:20
Install Lightbringer in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"connector": {
"transport": "streamable_http",
"url": "https://mcp.lightbringer.com/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
- whoami
- list_innovations
- get_innovation
- update_innovation
- request_patent_preparation
- get_innovation_template
- register_innovation
- search
- fetch
- list_tasks
- delete_task
- start_innovation_feedback
- get_task_status
- send_developer_feedback
- list_reviews
- get_review
- respond_to_review
- add_comment
- add_discussion_comment
- reply_to_comment