Skip to content
LangChain

Vibes-Coded Agent Security and Commerce Tools for LangChain

io.github.doteyeso-ops/mcp-server-vibes-coded

Agent supply-chain security, scanner consensus, x402 reliability, and commerce MCP tools.

client:LangChain transport:streamable-http tools:26

Install Vibes-Coded Agent Security and Commerce Tools in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-server-vibes-coded": {
            "transport": "streamable_http",
            "url": "https://vibes-coded-mcp-production.up.railway.app/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

All 26 tools →

Vibes-Coded Agent Security and Commerce Tools in other clients