Priorify for LangChain
app.priorify/priorify
Agent-complete, permission-scoped product operations for Priorify workspaces.
client:LangChain
transport:streamable-http
Install Priorify in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"priorify": {
"transport": "streamable_http",
"url": "https://priorify.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs