Skip to content
LangChain

Crosswire - payment infrastructure pricing, coverage and stack design for LangChain

com.crosswirepay/crosswire

Indicative pricing, coverage and stack design for high-risk and crypto payment infrastructure.

client:LangChain transport:streamable-http tools:15

Install Crosswire - payment infrastructure pricing, coverage and stack design in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "crosswire": {
            "transport": "streamable_http",
            "url": "https://crosswirepay.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Crosswire - payment infrastructure pricing, coverage and stack design in other clients