Skip to content
LangChain

ideation for LangChain

ai.actwise/ideation

Actwise Ideation helps founders benchmark startup and product ideas before they build.

client:LangChain transport:streamable-http

Install ideation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ideation": {
            "transport": "streamable_http",
            "url": "https://actwise.ai/ideation/mcp/v1",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

ideation in other clients