mcpbeat Sign in

MolTrust MCP Server

local only

MolTrust MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 277 installs a week from pypi. Last commit 16 Sep 2026.

Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.

Installs per day peak 92 · avg 44 · -23% w/w
a month agotoday
277
Installs / week
pypi · moltrust-mcp-server
4
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MolTrust MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add moltrust-mcp-server -- uvx moltrust-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "moltrust-mcp-server": {
      "args": [
        "moltrust-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.moltrust-mcp-server]
command = "uvx"
args = ["moltrust-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "moltrust-mcp-server": {
      "args": [
        "moltrust-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "moltrust-mcp-server": {
      "args": [
        "moltrust-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MolTrust MCP Server

same job, measured the same way
Veriswarm MCP
by veriswarm

VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol

50 installs/wk local only
Docs MCP
by acta-team

Read-only MCP server for the official ACTA verifiable credentials documentation.

60 installs/wk local only
Joy Trust Network
by tlkc888-jenkins

Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching.

32 installs/wk 31 tools answering
Mnemom — Trust Ratings for AI Agents
by mnemom

Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.

15 tools answering
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Report Needs MCP Server
by jarvisonm4

MCP server for AI agents to report infrastructure needs they encounter during task execution

54 installs/wk local only
Astracipher
by san-techie21

Cryptographic identity for AI agents: W3C DIDs, Verifiable Credentials, post-quantum crypto

33 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering

MolTrust MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MolTrust MCP Server?
MolTrust MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package moltrust-mcp-server was installed 277 times last week.
How do I connect MolTrust MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls moltrust-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MolTrust MCP Server?
The pypi package moltrust-mcp-server was installed 277 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MolTrust MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.