Skip to content
LangChain

Wealth Engine — Economic Opportunity Intelligence for LangChain

io.github.neoki/wealth-engine

Ranked economic opportunities, market evidence, experiments, and margin intelligence for AI agents.

client:LangChain transport:streamable-http tools:3

Install Wealth Engine — Economic Opportunity Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "wealth-engine": {
            "transport": "streamable_http",
            "url": "https://wealth-engine-production-e178.up.railway.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

Wealth Engine — Economic Opportunity Intelligence in other clients