United Kingdom Payments (Stripe — Stripe checkout) for LangChain
app.wishpool/uk-payments-mcp
United Kingdom payments for AI agents — Stripe checkout via Stripe. Never holds funds.
client:LangChain
transport:streamable-http
Install United Kingdom Payments (Stripe — Stripe checkout) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"uk-payments-mcp": {
"transport": "streamable_http",
"url": "https://mcp-gb.wishpool.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs