Skip to content
LangChain

SoundCreation Catalog for LangChain

ro.soundcreation/catalog

52,000 musical instruments: prices, deals, bundles, open-box, alternatives, buying guides, compare.

client:LangChain transport:streamable-http tools:7

Install SoundCreation Catalog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "catalog": {
            "transport": "streamable_http",
            "url": "https://www.soundcreation.ro/api/agent/mcp.php",
        }
})

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

SoundCreation Catalog in other clients