Skip to content
LangChain

ShotPulled for LangChain

com.shotpulled/shotpulled

Espresso dialing: log a shot, say how it tasted, get one change in your grinder's own clicks.

client:LangChain transport:streamable-http tools:41

Install ShotPulled in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shotpulled": {
            "transport": "streamable_http",
            "url": "https://mcp.shotpulled.com/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 41 tools →

ShotPulled in other clients