MCP Verify for LangChain
io.sentinelsignal/verify
Trust, freshness, policy, and discovery layer for public MCP servers.
client:LangChain
transport:streamable-http
tools:22
Install MCP Verify in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"verify": {
"transport": "streamable_http",
"url": "https://verify.sentinelsignal.io/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
- search
- fetch
- search_servers
- recommend_servers
- get_server_report
- compare_servers
- route_task
- decide_agent_call
- create_mandate
- get_evidence_pack
- compile_docs
- export_policy
- get_subscription_options
- get_gateway_options
- get_hosting_options
- list_agents
- get_agent
- score_agent
- explain_agent_risk
- list_high_risk_agents
- get_drift_report
- generate_remediation_plan