Skip to content
LangChain

CounterScript - Drug Price Benchmarks for LangChain

ai.agentlookups/counterscript

Free US drug-price benchmarks from federal data (CMS NADAC): a benchmark, not a price anyone owes.

client:LangChain transport:streamable-http tools:1

Install CounterScript - Drug Price Benchmarks in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "counterscript": {
            "transport": "streamable_http",
            "url": "https://rx.agentlookups.ai/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

CounterScript - Drug Price Benchmarks in other clients