three.ws Billing for LangChain
io.github.nirholas/billing-mcp
An agent's account economics — plan quotas, metered usage, invoices, receipts, and earnings.
client:LangChain
transport:stdio
runtime:npm
Install three.ws Billing in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"billing-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@three-ws/billing-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs