Skip to content
LangChain

P-Kollen — Swedish Parking Prices for LangChain

io.github.jannegpriv/pkollen

Compare parking in Sweden: real total cost incl. caps and free windows, rules, payment apps.

client:LangChain transport:streamable-http

Install P-Kollen — Swedish Parking Prices in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pkollen": {
            "transport": "streamable_http",
            "url": "https://kpfroonouzfcqytubdex.supabase.co/functions/v1/mcp",
        }
})

tools = await client.get_tools()

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

P-Kollen — Swedish Parking Prices in other clients