Fabric Marketplace for LangChain
io.github.fabric-protocol/fabric
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
client:LangChain
transport:streamable-http
tools:7
Install Fabric Marketplace in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fabric": {
"transport": "streamable_http",
"url": "https://fabric-api-393345198409.us-west1.run.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs