Skip to content
LangChain

productschema for LangChain

dev.pages.productschema/productschema

Audit a store's product page and get the JSON-LD Product markup it is missing. No account.

client:LangChain transport:streamable-http tools:1

Install productschema in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "productschema": {
            "transport": "streamable_http",
            "url": "https://productschema.pages.dev/mcp",
        }
})

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

productschema in other clients