Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
Is it safe?
No known CVEs for moltrust-mcp-server.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 10 days ago. 1 GitHub stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
30 tools. Estimated ~1,400 tokens of your context window (0.7% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"moltrust": {
"env": {
"MOLTRUST_API_KEY": "your_api_key"
},
"args": [
"moltrust-mcp-server"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx moltrust-mcp-server 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
moltrust_registerRegister a new AI agent. Returns DID + Verifiable Credential.
moltrust_verifyVerify an agent by DID. Returns verification status + trust card.
moltrust_reputationGet reputation score (1-5) and total ratings for a DID.
moltrust_rateRate another agent (1-5 stars).
moltrust_credentialIssue or verify a W3C Verifiable Credential.
moltrust_creditsCheck balance, view pricing, transfer credits, or view history.
moltrust_deposit_infoGet USDC deposit instructions (Base L2).
moltrust_claim_depositClaim credits from a USDC deposit on Base.
moltrust_statsGet MolTrust network statistics.
moltrust_deposit_historyGet USDC deposit history for an agent.
Last scanned 4h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.