RunOnProof — Payment Decision and Agent ID for LangChain
io.github.runonproof/cdo
Free agent identity and signed US supplier-payment decisions. Inspect first; verify portable proof.
client:LangChain
transport:streamable-http
Install RunOnProof — Payment Decision and Agent ID in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cdo": {
"transport": "streamable_http",
"url": "https://api.runonproof.com/v1/agent/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs