shopify geo audit for LangChain
io.github.builtbyabs/shopify-geo-audit
Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.
client:LangChain
transport:stdio
runtime:npm
Install shopify geo audit in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shopify-geo-audit": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "shopify-geo-audit-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs