Skip to content
LangChain

US Brand Intelligence for LangChain

com.timzinin.api/us-brand-intelligence

Pay-per-call US brand evidence and signal workflows with free MCP discovery and x402 payments.

client:LangChain transport:streamable-http tools:21

Install US Brand Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "us-brand-intelligence": {
            "transport": "streamable_http",
            "url": "https://api.timzinin.com/mcp/us-brand-intelligence",
        }
})

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

US Brand Intelligence in other clients