IndoCourtAtlas for LangChain
io.github.indotender/indocourtatlas
Search and read Indonesian court cases. Filter by court, year, and case type.
client:LangChain
transport:streamable-http
Install IndoCourtAtlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"indocourtatlas": {
"transport": "streamable_http",
"url": "https://indocourtatlas.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs