Skip to content
LangChain

Prism by Parad1gm: Contract Deadlines and Critical Dates for LangChain

com.parad1gm/prism

Critical dates and deadlines in leases, loans, policies, HOA docs and contracts, with the clause.

client:LangChain transport:streamable-http

Install Prism by Parad1gm: Contract Deadlines and Critical Dates in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "prism": {
            "transport": "streamable_http",
            "url": "https://prism.parad1gm.com/api/prism-mcp",
        }
})

tools = await client.get_tools()

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

Prism by Parad1gm: Contract Deadlines and Critical Dates in other clients