Prism — Crossdeck for LangChain
com.cross-deck/prism
Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.
client:LangChain
transport:streamable-http
runtime:npm
Install Prism — Crossdeck in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"prism": {
"transport": "streamable_http",
"url": "https://api.cross-deck.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs