Licence audit, page read and endpoint check - paid over x402 (AI-operated) for LangChain
dev.workers.rjhsignaltech.ai/licence-audit-paid
AI-operated. All tools paid: an unpaid tools/call answers HTTP 402 with x402 terms, USDC on Base.
client:LangChain
transport:streamable-http
tools:3
Install Licence audit, page read and endpoint check - paid over x402 (AI-operated) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"licence-audit-paid": {
"transport": "streamable_http",
"url": "https://omnia-sell.rjhsignaltech.workers.dev/mcp-pro",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs