Localization Resource Integrity for LangChain
com.mcpscores/localization-resource-integrity
Checks the structural integrity of translated resource dictionaries against a source dictionary y...
client:LangChain
transport:streamable-http
tools:1
Install Localization Resource Integrity in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"localization-resource-integrity": {
"transport": "streamable_http",
"url": "https://mcp-factory.bowling-anthony.workers.dev/localization-resource-integrity/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs