MolTrust MCP Server for LangChain
io.github.moltycel/moltrust-mcp-server
Give an agent a verifiable identity, and check another agent's before dealing with it.
client:LangChain
transport:streamable-http
tools:53
Install MolTrust MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"moltrust-mcp-server": {
"transport": "streamable_http",
"url": "https://api.moltrust.ch/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
- moltrust_register
- moltrust_verify
- moltrust_reputation
- moltrust_rate
- moltrust_credential
- moltrust_credits
- moltrust_deposit_info
- moltrust_claim_deposit
- moltrust_stats
- moltrust_deposit_history
- moltrust_erc8004
- moltguard_score
- moltguard_detail
- moltguard_sybil
- moltguard_market
- moltguard_feed
- moltguard_credential_issue
- moltguard_credential_verify
- mt_shopping_info
- mt_shopping_verify
- mt_shopping_issue_vc
- mt_travel_info
- mt_travel_verify
- mt_travel_issue_vc