DosePlot Agent API for LangChain
com.doseplot/agent-api
PK serum simulation, reconstitution math and compound data for agents. Paid tools $0.01 via x402.
client:LangChain
transport:streamable-http
tools:5
Install DosePlot Agent API in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-api": {
"transport": "streamable_http",
"url": "https://api.doseplot.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs