Skip to content
LangChain

anvx for LangChain

io.github.tje8x/anvx

Track and optimize AI API spending across 16 providers with live pricing.

client:LangChain transport:stdio runtime:pypi

Install anvx in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "anvx": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["token-economy-intel"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

anvx in other clients