Correkt: The AI-Native Online Marketplace for Physical Products for LangChain
com.correkt/api-server
Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers.
client:LangChain
transport:streamable-http
tools:1
Install Correkt: The AI-Native Online Marketplace for Physical Products in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"api-server": {
"transport": "streamable_http",
"url": "https://api.correkt.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs