MolTrust MCP Server

Trust infrastructure for AI agents - DIDs, reputation, verifiable credentials, USDC. Its 30 documented tools cover moltrust, moltguard, verify, issue. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 3 · #312 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install MolTrust MCP Server

before you install - you'll need

MOLTRUST_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add moltycel-moltrust-mcp-server -- uvx moltrust-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "moltycel-moltrust-mcp-server": {
      "command": "uvx",
      "args": [
        "moltrust-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package moltrust-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.MoltyCel is GitHub-verified and matches the repo owner

03 · What MolTrust MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify an agent by DID. Returns verification status + trust card, get reputation score (1-5) and total ratings for a DID, check balance, view pricing, transfer credits, or view history, and query the ERC-8004 on-chain agent registry on Base.

Capability map

Tools grouped from the project's README - what MolTrust MCP Server lets an agent do.

Moltrust

11 tools - e.g. Register a new AI agent. Returns DID + Verifiable Credential.; Verify an agent by DID. Returns verification status + trust card.; Get reputation score (1-5) and total ratings for a DID.

moltrust_register · moltrust_verify · moltrust_reputation · moltrust_rate · moltrust_credential · moltrust_credits…

Moltguard

7 tools - e.g. Get a 0-100 trust score for a Base wallet address.; Get a detailed trust report with full scoring breakdown.; Scan a wallet for Sybil indicators and funding clusters.

moltguard_score · moltguard_detail · moltguard_sybil · moltguard_market · moltguard_feed · moltguard_credential_issue…

Shopping

3 tools - e.g. Get MT Shopping API info and BuyerAgentCredential schema.; Verify a shopping transaction against a BuyerAgentCredential.; Issue a BuyerAgentCredential with spend limits.

mt_shopping_info · mt_shopping_verify · mt_shopping_issue_vc

Travel

3 tools - e.g. Get MT Travel service info and supported segments.; Verify a travel booking against a TravelAgentCredential.; Issue a TravelAgentCredential with segment permissions.

mt_travel_info · mt_travel_verify · mt_travel_issue_vc

Skill

3 tools - e.g. Audit a SKILL.md for prompt injection, exfiltration, scope violations.; Verify a skill by its canonical SHA-256 hash.; Issue a VerifiedSkillCredential after security audit.

mt_skill_audit · mt_skill_verify · mt_skill_issue_vc

Prediction

3 tools - e.g. Link a prediction market wallet and sync its track record.; Get prediction market profile, score, and recent events.; Get the prediction market leaderboard - top wallets by score.

mt_prediction_link · mt_prediction_wallet · mt_prediction_leaderboard

04 · Who maintains MolTrust MCP Server

MolTrust MCP Server is maintained by moltycel. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #312 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.MoltyCel/moltrust-mcp-server (active, first published 2026-02-24 · 3 versions)
packages
pypi:moltrust-mcp-server

06 · MolTrust MCP Server FAQ

Is MolTrust MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-28. We re-verify nightly.

What can MolTrust MCP Server do?

With this server connected, an agent can verify an agent by DID. Returns verification status + trust card, get reputation score (1-5) and total ratings for a DID, check balance, view pricing, transfer credits, or view history, and query the ERC-8004 on-chain agent registry on Base.

How do I install MolTrust MCP Server?

Run `uvx moltrust-mcp-server`. The README documents one environment variable (MOLTRUST_API_KEY) to set first. You can also paste the ready-made client config above.

Does MolTrust MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to MolTrust MCP Server

More MCP servers to compare · Monday Com · MITRE ATT&CK · Plots · Bash Command MCP · Hashfile MCP

More Python MCP servers · Brain - The Recorder · Flameox · Jacobian · Server Motherduck · Outlook MCP · see all