Skip to content
LangChain

Stampcard — digital stamp cards for small shops, no app for the customer for LangChain

app.rowb.stampcard/cards

Create a shop program, hand customers a browser stamp card by QR poster, stamp it from a phone.

client:LangChain transport:streamable-http tools:5

Install Stampcard — digital stamp cards for small shops, no app for the customer in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cards": {
            "transport": "streamable_http",
            "url": "https://stampcard.rowb.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

Stampcard — digital stamp cards for small shops, no app for the customer in other clients