Papaya Pay Any Bill (US) for LangChain
com.papayapay.consumer-production.mcp-agent/bill-payment
Pay any US bill in a snap, right from your chat — utilities, medical, rent, parking tickets & more.
client:LangChain
transport:streamable-http
Install Papaya Pay Any Bill (US) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bill-payment": {
"transport": "streamable_http",
"url": "https://mcp-agent.consumer-production.papayapay.com/payagent/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs