Skip to content
LangChain

Anyway Possible Paid Agent Utilities for LangChain

io.github.anyway-possible/agent-utilities

Paid x402 tools for merchant intelligence, Base payment readiness, and verifiable web evidence.

client:LangChain transport:streamable-http tools:9

Install Anyway Possible Paid Agent Utilities in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-utilities": {
            "transport": "streamable_http",
            "url": "https://anywaypossible.com/api/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

Anyway Possible Paid Agent Utilities in other clients