Skip to content
LangChain

crowdspace for LangChain

com.thecrowdspace/crowdspace

Search 900+ crowdfunding and P2P lending platforms, market data and regulation by country.

client:LangChain transport:streamable-http tools:5

Install crowdspace in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "crowdspace": {
            "transport": "streamable_http",
            "url": "https://mcp.thecrowdspace.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

crowdspace in other clients