NumProof for LangChain
io.github.projecttron/numproof
Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.
client:LangChain
transport:streamable-http
runtime:pypi
tools:4
Install NumProof in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"numproof": {
"transport": "streamable_http",
"url": "https://numproof.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs