per diem for LangChain
io.github.theluckystrike/per-diem
Daily travel allowances from bundled public rate tables: Poland, HMRC and GSA CONUS.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:9
Install per diem in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"per-diem": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/per-diem",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs