Skip to content
LangChain

The Gem Smith for LangChain

io.github.evozim/the-gem-smith

Premium SEO and Answer Engine Optimization (AEO) oracle for AI agents.

client:LangChain transport:sse

Install The Gem Smith in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "the-gem-smith": {
            "transport": "streamable_http",
            "url": "https://the-gem-smith-mcp.vercel.app/api/mcp",
        }
})

tools = await client.get_tools()

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

The Gem Smith in other clients