Skip to content
LangChain

Scribble — Real Handwritten Cards for LangChain

com.scribblecards/handwritten-cards

Send real handwritten cards in the US. A machine writes each one in ink, then we mail it.

client:LangChain transport:streamable-http

Install Scribble — Real Handwritten Cards in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "handwritten-cards": {
            "transport": "streamable_http",
            "url": "https://scribblecards.com/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Scribble — Real Handwritten Cards in other clients