Cobalt Capture for LangChain
com.cobaltcapture/cobalt
Annotated-screenshot reviews and ready-made product studies your AI agent can read, run, and share.
client:LangChain
transport:streamable-http
tools:12
Install Cobalt Capture in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cobalt": {
"transport": "streamable_http",
"url": "https://cobaltcapture.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs