U.CASH Pay (merchant MCP) for LangChain
io.github.uantum/mcp-ucashpay
U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.
client:LangChain
transport:stdio
runtime:pypi
Install U.CASH Pay (merchant MCP) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-ucashpay": {
"transport": "stdio",
"command": "uvx",
"args": ["mcp-ucashpay"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs