Skip to content
LangChain

kurashigram for LangChain

io.github.kotaro-studio/kurashigram

日本の暮らしの値段を毎日調べて答える。日用品・家電の最安値、81市の物価、ふるさと納税、給付の手引き。出典つき、推定なし。

client:LangChain transport:streamable-http tools:41

Install kurashigram in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

kurashigram in other clients