HiveTrust for LangChain
io.github.srotzin/hivetrust
KYA identity verification, trust scoring, and performance bonds for AI agents
client:LangChain
transport:streamable-http
tools:17
Install HiveTrust in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hivetrust": {
"transport": "streamable_http",
"url": "https://hivetrust.onrender.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
- hivetrust_register_agent
- hivetrust_get_agent
- hivetrust_verify_identity
- hivetrust_get_trust_score
- hivetrust_verify_agent_risk
- hivetrust_ingest_telemetry
- hivetrust_issue_credential
- hivetrust_verify_credential
- hivetrust_revoke_credential
- hivetrust_get_insurance_quote
- hivetrust_bind_insurance
- hivetrust_file_claim
- hivetrust_file_dispute
- hivetrust_get_platform_stats
- hivetrust_create_lease
- hivetrust_stake_bond
- hivetrust_verify_bond