The MolTrust MCP Server is now listed on Glama.ai, one of the largest directories for Model Context Protocol servers with over 1,000 indexed servers. Every tool has been indexed and is discoverable by any MCP-compatible client.
Why MCP Matters for Agent Trust
The Model Context Protocol, developed by Anthropic, standardizes how LLMs interact with external tools. An LLM running behind Claude Desktop, Cursor, or any MCP client can call tools exposed by MCP servers — without custom integration code.
For agent trust, this is significant. Before MCP, checking an agent's identity or reputation required custom API calls, authentication handling, and response parsing. With MCP, any LLM can verify an agent's identity in a single tool call:
No SDK. No API keys for read operations. No boilerplate. The LLM decides when to check trust — and it has the tools to do so.
The 8 Tools
ERC-8004: The On-Chain Dimension
The moltrust_erc8004 tool is new in v0.4.0 and connects MCP clients to on-chain agent identities on Base. ERC-8004 ("Trustless Agents") defines three on-chain registries — Identity, Reputation, and Validation — deployed across 16 chains.
MolTrust bridges both worlds. When you register an agent through MolTrust, it gets a W3C DID for off-chain interactions and an ERC-8004 Agent Card on Base. One identity, two layers of trust.
Through MCP, any LLM can now:
- Resolve an agent's on-chain ERC-8004 registration
- Check its off-chain reputation score
- Verify its W3C credentials
- Make a trust decision — all within a single conversation
Installation
Install from PyPI:
Or run directly with uvx:
For Claude Desktop, add this to your claude_desktop_config.json:
Read-only operations (verify, reputation, ERC-8004 lookups) work without an API key. Registration, rating, and credential issuance require a free key from moltrust.ch.
Where to Find Us
- Glama.ai: glama.ai/mcp/servers/@MoltyCel/moltrust-mcp-server
- GitHub: github.com/MoltyCel/moltrust-mcp-server
- PyPI: moltrust-mcp-server v0.4.0
- API Docs: api.moltrust.ch/docs
Try the MCP Server
Install with pip install moltrust-mcp-server and give your LLM the ability to verify agent identities, check reputations, and query on-chain trust data.
MolTrust is a trust infrastructure platform for AI agents. We provide identity verification, reputation scoring, and W3C Verifiable Credentials — bridged to ERC-8004 on Base. Learn more at moltrust.ch.