Skip to content
LangChain

HRSA Health Resources for LangChain

com.olyport/hrsa

Health professional shortage areas and community health centers

client:LangChain transport:streamable-http

Install HRSA Health Resources in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hrsa": {
            "transport": "streamable_http",
            "url": "https://mcp.olyport.com/hrsa/mcp",
        }
})

tools = await client.get_tools()

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

HRSA Health Resources in other clients