cinderwright api for LangChain
io.github.cinderwright-ai/cinderwright-api
Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed.
client:LangChain
transport:stdio
runtime:npm
Install cinderwright api in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cinderwright-api": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "cinderwright-mcp-server"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs