Skip to content
LangChain

Attester Oracle for LangChain

io.github.maminihds/attester-mcp

Verify PyPI and npm packages, symbols, and version diffs against real artifacts. Free, no account.

client:LangChain transport:streamable-http tools:4

Install Attester Oracle in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "attester-mcp": {
            "transport": "streamable_http",
            "url": "https://attester.dev/mcp/",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Attester Oracle in other clients