PubMed / MEDLINE Literature Search for LangChain
com.olyport/pubmed
Search biomedical literature, get article details, find related articles, and explore MeSH terms
client:LangChain
transport:streamable-http
tools:5
Install PubMed / MEDLINE Literature Search in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pubmed": {
"transport": "streamable_http",
"url": "https://mcp.olyport.com/pubmed/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs