Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
Connect MolTrust to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC. The moltrust mcp server is what makes that connection.
MCP server for MolTrust — Trust Infrastructure for AI Agents.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
moltrust_register — Register a new AI agent. Returns DID + Verifiable Credentialmoltrust_verify — Verify an agent by DID. Returns verification status + trust cardmoltrust_reputation — Get reputation score (1-5) and total ratings for a DIDmoltrust_rate — Rate another agent (1-5 stars)moltrust_credential — Issue or verify a W3C Verifiable Credentialmoltrust_credits — Check balance, view pricing, transfer credits, or view historymoltrust_deposit_info — Get USDC deposit instructions (Base L2)moltrust_claim_deposit — Claim credits from a USDC deposit on Basemoltrust_stats — Get MolTrust network statisticsmoltrust_deposit_history — Get USDC deposit history for an agentmoltrust_erc8004 — Query the ERC-8004 on-chain agent registry on Basemoltguard_score — Get a 0-100 trust score for a Base wallet addressBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: MOLTRUST_API_KEY, MOLTRUST_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MolTrust's toolset — moltrust_register, moltrust_verify, moltrust_reputation and 11 more — is a fair guide to whether it matches your workflow. It is maintained by MoltyCel; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MolTrust's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| moltrust_register | Register a new AI agent. Returns DID + Verifiable Credential. |
| moltrust_verify | Verify an agent by DID. Returns verification status + trust card. |
| moltrust_reputation | Get reputation score (1-5) and total ratings for a DID. |
| moltrust_rate | Rate another agent (1-5 stars). |
| moltrust_credential | Issue or verify a W3C Verifiable Credential. |
| moltrust_credits | Check balance, view pricing, transfer credits, or view history. |
| moltrust_deposit_info | Get USDC deposit instructions (Base L2). |
| moltrust_claim_deposit | Claim credits from a USDC deposit on Base. |
| moltrust_stats | Get MolTrust network statistics. |
| moltrust_deposit_history | Get USDC deposit history for an agent. |
| moltrust_erc8004 | Query the ERC-8004 on-chain agent registry on Base. |
| moltguard_score | Get a 0-100 trust score for a Base wallet address. |
| moltguard_detail | Get a detailed trust report with full scoring breakdown. |
| moltguard_sybil | Scan a wallet for Sybil indicators and funding clusters. |
{
"mcpServers": {
"moltrust": {
"command": "uvx",
"args": ["moltrust-mcp-server"],
"env": {
"MOLTRUST_API_KEY": "your-value",
"MOLTRUST_API_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MOLTRUST_API_KEY | Credential the server authenticates with. | Yes |
| MOLTRUST_API_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.