procedure coverage for LangChain
io.github.builtforai/procedure-coverage
Medicare coverage and fee-schedule amounts for CPT/HCPCS codes against a diagnosis
client:LangChain
transport:streamable-http
tools:1
Install procedure coverage in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"procedure-coverage": {
"transport": "streamable_http",
"url": "https://medicalclaim.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs