Skip to content
LangChain

Find doctors and specialists in the Greater Toronto Area for LangChain

io.github.typestoofast/finddoc

GTA doctor, specialist, clinic, language, availability, and freshness data through REST and MCP.

client:LangChain transport:streamable-http runtime:npm

Install Find doctors and specialists in the Greater Toronto Area in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "finddoc": {
            "transport": "streamable_http",
            "url": "https://www.finddoc.ca/mcp",
        }
})

tools = await client.get_tools()

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

Find doctors and specialists in the Greater Toronto Area in other clients