SpherePay for LangChain
io.github.danchev/spherepay
Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.
client:LangChain
transport:stdio
runtime:pypi
Install SpherePay in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"spherepay": {
"transport": "stdio",
"command": "uvx",
"args": ["spherepay-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs