Skip to content
LangChain

SENTn Opportunity Intelligence for LangChain

app.sentn/opportunity-intelligence

Search and retrieve SENTn public software opportunity snapshots for founders and AI agents.

client:LangChain transport:streamable-http tools:2

Install SENTn Opportunity Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "opportunity-intelligence": {
            "transport": "streamable_http",
            "url": "https://sentn-opportunity-mcp-773063283118.us-central1.run.app/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

SENTn Opportunity Intelligence in other clients