stripekit for LangChain
io.github.rafaelcg/stripekit
Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.
client:LangChain
transport:stdio
runtime:npm
Install stripekit in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stripekit": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "stripekit"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs