ident mcp for LangChain
io.github.nexus-api-lab/ident-mcp
Checksum validation for AI agents: IBAN, ISBN, EAN/GTIN, UUID, ULID. Deterministic, no auth.
client:LangChain
transport:streamable-http
Install ident mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ident-mcp": {
"transport": "streamable_http",
"url": "https://ident-mcp.dokasukadon.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs