FreshProof for LangChain
io.github.ricksporto/freshproof
Timestamped public URL observations with SHA-256 fingerprints, paid in USDC on Base via x402.
client:LangChain
transport:streamable-http
tools:2
Install FreshProof in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"freshproof": {
"transport": "streamable_http",
"url": "https://freshproof.ricardobessellp-11d.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs