Skip to content
LangChain

first100 for LangChain

io.github.jpalepu/first100

Go-to-market tools for AI agents: publish and schedule posts, find customers, SEO, outreach.

client:LangChain transport:streamable-http runtime:npm

Install first100 in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "first100": {
            "transport": "streamable_http",
            "url": "https://firsthundred.app/api/mcp",
        }
})

tools = await client.get_tools()

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

first100 in other clients