Skip to content
LangChain

YIELD INTELLIGENCE — Passive Income MCP for LangChain

io.github.thebrierfox/intuitek-ace

Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.

client:LangChain transport:streamable-http

Install YIELD INTELLIGENCE — Passive Income MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "intuitek-ace": {
            "transport": "streamable_http",
            "url": "https://api.intuitek.ai/yield/mcp",
        }
})

tools = await client.get_tools()

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

YIELD INTELLIGENCE — Passive Income MCP in other clients